COLOR #475B1A

HEX: #475B1A
RGB: (71,91,26)

Color info

#475B1A contains mainly red and green colors. Web safe color of #475B1A is #336600 (or #360).

RGB color model

#475B1A color RGB value is (71,91,26).

  • red value is 71;
  • green value is 91;
  • blue value is 26.
RGB:
(71,91,26)
(28%,36%,10%)

RGB channels and saturation

R 71 of 255 = 28%
G 91 of 255 = 36%
B 26 of 255 = 10%

71
91
26

R + G + B ~ 25%. #475B1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 91 + 26 = 188 (100%)
R 71 of 188 ~ 37.77%
G 91 of 188 ~ 48.4%
B 26 of 188 ~ 13.83%

%37.77
%48.4
%13.83

CMYK color model

#475B1A color CMYK value is (22,0,71,64).

  • cyan value is 21.98%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 64.31%
CMYK:
(22,0,71,64)
C22M0Y71K64 
(22%,0%,71%,64%)
(0.22/0.00/0.71/0.64)	

CMYK percentages

%21.98
%0
%71.43
%64.31

Codes

Color #475B1A in popluar color models

475B1A
RGB719126
HSL78°55.56%22.94%
HSB/HSV78°71.43%35.69%
CMYK21.98%0.00%71.43%
64.31%

Color #475B1A in popluar number systems.

HEX475B1A
Decimal719126
Binary1000111101101111010
Octal10713332

Shades and tints

Shades of #475B1A

#475B1A
(71,91,26)
#415318
(65,83,24)
#3B4B16
(59,75,22)
#354314
(53,67,20)
#2F3B12
(47,59,18)
#293310
(41,51,16)
#232B0E
(35,43,14)
#1D230C
(29,35,12)
#171B0A
(23,27,10)
#111308
(17,19,8)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #475B1A

#475B1A
(71,91,26)
#57692E
(87,105,46)
#677742
(103,119,66)
#778556
(119,133,86)
#87936A
(135,147,106)
#97A17E
(151,161,126)
#A7AF92
(167,175,146)
#B7BDA6
(183,189,166)
#C7CBBA
(199,203,186)
#D7D9CE
(215,217,206)
#E7E7E2
(231,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475B1A color. Also use rgb(71,91,26) instead hex code.

Text Font Color

.myTextColor { color: #475B1A; }

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

This text font color is #475B1A.


Background Color

.myBgColor { background-color: #475B1A; }

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

This div background color is #475B1A.


Border color

.myBorderColor { border: 1px solid #475B1A; }

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

This div border color is #475B1A.


Opacity

.myOpacity80 { color: #475B1A; opacity: 0.8; }

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

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

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

This text has shadow with #475B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475B1A on black background.


Color preview on white background

This text has color #475B1A on white background.



Black color preview on #475B1A background

This text has black color on #475B1A background.


White color preview on #475B1A background

This text has white color on #475B1A background.