COLOR #476A26

HEX: #476A26
RGB: (71,106,38)

Color info

#476A26 contains mainly red and green colors. Web safe color of #476A26 is #336633 (or #363).

RGB color model

#476A26 color RGB value is (71,106,38).

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

RGB channels and saturation

R 71 of 255 = 28%
G 106 of 255 = 42%
B 38 of 255 = 15%

71
106
38

R + G + B ~ 28%. #476A26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 106 + 38 = 215 (100%)
R 71 of 215 ~ 33.02%
G 106 of 215 ~ 49.3%
B 38 of 215 ~ 17.67%

%33.02
%49.3
%17.67

CMYK color model

#476A26 color CMYK value is (33,0,64,58).

  • cyan value is 33.02%
  • magenta value is 0.00%
  • yellow value is 64.15%
  • key color value is 58.43%
CMYK:
(33,0,64,58)
C33M0Y64K58 
(33%,0%,64%,58%)
(0.33/0.00/0.64/0.58)	

CMYK percentages

%33.02
%0
%64.15
%58.43

Codes

Color #476A26 in popluar color models

476A26
RGB7110638
HSL91°47.22%28.24%
HSB/HSV91°64.15%41.57%
CMYK33.02%0.00%64.15%
58.43%

Color #476A26 in popluar number systems.

HEX476A26
Decimal7110638
Binary10001111101010100110
Octal10715246

Shades and tints

Shades of #476A26

#476A26
(71,106,38)
#416123
(65,97,35)
#3B5820
(59,88,32)
#354F1D
(53,79,29)
#2F461A
(47,70,26)
#293D17
(41,61,23)
#233414
(35,52,20)
#1D2B11
(29,43,17)
#17220E
(23,34,14)
#11190B
(17,25,11)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #476A26

#476A26
(71,106,38)
#577739
(87,119,57)
#67844C
(103,132,76)
#77915F
(119,145,95)
#879E72
(135,158,114)
#97AB85
(151,171,133)
#A7B898
(167,184,152)
#B7C5AB
(183,197,171)
#C7D2BE
(199,210,190)
#D7DFD1
(215,223,209)
#E7ECE4
(231,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476A26 color. Also use rgb(71,106,38) instead hex code.

Text Font Color

.myTextColor { color: #476A26; }

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

This text font color is #476A26.


Background Color

.myBgColor { background-color: #476A26; }

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

This div background color is #476A26.


Border color

.myBorderColor { border: 1px solid #476A26; }

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

This div border color is #476A26.


Opacity

.myOpacity80 { color: #476A26; opacity: 0.8; }

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

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

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

This text has shadow with #476A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476A26 on black background.


Color preview on white background

This text has color #476A26 on white background.



Black color preview on #476A26 background

This text has black color on #476A26 background.


White color preview on #476A26 background

This text has white color on #476A26 background.