COLOR #477B3F

HEX: #477B3F
RGB: (71,123,63)

Color info

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

RGB color model

#477B3F color RGB value is (71,123,63).

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

RGB channels and saturation

R 71 of 255 = 28%
G 123 of 255 = 48%
B 63 of 255 = 25%

71
123
63

R + G + B ~ 34%. #477B3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 123 + 63 = 257 (100%)
R 71 of 257 ~ 27.63%
G 123 of 257 ~ 47.86%
B 63 of 257 ~ 24.51%

%27.63
%47.86
%24.51

CMYK color model

#477B3F color CMYK value is (42,0,49,52).

  • cyan value is 42.28%
  • magenta value is 0.00%
  • yellow value is 48.78%
  • key color value is 51.76%
CMYK:
(42,0,49,52)
C42M0Y49K52 
(42%,0%,49%,52%)
(0.42/0.00/0.49/0.52)	

CMYK percentages

%42.28
%0
%48.78
%51.76

Codes

Color #477B3F in popluar color models

477B3F
RGB7112363
HSL112°32.26%36.47%
HSB/HSV112°48.78%48.24%
CMYK42.28%0.00%48.78%
51.76%

Color #477B3F in popluar number systems.

HEX477B3F
Decimal7112363
Binary10001111111011111111
Octal10717377

Shades and tints

Shades of #477B3F

#477B3F
(71,123,63)
#41703A
(65,112,58)
#3B6535
(59,101,53)
#355A30
(53,90,48)
#2F4F2B
(47,79,43)
#294426
(41,68,38)
#233921
(35,57,33)
#1D2E1C
(29,46,28)
#172317
(23,35,23)
#111812
(17,24,18)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #477B3F

#477B3F
(71,123,63)
#578750
(87,135,80)
#679361
(103,147,97)
#779F72
(119,159,114)
#87AB83
(135,171,131)
#97B794
(151,183,148)
#A7C3A5
(167,195,165)
#B7CFB6
(183,207,182)
#C7DBC7
(199,219,199)
#D7E7D8
(215,231,216)
#E7F3E9
(231,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477B3F; }

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

This text font color is #477B3F.


Background Color

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

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

This div background color is #477B3F.


Border color

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

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

This div border color is #477B3F.


Opacity

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

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

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

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

This text has shadow with #477B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477B3F on black background.


Color preview on white background

This text has color #477B3F on white background.



Black color preview on #477B3F background

This text has black color on #477B3F background.


White color preview on #477B3F background

This text has white color on #477B3F background.