COLOR #4B6A18

HEX: #4B6A18
RGB: (75,106,24)

Color info

#4B6A18 contains mainly red and green colors. Web safe color of #4B6A18 is #336600 (or #360).

RGB color model

#4B6A18 color RGB value is (75,106,24).

  • red value is 75;
  • green value is 106;
  • blue value is 24.
RGB:
(75,106,24)
(29%,42%,9%)

RGB channels and saturation

R 75 of 255 = 29%
G 106 of 255 = 42%
B 24 of 255 = 9%

75
106
24

R + G + B ~ 27%. #4B6A18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 106 + 24 = 205 (100%)
R 75 of 205 ~ 36.59%
G 106 of 205 ~ 51.71%
B 24 of 205 ~ 11.71%

%36.59
%51.71
%11.71

CMYK color model

#4B6A18 color CMYK value is (29,0,77,58).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 77.36%
  • key color value is 58.43%
CMYK:
(29,0,77,58)
C29M0Y77K58 
(29%,0%,77%,58%)
(0.29/0.00/0.77/0.58)	

CMYK percentages

%29.25
%0
%77.36
%58.43

Codes

Color #4B6A18 in popluar color models

4B6A18
RGB7510624
HSL83°63.08%25.49%
HSB/HSV83°77.36%41.57%
CMYK29.25%0.00%77.36%
58.43%

Color #4B6A18 in popluar number systems.

HEX4B6A18
Decimal7510624
Binary1001011110101011000
Octal11315230

Shades and tints

Shades of #4B6A18

#4B6A18
(75,106,24)
#456116
(69,97,22)
#3F5814
(63,88,20)
#394F12
(57,79,18)
#334610
(51,70,16)
#2D3D0E
(45,61,14)
#27340C
(39,52,12)
#212B0A
(33,43,10)
#1B2208
(27,34,8)
#151906
(21,25,6)
#0F1004
(15,16,4)
#000000
(0,0,0)

Tints of #4B6A18

#4B6A18
(75,106,24)
#5B772D
(91,119,45)
#6B8442
(107,132,66)
#7B9157
(123,145,87)
#8B9E6C
(139,158,108)
#9BAB81
(155,171,129)
#ABB896
(171,184,150)
#BBC5AB
(187,197,171)
#CBD2C0
(203,210,192)
#DBDFD5
(219,223,213)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6A18 color. Also use rgb(75,106,24) instead hex code.

Text Font Color

.myTextColor { color: #4B6A18; }

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

This text font color is #4B6A18.


Background Color

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

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

This div background color is #4B6A18.


Border color

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

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

This div border color is #4B6A18.


Opacity

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

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

Text with #4B6A18 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 #4B6A18;}

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

This text has shadow with #4B6A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6A18 on black background.


Color preview on white background

This text has color #4B6A18 on white background.



Black color preview on #4B6A18 background

This text has black color on #4B6A18 background.


White color preview on #4B6A18 background

This text has white color on #4B6A18 background.