COLOR #477168

HEX: #477168
RGB: (71,113,104)

Color info

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

RGB color model

#477168 color RGB value is (71,113,104).

  • red value is 71;
  • green value is 113;
  • blue value is 104.
RGB:
(71,113,104)
(28%,44%,41%)

RGB channels and saturation

R 71 of 255 = 28%
G 113 of 255 = 44%
B 104 of 255 = 41%

71
113
104

R + G + B ~ 38%. #477168 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 113 + 104 = 288 (100%)
R 71 of 288 ~ 24.65%
G 113 of 288 ~ 39.24%
B 104 of 288 ~ 36.11%

%24.65
%39.24
%36.11

CMYK color model

#477168 color CMYK value is (37,0,8,56).

  • cyan value is 37.17%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 55.69%
CMYK:
(37,0,8,56)
C37M0Y8K56 
(37%,0%,8%,56%)
(0.37/0.00/0.08/0.56)	

CMYK percentages

%37.17
%0
%7.96
%55.69

Codes

Color #477168 in popluar color models

477168
RGB71113104
HSL167°22.83%36.08%
HSB/HSV167°37.17%44.31%
CMYK37.17%0.00%7.96%
55.69%

Color #477168 in popluar number systems.

HEX477168
Decimal71113104
Binary100011111100011101000
Octal107161150

Shades and tints

Shades of #477168

#477168
(71,113,104)
#41675F
(65,103,95)
#3B5D56
(59,93,86)
#35534D
(53,83,77)
#2F4944
(47,73,68)
#293F3B
(41,63,59)
#233532
(35,53,50)
#1D2B29
(29,43,41)
#172120
(23,33,32)
#111717
(17,23,23)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #477168

#477168
(71,113,104)
#577D75
(87,125,117)
#678982
(103,137,130)
#77958F
(119,149,143)
#87A19C
(135,161,156)
#97ADA9
(151,173,169)
#A7B9B6
(167,185,182)
#B7C5C3
(183,197,195)
#C7D1D0
(199,209,208)
#D7DDDD
(215,221,221)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477168 color. Also use rgb(71,113,104) instead hex code.

Text Font Color

.myTextColor { color: #477168; }

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

This text font color is #477168.


Background Color

.myBgColor { background-color: #477168; }

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

This div background color is #477168.


Border color

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

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

This div border color is #477168.


Opacity

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

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

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

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

This text has shadow with #477168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477168 on black background.


Color preview on white background

This text has color #477168 on white background.



Black color preview on #477168 background

This text has black color on #477168 background.


White color preview on #477168 background

This text has white color on #477168 background.