COLOR #476058

HEX: #476058
RGB: (71,96,88)

Color info

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

RGB color model

#476058 color RGB value is (71,96,88).

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

RGB channels and saturation

R 71 of 255 = 28%
G 96 of 255 = 38%
B 88 of 255 = 35%

71
96
88

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

Portions of RGB colors in percentages

R + G + B =
71 + 96 + 88 = 255 (100%)
R 71 of 255 ~ 27.84%
G 96 of 255 ~ 37.65%
B 88 of 255 ~ 34.51%

%27.84
%37.65
%34.51

CMYK color model

#476058 color CMYK value is (26,0,8,62).

  • cyan value is 26.04%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 62.35%
CMYK:
(26,0,8,62)
C26M0Y8K62 
(26%,0%,8%,62%)
(0.26/0.00/0.08/0.62)	

CMYK percentages

%26.04
%0
%8.33
%62.35

Codes

Color #476058 in popluar color models

476058
RGB719688
HSL161°14.97%32.75%
HSB/HSV161°26.04%37.65%
CMYK26.04%0.00%8.33%
62.35%

Color #476058 in popluar number systems.

HEX476058
Decimal719688
Binary100011111000001011000
Octal107140130

Shades and tints

Shades of #476058

#476058
(71,96,88)
#415850
(65,88,80)
#3B5048
(59,80,72)
#354840
(53,72,64)
#2F4038
(47,64,56)
#293830
(41,56,48)
#233028
(35,48,40)
#1D2820
(29,40,32)
#172018
(23,32,24)
#111810
(17,24,16)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #476058

#476058
(71,96,88)
#576E67
(87,110,103)
#677C76
(103,124,118)
#778A85
(119,138,133)
#879894
(135,152,148)
#97A6A3
(151,166,163)
#A7B4B2
(167,180,178)
#B7C2C1
(183,194,193)
#C7D0D0
(199,208,208)
#D7DEDF
(215,222,223)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476058; }

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

This text font color is #476058.


Background Color

.myBgColor { background-color: #476058; }

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

This div background color is #476058.


Border color

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

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

This div border color is #476058.


Opacity

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

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

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

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

This text has shadow with #476058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476058 on black background.


Color preview on white background

This text has color #476058 on white background.



Black color preview on #476058 background

This text has black color on #476058 background.


White color preview on #476058 background

This text has white color on #476058 background.