COLOR #476F75

HEX: #476F75 RGB: (71,111,117)

Color info

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

RGB color model

#476F75 color RGB value is (71,111,117).

RGB: (71,111,117) (28%, 44%, 46%)

RGB channels and saturation

R 71 of 255 = 28%
G 111 of 255 = 44%
B 117 of 255 = 46%

71
111
117

R + G + B ~ 39%. #476F75 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 111 + 117 = 299 (100%)
R 71 of 299 ~ 23.75%
G 111 of 299 ~ 37.12%
B 117 of 299 ~ 39.13'%

%23.75
%37.12
%39.13

CMYK color model

#476F75 color CMYK value is (39,5,0,54).

  • cyan value is 39.32%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (39,5,0,54)
C39M5Y0K54 (39%, 5%, 0%, 54%)
(0.39 / 0.05 / 0.00 / 0.54)

CMYK percentages

%39.32
%5.13
%0
%54.12

Codes

Color #476F75 in popluar color models

47 6F 75
RGB 71 111 117
HSL 188° 24.47% 36.86%
HSB/HSV 188° 39.32% 45.88%
CMYK 39.32% 5.13% 0.00%
54.12%

Color #476F75 in popluar number systems.

HEX 47 6F 75
Decimal 71 111 117
Binary 1000111 1101111 1110101
Octal 107 157 165

Shades and tints

Shades of #476F75

#476F75
(71,111,117)
#41656B
(65,101,107)
#3B5B61
(59,91,97)
#355157
(53,81,87)
#2F474D
(47,71,77)
#293D43
(41,61,67)
#233339
(35,51,57)
#1D292F
(29,41,47)
#171F25
(23,31,37)
#11151B
(17,21,27)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #476F75

#476F75
(71,111,117)
#577C81
(87,124,129)
#67898D
(103,137,141)
#779699
(119,150,153)
#87A3A5
(135,163,165)
#97B0B1
(151,176,177)
#A7BDBD
(167,189,189)
#B7CAC9
(183,202,201)
#C7D7D5
(199,215,213)
#D7E4E1
(215,228,225)
#E7F1ED
(231,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476F75 color. Also use rgb(71,111,117) instead hex code.

Text Font Color

.myTextColor { color: #476F75; }

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

This text font color is #476F75.

Background Color

.myBgColor { background-color: #476F75; }

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

This div background color is #476F75.

Border color

.myBorderColor { border: 1px solid #476F75; }

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

This div border color is #476F75.

Opacity

.myOpacity80 { color: #476F75; opacity: 0.8; }

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

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

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

This text has shadow with #476F75 color.


.textShadow {text-shadow: 3px 3px 1px #476F75', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476F75; -webkit-box-shadow: 1px 1px 3px 2px #476F75; box-shadow:1px 1px 3px 2px #476F75;">
Div content here
</div>

This div box has shadow with color #476F75.

Preview

Color preview on black background

This text has color #476F75 on black background.


Color preview on white background

This text has color #476F75 on white background.


Black color preview on #476F75 background

This text has black color on #476F75 background.


White color preview on #476F75 background

This text has white color on #476F75 background.


Related colors

Complementary color

Complementary color for #hex is #B8908A.


I love getcolorcode.com

Triadic colors

1 #75476F and #6F7547 with #476F75 are triadic colors.

2 #756F47 and #6F4775 with #476F75 are triadic colors.