COLOR #476265

HEX: #476265
RGB: (71,98,101)

Color info

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

RGB color model

#476265 color RGB value is (71,98,101).

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

RGB channels and saturation

R 71 of 255 = 28%
G 98 of 255 = 38%
B 101 of 255 = 40%

71
98
101

R + G + B ~ 35%. #476265 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 98 + 101 = 270 (100%)
R 71 of 270 ~ 26.3%
G 98 of 270 ~ 36.3%
B 101 of 270 ~ 37.41%

%26.3
%36.3
%37.41

CMYK color model

#476265 color CMYK value is (30,3,0,60).

  • cyan value is 29.70%
  • magenta value is 2.97%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(30,3,0,60)
C30M3Y0K60 
(30%,3%,0%,60%)
(0.30/0.03/0.00/0.60)	

CMYK percentages

%29.7
%2.97
%0
%60.39

Codes

Color #476265 in popluar color models

476265
RGB7198101
HSL186°17.44%33.73%
HSB/HSV186°29.70%39.61%
CMYK29.70%2.97%0.00%
60.39%

Color #476265 in popluar number systems.

HEX476265
Decimal7198101
Binary100011111000101100101
Octal107142145

Shades and tints

Shades of #476265

#476265
(71,98,101)
#415A5C
(65,90,92)
#3B5253
(59,82,83)
#354A4A
(53,74,74)
#2F4241
(47,66,65)
#293A38
(41,58,56)
#23322F
(35,50,47)
#1D2A26
(29,42,38)
#17221D
(23,34,29)
#111A14
(17,26,20)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #476265

#476265
(71,98,101)
#577073
(87,112,115)
#677E81
(103,126,129)
#778C8F
(119,140,143)
#879A9D
(135,154,157)
#97A8AB
(151,168,171)
#A7B6B9
(167,182,185)
#B7C4C7
(183,196,199)
#C7D2D5
(199,210,213)
#D7E0E3
(215,224,227)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476265; }

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

This text font color is #476265.


Background Color

.myBgColor { background-color: #476265; }

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

This div background color is #476265.


Border color

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

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

This div border color is #476265.


Opacity

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

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

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

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

This text has shadow with #476265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476265 on black background.


Color preview on white background

This text has color #476265 on white background.



Black color preview on #476265 background

This text has black color on #476265 background.


White color preview on #476265 background

This text has white color on #476265 background.