COLOR #474B0E

HEX: #474B0E RGB: (71,75,14)

Color info

#474B0E contains mainly red and green colors. Web safe color of #474B0E is #333300 (or #330).

RGB color model

#474B0E color RGB value is (71,75,14).

RGB: (71,75,14) (28%, 29%, 5%)

RGB channels and saturation

R 71 of 255 = 28%
G 75 of 255 = 29%
B 14 of 255 = 5%

71
75
14

R + G + B ~ 21%. #474B0E is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 75 + 14 = 160 (100%)
R 71 of 160 ~ 44.38%
G 75 of 160 ~ 46.88%
B 14 of 160 ~ 8.75'%

%44.38
%46.88

CMYK color model

#474B0E color CMYK value is (5,0,81,71).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 81.33%
  • key color value is 70.59%

CMYK: (5,0,81,71)
C5M0Y81K71 (5%, 0%, 81%, 71%)
(0.05 / 0.00 / 0.81 / 0.71)

CMYK percentages

%5.33
%0
%81.33
%70.59

Codes

Color #474B0E in popluar color models

47 4B 0E
RGB 71 75 14
HSL 64° 68.54% 17.45%
HSB/HSV 64° 81.33% 29.41%
CMYK 5.33% 0.00% 81.33%
70.59%

Color #474B0E in popluar number systems.

HEX 47 4B 0E
Decimal 71 75 14
Binary 1000111 1001011 1110
Octal 107 113 16

Shades and tints

Shades of #474B0E

#474B0E
(71,75,14)
#41450D
(65,69,13)
#3B3F0C
(59,63,12)
#35390B
(53,57,11)
#2F330A
(47,51,10)
#292D09
(41,45,9)
#232708
(35,39,8)
#1D2107
(29,33,7)
#171B06
(23,27,6)
#111505
(17,21,5)
#0B0F04
(11,15,4)
#000000
(0,0,0)

Tints of #474B0E

#474B0E
(71,75,14)
#575B23
(87,91,35)
#676B38
(103,107,56)
#777B4D
(119,123,77)
#878B62
(135,139,98)
#979B77
(151,155,119)
#A7AB8C
(167,171,140)
#B7BBA1
(183,187,161)
#C7CBB6
(199,203,182)
#D7DBCB
(215,219,203)
#E7EBE0
(231,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474B0E color. Also use rgb(71,75,14) instead hex code.

Text Font Color

.myTextColor { color: #474B0E; }

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

This text font color is #474B0E.

Background Color

.myBgColor { background-color: #474B0E; }

<div style="background-color:#474B0E">Inner text</div>

This div background color is #474B0E.

Border color

.myBorderColor { border: 1px solid #474B0E; }

<div style="border:3px solid #474B0E">Div</div>

This div border color is #474B0E.

Opacity

.myOpacity80 { color: #474B0E; opacity: 0.8; }

<p style="color:#474B0E;opacity:0.8;">80%</p>

Text with #474B0E 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 #474B0E;}

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

This text has shadow with #474B0E color.


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

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

This text has shadow with #474B0E primary color and red secondary color.


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

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

This text has shadow with #474B0E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #474B0E.

Preview

Color preview on black background

This text has color #474B0E on black background.


Color preview on white background

This text has color #474B0E on white background.


Black color preview on #474B0E background

This text has black color on #474B0E background.


White color preview on #474B0E background

This text has white color on #474B0E background.


Related colors

Complementary color

Complementary color for #hex is #B8B4F1.


I love getcolorcode.com

Triadic colors

1 #0E474B and #4B0E47 with #474B0E are triadic colors.

2 #0E4B47 and #4B470E with #474B0E are triadic colors.