COLOR #476958

HEX: #476958
RGB: (71,105,88)

Color info

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

RGB color model

#476958 color RGB value is (71,105,88).

  • red value is 71;
  • green value is 105;
  • blue value is 88.
RGB:
(71,105,88)
(28%,41%,35%)

RGB channels and saturation

R 71 of 255 = 28%
G 105 of 255 = 41%
B 88 of 255 = 35%

71
105
88

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

Portions of RGB colors in percentages

R + G + B =
71 + 105 + 88 = 264 (100%)
R 71 of 264 ~ 26.89%
G 105 of 264 ~ 39.77%
B 88 of 264 ~ 33.33%

%26.89
%39.77
%33.33

CMYK color model

#476958 color CMYK value is (32,0,16,59).

  • cyan value is 32.38%
  • magenta value is 0.00%
  • yellow value is 16.19%
  • key color value is 58.82%
CMYK:
(32,0,16,59)
C32M0Y16K59 
(32%,0%,16%,59%)
(0.32/0.00/0.16/0.59)	

CMYK percentages

%32.38
%0
%16.19
%58.82

Codes

Color #476958 in popluar color models

476958
RGB7110588
HSL150°19.32%34.51%
HSB/HSV150°32.38%41.18%
CMYK32.38%0.00%16.19%
58.82%

Color #476958 in popluar number systems.

HEX476958
Decimal7110588
Binary100011111010011011000
Octal107151130

Shades and tints

Shades of #476958

#476958
(71,105,88)
#416050
(65,96,80)
#3B5748
(59,87,72)
#354E40
(53,78,64)
#2F4538
(47,69,56)
#293C30
(41,60,48)
#233328
(35,51,40)
#1D2A20
(29,42,32)
#172118
(23,33,24)
#111810
(17,24,16)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #476958

#476958
(71,105,88)
#577667
(87,118,103)
#678376
(103,131,118)
#779085
(119,144,133)
#879D94
(135,157,148)
#97AAA3
(151,170,163)
#A7B7B2
(167,183,178)
#B7C4C1
(183,196,193)
#C7D1D0
(199,209,208)
#D7DEDF
(215,222,223)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476958 color. Also use rgb(71,105,88) instead hex code.

Text Font Color

.myTextColor { color: #476958; }

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

This text font color is #476958.


Background Color

.myBgColor { background-color: #476958; }

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

This div background color is #476958.


Border color

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

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

This div border color is #476958.


Opacity

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

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

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

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

This text has shadow with #476958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476958 on black background.


Color preview on white background

This text has color #476958 on white background.



Black color preview on #476958 background

This text has black color on #476958 background.


White color preview on #476958 background

This text has white color on #476958 background.