COLOR #477665

HEX: #477665
RGB: (71,118,101)

Color info

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

RGB color model

#477665 color RGB value is (71,118,101).

  • red value is 71;
  • green value is 118;
  • blue value is 101.
RGB: (71,118,101) (28%,46%,40%)

RGB channels and saturation

R 71 of 255 = 28%
G 118 of 255 = 46%
B 101 of 255 = 40%

71
118
101

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

Portions of RGB colors in percentages

R + G + B =
71 + 118 + 101 = 290 (100%)
R 71 of 290 ~ 24.48%
G 118 of 290 ~ 40.69%
B 101 of 290 ~ 34.83%

%24.48
%40.69
%34.83

CMYK color model

#477665 color CMYK value is (40,0,14,54).

  • cyan value is 39.83%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 53.73%
CMYK: (40,0,14,54) C40M0Y14K54 (40%,0%,14%,54%) (0.40/0.00/0.14/0.54)

CMYK percentages

%39.83
%0
%14.41
%53.73

Codes

Color #477665 in popluar color models

477665
RGB71118101
HSL158°24.87%37.06%
HSB/HSV158°39.83%46.27%
CMYK39.83%0.00%14.41%
53.73%

Color #477665 in popluar number systems.

HEX477665
Decimal71118101
Binary100011111101101100101
Octal107166145

Shades and tints

Shades of #477665

#477665
(71,118,101)
#416C5C
(65,108,92)
#3B6253
(59,98,83)
#35584A
(53,88,74)
#2F4E41
(47,78,65)
#294438
(41,68,56)
#233A2F
(35,58,47)
#1D3026
(29,48,38)
#17261D
(23,38,29)
#111C14
(17,28,20)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #477665

#477665
(71,118,101)
#578273
(87,130,115)
#678E81
(103,142,129)
#779A8F
(119,154,143)
#87A69D
(135,166,157)
#97B2AB
(151,178,171)
#A7BEB9
(167,190,185)
#B7CAC7
(183,202,199)
#C7D6D5
(199,214,213)
#D7E2E3
(215,226,227)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477665 color. Also use rgb(71,118,101) instead hex code.

Text Font Color

.myTextColor { color: #477665; }

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

This text font color is #477665.


Background Color

.myBgColor { background-color: #477665; }

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

This div background color is #477665.


Border color

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

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

This div border color is #477665.


Opacity

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

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

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

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

This text has shadow with #477665 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #477665 on black background.


Color preview on white background

This text has color #477665 on white background.



Black color preview on #477665 background

This text has black color on #477665 background.


White color preview on #477665 background

This text has white color on #477665 background.