COLOR #474625

HEX: #474625
RGB: (71,70,37)

Color info

#474625 contains red, green and blue colors in about the same proportion. Web safe color of #474625 is #333333 (or #333).

RGB color model

#474625 color RGB value is (71,70,37).

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

RGB channels and saturation

R 71 of 255 = 28%
G 70 of 255 = 27%
B 37 of 255 = 15%

71
70
37

R + G + B ~ 23%. #474625 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 70 + 37 = 178 (100%)
R 71 of 178 ~ 39.89%
G 70 of 178 ~ 39.33%
B 37 of 178 ~ 20.79%

%39.89
%39.33
%20.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.41%
  • yellow value is 47.89%
  • key color value is 72.16%
CMYK:
(0,1,48,72)
C0M1Y48K72 
(0%,1%,48%,72%)
(0.00/0.01/0.48/0.72)	

CMYK percentages

%0
%1.41
%47.89
%72.16

Codes

Color #474625 in popluar color models

474625
RGB717037
HSL58°31.48%21.18%
HSB/HSV58°47.89%27.84%
CMYK0.00%1.41%47.89%
72.16%

Color #474625 in popluar number systems.

HEX474625
Decimal717037
Binary10001111000110100101
Octal10710645

Shades and tints

Shades of #474625

#474625
(71,70,37)
#414022
(65,64,34)
#3B3A1F
(59,58,31)
#35341C
(53,52,28)
#2F2E19
(47,46,25)
#292816
(41,40,22)
#232213
(35,34,19)
#1D1C10
(29,28,16)
#17160D
(23,22,13)
#11100A
(17,16,10)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #474625

#474625
(71,70,37)
#575638
(87,86,56)
#67664B
(103,102,75)
#77765E
(119,118,94)
#878671
(135,134,113)
#979684
(151,150,132)
#A7A697
(167,166,151)
#B7B6AA
(183,182,170)
#C7C6BD
(199,198,189)
#D7D6D0
(215,214,208)
#E7E6E3
(231,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474625; }

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

This text font color is #474625.


Background Color

.myBgColor { background-color: #474625; }

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

This div background color is #474625.


Border color

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

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

This div border color is #474625.


Opacity

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

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

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

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

This text has shadow with #474625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474625 on black background.


Color preview on white background

This text has color #474625 on white background.



Black color preview on #474625 background

This text has black color on #474625 background.


White color preview on #474625 background

This text has white color on #474625 background.