COLOR #477B4B

HEX: #477B4B
RGB: (71,123,75)

Color info

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

RGB color model

#477B4B color RGB value is (71,123,75).

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

RGB channels and saturation

R 71 of 255 = 28%
G 123 of 255 = 48%
B 75 of 255 = 29%

71
123
75

R + G + B ~ 35%. #477B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 123 + 75 = 269 (100%)
R 71 of 269 ~ 26.39%
G 123 of 269 ~ 45.72%
B 75 of 269 ~ 27.88%

%26.39
%45.72
%27.88

CMYK color model

#477B4B color CMYK value is (42,0,39,52).

  • cyan value is 42.28%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 51.76%
CMYK:
(42,0,39,52)
C42M0Y39K52 
(42%,0%,39%,52%)
(0.42/0.00/0.39/0.52)	

CMYK percentages

%42.28
%0
%39.02
%51.76

Codes

Color #477B4B in popluar color models

477B4B
RGB7112375
HSL125°26.80%38.04%
HSB/HSV125°42.28%48.24%
CMYK42.28%0.00%39.02%
51.76%

Color #477B4B in popluar number systems.

HEX477B4B
Decimal7112375
Binary100011111110111001011
Octal107173113

Shades and tints

Shades of #477B4B

#477B4B
(71,123,75)
#417045
(65,112,69)
#3B653F
(59,101,63)
#355A39
(53,90,57)
#2F4F33
(47,79,51)
#29442D
(41,68,45)
#233927
(35,57,39)
#1D2E21
(29,46,33)
#17231B
(23,35,27)
#111815
(17,24,21)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #477B4B

#477B4B
(71,123,75)
#57875B
(87,135,91)
#67936B
(103,147,107)
#779F7B
(119,159,123)
#87AB8B
(135,171,139)
#97B79B
(151,183,155)
#A7C3AB
(167,195,171)
#B7CFBB
(183,207,187)
#C7DBCB
(199,219,203)
#D7E7DB
(215,231,219)
#E7F3EB
(231,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477B4B; }

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

This text font color is #477B4B.


Background Color

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

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

This div background color is #477B4B.


Border color

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

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

This div border color is #477B4B.


Opacity

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

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

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

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

This text has shadow with #477B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477B4B on black background.


Color preview on white background

This text has color #477B4B on white background.



Black color preview on #477B4B background

This text has black color on #477B4B background.


White color preview on #477B4B background

This text has white color on #477B4B background.