COLOR #474A25

HEX: #474A25
RGB: (71,74,37)

Color info

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

RGB color model

#474A25 color RGB value is (71,74,37).

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

RGB channels and saturation

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

71
74
37

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

Portions of RGB colors in percentages

R + G + B =
71 + 74 + 37 = 182 (100%)
R 71 of 182 ~ 39.01%
G 74 of 182 ~ 40.66%
B 37 of 182 ~ 20.33%

%39.01
%40.66
%20.33

CMYK color model

#474A25 color CMYK value is (4,0,50,71).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 70.98%
CMYK:
(4,0,50,71)
C4M0Y50K71 
(4%,0%,50%,71%)
(0.04/0.00/0.50/0.71)	

CMYK percentages

%4.05
%0
%50
%70.98

Codes

Color #474A25 in popluar color models

474A25
RGB717437
HSL65°33.33%21.76%
HSB/HSV65°50.00%29.02%
CMYK4.05%0.00%50.00%
70.98%

Color #474A25 in popluar number systems.

HEX474A25
Decimal717437
Binary10001111001010100101
Octal10711245

Shades and tints

Shades of #474A25

#474A25
(71,74,37)
#414422
(65,68,34)
#3B3E1F
(59,62,31)
#35381C
(53,56,28)
#2F3219
(47,50,25)
#292C16
(41,44,22)
#232613
(35,38,19)
#1D2010
(29,32,16)
#171A0D
(23,26,13)
#11140A
(17,20,10)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #474A25

#474A25
(71,74,37)
#575A38
(87,90,56)
#676A4B
(103,106,75)
#777A5E
(119,122,94)
#878A71
(135,138,113)
#979A84
(151,154,132)
#A7AA97
(167,170,151)
#B7BAAA
(183,186,170)
#C7CABD
(199,202,189)
#D7DAD0
(215,218,208)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474A25; }

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

This text font color is #474A25.


Background Color

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

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

This div background color is #474A25.


Border color

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

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

This div border color is #474A25.


Opacity

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

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

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

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

This text has shadow with #474A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474A25 on black background.


Color preview on white background

This text has color #474A25 on white background.



Black color preview on #474A25 background

This text has black color on #474A25 background.


White color preview on #474A25 background

This text has white color on #474A25 background.