COLOR #477B28

HEX: #477B28
RGB: (71,123,40)

Color info

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

RGB color model

#477B28 color RGB value is (71,123,40).

  • red value is 71;
  • green value is 123;
  • blue value is 40.
RGB:
(71,123,40)
(28%,48%,16%)

RGB channels and saturation

R 71 of 255 = 28%
G 123 of 255 = 48%
B 40 of 255 = 16%

71
123
40

R + G + B ~ 31%. #477B28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 123 + 40 = 234 (100%)
R 71 of 234 ~ 30.34%
G 123 of 234 ~ 52.56%
B 40 of 234 ~ 17.09%

%30.34
%52.56
%17.09

CMYK color model

#477B28 color CMYK value is (42,0,67,52).

  • cyan value is 42.28%
  • magenta value is 0.00%
  • yellow value is 67.48%
  • key color value is 51.76%
CMYK:
(42,0,67,52)
C42M0Y67K52 
(42%,0%,67%,52%)
(0.42/0.00/0.67/0.52)	

CMYK percentages

%42.28
%0
%67.48
%51.76

Codes

Color #477B28 in popluar color models

477B28
RGB7112340
HSL98°50.92%31.96%
HSB/HSV98°67.48%48.24%
CMYK42.28%0.00%67.48%
51.76%

Color #477B28 in popluar number systems.

HEX477B28
Decimal7112340
Binary10001111111011101000
Octal10717350

Shades and tints

Shades of #477B28

#477B28
(71,123,40)
#417025
(65,112,37)
#3B6522
(59,101,34)
#355A1F
(53,90,31)
#2F4F1C
(47,79,28)
#294419
(41,68,25)
#233916
(35,57,22)
#1D2E13
(29,46,19)
#172310
(23,35,16)
#11180D
(17,24,13)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #477B28

#477B28
(71,123,40)
#57873B
(87,135,59)
#67934E
(103,147,78)
#779F61
(119,159,97)
#87AB74
(135,171,116)
#97B787
(151,183,135)
#A7C39A
(167,195,154)
#B7CFAD
(183,207,173)
#C7DBC0
(199,219,192)
#D7E7D3
(215,231,211)
#E7F3E6
(231,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477B28 color. Also use rgb(71,123,40) instead hex code.

Text Font Color

.myTextColor { color: #477B28; }

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

This text font color is #477B28.


Background Color

.myBgColor { background-color: #477B28; }

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

This div background color is #477B28.


Border color

.myBorderColor { border: 1px solid #477B28; }

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

This div border color is #477B28.


Opacity

.myOpacity80 { color: #477B28; opacity: 0.8; }

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

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

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

This text has shadow with #477B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477B28 on black background.


Color preview on white background

This text has color #477B28 on white background.



Black color preview on #477B28 background

This text has black color on #477B28 background.


White color preview on #477B28 background

This text has white color on #477B28 background.