COLOR #476263

HEX: #476263
RGB: (71,98,99)

Color info

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

RGB color model

#476263 color RGB value is (71,98,99).

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

RGB channels and saturation

R 71 of 255 = 28%
G 98 of 255 = 38%
B 99 of 255 = 39%

71
98
99

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

Portions of RGB colors in percentages

R + G + B =
71 + 98 + 99 = 268 (100%)
R 71 of 268 ~ 26.49%
G 98 of 268 ~ 36.57%
B 99 of 268 ~ 36.94%

%26.49
%36.57
%36.94

CMYK color model

#476263 color CMYK value is (28,1,0,61).

  • cyan value is 28.28%
  • magenta value is 1.01%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(28,1,0,61)
C28M1Y0K61 
(28%,1%,0%,61%)
(0.28/0.01/0.00/0.61)	

CMYK percentages

%28.28
%1.01
%0
%61.18

Codes

Color #476263 in popluar color models

476263
RGB719899
HSL182°16.47%33.33%
HSB/HSV182°28.28%38.82%
CMYK28.28%1.01%0.00%
61.18%

Color #476263 in popluar number systems.

HEX476263
Decimal719899
Binary100011111000101100011
Octal107142143

Shades and tints

Shades of #476263

#476263
(71,98,99)
#415A5A
(65,90,90)
#3B5251
(59,82,81)
#354A48
(53,74,72)
#2F423F
(47,66,63)
#293A36
(41,58,54)
#23322D
(35,50,45)
#1D2A24
(29,42,36)
#17221B
(23,34,27)
#111A12
(17,26,18)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #476263

#476263
(71,98,99)
#577071
(87,112,113)
#677E7F
(103,126,127)
#778C8D
(119,140,141)
#879A9B
(135,154,155)
#97A8A9
(151,168,169)
#A7B6B7
(167,182,183)
#B7C4C5
(183,196,197)
#C7D2D3
(199,210,211)
#D7E0E1
(215,224,225)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476263; }

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

This text font color is #476263.


Background Color

.myBgColor { background-color: #476263; }

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

This div background color is #476263.


Border color

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

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

This div border color is #476263.


Opacity

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

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

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

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

This text has shadow with #476263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476263 on black background.


Color preview on white background

This text has color #476263 on white background.



Black color preview on #476263 background

This text has black color on #476263 background.


White color preview on #476263 background

This text has white color on #476263 background.