COLOR #475429

HEX: #475429
RGB: (71,84,41)

Color info

#475429 contains red, green and blue colors in about the same proportion. Web safe color of #475429 is #336633 (or #363).

RGB color model

#475429 color RGB value is (71,84,41).

  • red value is 71;
  • green value is 84;
  • blue value is 41.
RGB:
(71,84,41)
(28%,33%,16%)

RGB channels and saturation

R 71 of 255 = 28%
G 84 of 255 = 33%
B 41 of 255 = 16%

71
84
41

R + G + B ~ 26%. #475429 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 84 + 41 = 196 (100%)
R 71 of 196 ~ 36.22%
G 84 of 196 ~ 42.86%
B 41 of 196 ~ 20.92%

%36.22
%42.86
%20.92

CMYK color model

#475429 color CMYK value is (15,0,51,67).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 51.19%
  • key color value is 67.06%
CMYK:
(15,0,51,67)
C15M0Y51K67 
(15%,0%,51%,67%)
(0.15/0.00/0.51/0.67)	

CMYK percentages

%15.48
%0
%51.19
%67.06

Codes

Color #475429 in popluar color models

475429
RGB718441
HSL78°34.40%24.51%
HSB/HSV78°51.19%32.94%
CMYK15.48%0.00%51.19%
67.06%

Color #475429 in popluar number systems.

HEX475429
Decimal718441
Binary10001111010100101001
Octal10712451

Shades and tints

Shades of #475429

#475429
(71,84,41)
#414D26
(65,77,38)
#3B4623
(59,70,35)
#353F20
(53,63,32)
#2F381D
(47,56,29)
#29311A
(41,49,26)
#232A17
(35,42,23)
#1D2314
(29,35,20)
#171C11
(23,28,17)
#11150E
(17,21,14)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #475429

#475429
(71,84,41)
#57633C
(87,99,60)
#67724F
(103,114,79)
#778162
(119,129,98)
#879075
(135,144,117)
#979F88
(151,159,136)
#A7AE9B
(167,174,155)
#B7BDAE
(183,189,174)
#C7CCC1
(199,204,193)
#D7DBD4
(215,219,212)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #475429; }

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

This text font color is #475429.


Background Color

.myBgColor { background-color: #475429; }

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

This div background color is #475429.


Border color

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

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

This div border color is #475429.


Opacity

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

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

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

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

This text has shadow with #475429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475429 on black background.


Color preview on white background

This text has color #475429 on white background.



Black color preview on #475429 background

This text has black color on #475429 background.


White color preview on #475429 background

This text has white color on #475429 background.