COLOR #4B831B

HEX: #4B831B
RGB: (75,131,27)

Color info

#4B831B contains mainly red and green colors. Web safe color of #4B831B is #339933 (or #393).

RGB color model

#4B831B color RGB value is (75,131,27).

  • red value is 75;
  • green value is 131;
  • blue value is 27.
RGB:
(75,131,27)
(29%,51%,11%)

RGB channels and saturation

R 75 of 255 = 29%
G 131 of 255 = 51%
B 27 of 255 = 11%

75
131
27

R + G + B ~ 30%. #4B831B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 131 + 27 = 233 (100%)
R 75 of 233 ~ 32.19%
G 131 of 233 ~ 56.22%
B 27 of 233 ~ 11.59%

%32.19
%56.22
%11.59

CMYK color model

#4B831B color CMYK value is (43,0,79,49).

  • cyan value is 42.75%
  • magenta value is 0.00%
  • yellow value is 79.39%
  • key color value is 48.63%
CMYK:
(43,0,79,49)
C43M0Y79K49 
(43%,0%,79%,49%)
(0.43/0.00/0.79/0.49)	

CMYK percentages

%42.75
%0
%79.39
%48.63

Codes

Color #4B831B in popluar color models

4B831B
RGB7513127
HSL92°65.82%30.98%
HSB/HSV92°79.39%51.37%
CMYK42.75%0.00%79.39%
48.63%

Color #4B831B in popluar number systems.

HEX4B831B
Decimal7513127
Binary10010111000001111011
Octal11320333

Shades and tints

Shades of #4B831B

#4B831B
(75,131,27)
#457819
(69,120,25)
#3F6D17
(63,109,23)
#396215
(57,98,21)
#335713
(51,87,19)
#2D4C11
(45,76,17)
#27410F
(39,65,15)
#21360D
(33,54,13)
#1B2B0B
(27,43,11)
#152009
(21,32,9)
#0F1507
(15,21,7)
#000000
(0,0,0)

Tints of #4B831B

#4B831B
(75,131,27)
#5B8E2F
(91,142,47)
#6B9943
(107,153,67)
#7BA457
(123,164,87)
#8BAF6B
(139,175,107)
#9BBA7F
(155,186,127)
#ABC593
(171,197,147)
#BBD0A7
(187,208,167)
#CBDBBB
(203,219,187)
#DBE6CF
(219,230,207)
#EBF1E3
(235,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B831B color. Also use rgb(75,131,27) instead hex code.

Text Font Color

.myTextColor { color: #4B831B; }

<p style="color:#4B831B">This sample text font color is #4B831B.</p>

This text font color is #4B831B.


Background Color

.myBgColor { background-color: #4B831B; }

<div style="background-color:#4B831B">Inner text</div>

This div background color is #4B831B.


Border color

.myBorderColor { border: 1px solid #4B831B; }

<div style="border:3px solid #4B831B">Div</div>

This div border color is #4B831B.


Opacity

.myOpacity80 { color: #4B831B; opacity: 0.8; }

<p style="color:#4B831B;opacity:0.8;">80%</p>

Text with #4B831B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4B831B;}

<p style="text-shadow: 3px 3px 1px #4B831B">Text here.</p>

This text has shadow with #4B831B color.

.textShadow {text-shadow: 3px 3px 1px #4B831B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4B831B, 5px 5px 20px red">Text here.</p>

This text has shadow with #4B831B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B831B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4B831B, Direction=45, Strength=4)">Text</p>

This text has shadow with #4B831B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4B831B;
  -webkit-box-shadow:	1px 1px 3px 2px #4B831B;
  box-shadow:		1px 1px 3px 2px #4B831B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B831B;
-webkit-box-shadow: 1px 1px 3px 2px #4B831B;
box-shadow:1px 1px 3px 2px #4B831B;">
Div content here</div>
This div box has shadow with color #4B831B.

Preview

Color preview on black background

This text has color #4B831B on black background.


Color preview on white background

This text has color #4B831B on white background.



Black color preview on #4B831B background

This text has black color on #4B831B background.


White color preview on #4B831B background

This text has white color on #4B831B background.