COLOR #476369

HEX: #476369
RGB: (71,99,105)

Color info

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

RGB color model

#476369 color RGB value is (71,99,105).

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

RGB channels and saturation

R 71 of 255 = 28%
G 99 of 255 = 39%
B 105 of 255 = 41%

71
99
105

R + G + B ~ 36%. #476369 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 99 + 105 = 275 (100%)
R 71 of 275 ~ 25.82%
G 99 of 275 ~ 36%
B 105 of 275 ~ 38.18%

%25.82
%36
%38.18

CMYK color model

#476369 color CMYK value is (32,6,0,59).

  • cyan value is 32.38%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(32,6,0,59)
C32M6Y0K59 
(32%,6%,0%,59%)
(0.32/0.06/0.00/0.59)	

CMYK percentages

%32.38
%5.71
%0
%58.82

Codes

Color #476369 in popluar color models

476369
RGB7199105
HSL191°19.32%34.51%
HSB/HSV191°32.38%41.18%
CMYK32.38%5.71%0.00%
58.82%

Color #476369 in popluar number systems.

HEX476369
Decimal7199105
Binary100011111000111101001
Octal107143151

Shades and tints

Shades of #476369

#476369
(71,99,105)
#415A60
(65,90,96)
#3B5157
(59,81,87)
#35484E
(53,72,78)
#2F3F45
(47,63,69)
#29363C
(41,54,60)
#232D33
(35,45,51)
#1D242A
(29,36,42)
#171B21
(23,27,33)
#111218
(17,18,24)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #476369

#476369
(71,99,105)
#577176
(87,113,118)
#677F83
(103,127,131)
#778D90
(119,141,144)
#879B9D
(135,155,157)
#97A9AA
(151,169,170)
#A7B7B7
(167,183,183)
#B7C5C4
(183,197,196)
#C7D3D1
(199,211,209)
#D7E1DE
(215,225,222)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476369; }

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

This text font color is #476369.


Background Color

.myBgColor { background-color: #476369; }

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

This div background color is #476369.


Border color

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

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

This div border color is #476369.


Opacity

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

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

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

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

This text has shadow with #476369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476369 on black background.


Color preview on white background

This text has color #476369 on white background.



Black color preview on #476369 background

This text has black color on #476369 background.


White color preview on #476369 background

This text has white color on #476369 background.