COLOR #474614

HEX: #474614
RGB: (71,70,20)

Color info

#474614 contains red, green and blue colors in about the same proportion. Web safe color of #474614 is #333300 (or #330).

RGB color model

#474614 color RGB value is (71,70,20).

  • red value is 71;
  • green value is 70;
  • blue value is 20.
RGB:
(71,70,20)
(28%,27%,8%)

RGB channels and saturation

R 71 of 255 = 28%
G 70 of 255 = 27%
B 20 of 255 = 8%

71
70
20

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

Portions of RGB colors in percentages

R + G + B =
71 + 70 + 20 = 161 (100%)
R 71 of 161 ~ 44.1%
G 70 of 161 ~ 43.48%
B 20 of 161 ~ 12.42%

%44.1
%43.48
%12.42

CMYK color model

#474614 color CMYK value is (0,1,72,72).

  • cyan value is 0.00%
  • magenta value is 1.41%
  • yellow value is 71.83%
  • key color value is 72.16%
CMYK:
(0,1,72,72)
C0M1Y72K72 
(0%,1%,72%,72%)
(0.00/0.01/0.72/0.72)	

CMYK percentages

%0
%1.41
%71.83
%72.16

Codes

Color #474614 in popluar color models

474614
RGB717020
HSL59°56.04%17.84%
HSB/HSV59°71.83%27.84%
CMYK0.00%1.41%71.83%
72.16%

Color #474614 in popluar number systems.

HEX474614
Decimal717020
Binary1000111100011010100
Octal10710624

Shades and tints

Shades of #474614

#474614
(71,70,20)
#414013
(65,64,19)
#3B3A12
(59,58,18)
#353411
(53,52,17)
#2F2E10
(47,46,16)
#29280F
(41,40,15)
#23220E
(35,34,14)
#1D1C0D
(29,28,13)
#17160C
(23,22,12)
#11100B
(17,16,11)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #474614

#474614
(71,70,20)
#575629
(87,86,41)
#67663E
(103,102,62)
#777653
(119,118,83)
#878668
(135,134,104)
#97967D
(151,150,125)
#A7A692
(167,166,146)
#B7B6A7
(183,182,167)
#C7C6BC
(199,198,188)
#D7D6D1
(215,214,209)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474614 color. Also use rgb(71,70,20) instead hex code.

Text Font Color

.myTextColor { color: #474614; }

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

This text font color is #474614.


Background Color

.myBgColor { background-color: #474614; }

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

This div background color is #474614.


Border color

.myBorderColor { border: 1px solid #474614; }

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

This div border color is #474614.


Opacity

.myOpacity80 { color: #474614; opacity: 0.8; }

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

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

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

This text has shadow with #474614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474614 on black background.


Color preview on white background

This text has color #474614 on white background.



Black color preview on #474614 background

This text has black color on #474614 background.


White color preview on #474614 background

This text has white color on #474614 background.