COLOR #474725

HEX: #474725
RGB: (71,71,37)

Color info

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

RGB color model

#474725 color RGB value is (71,71,37).

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

RGB channels and saturation

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

71
71
37

R + G + B ~ 24%. #474725 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 71 + 37 = 179 (100%)
R 71 of 179 ~ 39.66%
G 71 of 179 ~ 39.66%
B 37 of 179 ~ 20.67%

%39.66
%39.66
%20.67

CMYK color model

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

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

CMYK percentages

%0
%0
%47.89
%72.16

Codes

Color #474725 in popluar color models

474725
RGB717137
HSL60°31.48%21.18%
HSB/HSV60°47.89%27.84%
CMYK0.00%0.00%47.89%
72.16%

Color #474725 in popluar number systems.

HEX474725
Decimal717137
Binary10001111000111100101
Octal10710745

Shades and tints

Shades of #474725

#474725
(71,71,37)
#414122
(65,65,34)
#3B3B1F
(59,59,31)
#35351C
(53,53,28)
#2F2F19
(47,47,25)
#292916
(41,41,22)
#232313
(35,35,19)
#1D1D10
(29,29,16)
#17170D
(23,23,13)
#11110A
(17,17,10)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #474725

#474725
(71,71,37)
#575738
(87,87,56)
#67674B
(103,103,75)
#77775E
(119,119,94)
#878771
(135,135,113)
#979784
(151,151,132)
#A7A797
(167,167,151)
#B7B7AA
(183,183,170)
#C7C7BD
(199,199,189)
#D7D7D0
(215,215,208)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474725; }

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

This text font color is #474725.


Background Color

.myBgColor { background-color: #474725; }

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

This div background color is #474725.


Border color

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

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

This div border color is #474725.


Opacity

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

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

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

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

This text has shadow with #474725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474725 on black background.


Color preview on white background

This text has color #474725 on white background.



Black color preview on #474725 background

This text has black color on #474725 background.


White color preview on #474725 background

This text has white color on #474725 background.