COLOR #477852

HEX: #477852
RGB: (71,120,82)

Color info

#477852 contains red, green and blue colors in about the same proportion. Web safe color of #477852 is #336666 (or #366).

RGB color model

#477852 color RGB value is (71,120,82).

  • red value is 71;
  • green value is 120;
  • blue value is 82.
RGB:
(71,120,82)
(28%,47%,32%)

RGB channels and saturation

R 71 of 255 = 28%
G 120 of 255 = 47%
B 82 of 255 = 32%

71
120
82

R + G + B ~ 36%. #477852 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 120 + 82 = 273 (100%)
R 71 of 273 ~ 26.01%
G 120 of 273 ~ 43.96%
B 82 of 273 ~ 30.04%

%26.01
%43.96
%30.04

CMYK color model

#477852 color CMYK value is (41,0,32,53).

  • cyan value is 40.83%
  • magenta value is 0.00%
  • yellow value is 31.67%
  • key color value is 52.94%
CMYK:
(41,0,32,53)
C41M0Y32K53 
(41%,0%,32%,53%)
(0.41/0.00/0.32/0.53)	

CMYK percentages

%40.83
%0
%31.67
%52.94

Codes

Color #477852 in popluar color models

477852
RGB7112082
HSL133°25.65%37.45%
HSB/HSV133°40.83%47.06%
CMYK40.83%0.00%31.67%
52.94%

Color #477852 in popluar number systems.

HEX477852
Decimal7112082
Binary100011111110001010010
Octal107170122

Shades and tints

Shades of #477852

#477852
(71,120,82)
#416E4B
(65,110,75)
#3B6444
(59,100,68)
#355A3D
(53,90,61)
#2F5036
(47,80,54)
#29462F
(41,70,47)
#233C28
(35,60,40)
#1D3221
(29,50,33)
#17281A
(23,40,26)
#111E13
(17,30,19)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #477852

#477852
(71,120,82)
#578461
(87,132,97)
#679070
(103,144,112)
#779C7F
(119,156,127)
#87A88E
(135,168,142)
#97B49D
(151,180,157)
#A7C0AC
(167,192,172)
#B7CCBB
(183,204,187)
#C7D8CA
(199,216,202)
#D7E4D9
(215,228,217)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477852 color. Also use rgb(71,120,82) instead hex code.

Text Font Color

.myTextColor { color: #477852; }

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

This text font color is #477852.


Background Color

.myBgColor { background-color: #477852; }

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

This div background color is #477852.


Border color

.myBorderColor { border: 1px solid #477852; }

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

This div border color is #477852.


Opacity

.myOpacity80 { color: #477852; opacity: 0.8; }

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

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

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

This text has shadow with #477852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477852 on black background.


Color preview on white background

This text has color #477852 on white background.



Black color preview on #477852 background

This text has black color on #477852 background.


White color preview on #477852 background

This text has white color on #477852 background.