COLOR #4B7416

HEX: #4B7416 RGB: (75,116,22)

Color info

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

RGB color model

#4B7416 color RGB value is (75,116,22).

RGB: (75,116,22) (29%, 45%, 9%)

RGB channels and saturation

R 75 of 255 = 29%
G 116 of 255 = 45%
B 22 of 255 = 9%

75
116
22

R + G + B ~ 28%. #4B7416 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 116 + 22 = 213 (100%)
R 75 of 213 ~ 35.21%
G 116 of 213 ~ 54.46%
B 22 of 213 ~ 10.33'%

%35.21
%54.46

CMYK color model

#4B7416 color CMYK value is (35,0,81,55).

  • cyan value is 35.34%
  • magenta value is 0.00%
  • yellow value is 81.03%
  • key color value is 54.51%

CMYK: (35,0,81,55)
C35M0Y81K55 (35%, 0%, 81%, 55%)
(0.35 / 0.00 / 0.81 / 0.55)

CMYK percentages

%35.34
%0
%81.03
%54.51

Codes

Color #4B7416 in popluar color models

4B 74 16
RGB 75 116 22
HSL 86° 68.12% 27.06%
HSB/HSV 86° 81.03% 45.49%
CMYK 35.34% 0.00% 81.03%
54.51%

Color #4B7416 in popluar number systems.

HEX 4B 74 16
Decimal 75 116 22
Binary 1001011 1110100 10110
Octal 113 164 26

Shades and tints

Shades of #4B7416

#4B7416
(75,116,22)
#456A14
(69,106,20)
#3F6012
(63,96,18)
#395610
(57,86,16)
#334C0E
(51,76,14)
#2D420C
(45,66,12)
#27380A
(39,56,10)
#212E08
(33,46,8)
#1B2406
(27,36,6)
#151A04
(21,26,4)
#0F1002
(15,16,2)
#000000
(0,0,0)

Tints of #4B7416

#4B7416
(75,116,22)
#5B802B
(91,128,43)
#6B8C40
(107,140,64)
#7B9855
(123,152,85)
#8BA46A
(139,164,106)
#9BB07F
(155,176,127)
#ABBC94
(171,188,148)
#BBC8A9
(187,200,169)
#CBD4BE
(203,212,190)
#DBE0D3
(219,224,211)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7416 color. Also use rgb(75,116,22) instead hex code.

Text Font Color

.myTextColor { color: #4B7416; }

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

This text font color is #4B7416.

Background Color

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

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

This div background color is #4B7416.

Border color

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

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

This div border color is #4B7416.

Opacity

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

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

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

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

This text has shadow with #4B7416 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7416.

Preview

Color preview on black background

This text has color #4B7416 on black background.


Color preview on white background

This text has color #4B7416 on white background.


Black color preview on #4B7416 background

This text has black color on #4B7416 background.


White color preview on #4B7416 background

This text has white color on #4B7416 background.


Related colors

Complementary color

Complementary color for #hex is #B48BE9.


I love getcolorcode.com

Triadic colors

1 #164B74 and #74164B with #4B7416 are triadic colors.

2 #16744B and #744B16 with #4B7416 are triadic colors.