COLOR #473650

HEX: #473650
RGB: (71,54,80)

Color info

#473650 contains red, green and blue colors in about the same proportion. Web safe color of #473650 is #333366 (or #336).

RGB color model

#473650 color RGB value is (71,54,80).

  • red value is 71;
  • green value is 54;
  • blue value is 80.
RGB:
(71,54,80)
(28%,21%,31%)

RGB channels and saturation

R 71 of 255 = 28%
G 54 of 255 = 21%
B 80 of 255 = 31%

71
54
80

R + G + B ~ 27%. #473650 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 54 + 80 = 205 (100%)
R 71 of 205 ~ 34.63%
G 54 of 205 ~ 26.34%
B 80 of 205 ~ 39.02%

%34.63
%26.34
%39.02

CMYK color model

#473650 color CMYK value is (11,33,0,69).

  • cyan value is 11.25%
  • magenta value is 32.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(11,33,0,69)
C11M33Y0K69 
(11%,33%,0%,69%)
(0.11/0.33/0.00/0.69)	

CMYK percentages

%11.25
%32.5
%0
%68.63

Codes

Color #473650 in popluar color models

473650
RGB715480
HSL279°19.40%26.27%
HSB/HSV279°32.50%31.37%
CMYK11.25%32.50%0.00%
68.63%

Color #473650 in popluar number systems.

HEX473650
Decimal715480
Binary10001111101101010000
Octal10766120

Shades and tints

Shades of #473650

#473650
(71,54,80)
#413249
(65,50,73)
#3B2E42
(59,46,66)
#352A3B
(53,42,59)
#2F2634
(47,38,52)
#29222D
(41,34,45)
#231E26
(35,30,38)
#1D1A1F
(29,26,31)
#171618
(23,22,24)
#111211
(17,18,17)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #473650

#473650
(71,54,80)
#57485F
(87,72,95)
#675A6E
(103,90,110)
#776C7D
(119,108,125)
#877E8C
(135,126,140)
#97909B
(151,144,155)
#A7A2AA
(167,162,170)
#B7B4B9
(183,180,185)
#C7C6C8
(199,198,200)
#D7D8D7
(215,216,215)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473650 color. Also use rgb(71,54,80) instead hex code.

Text Font Color

.myTextColor { color: #473650; }

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

This text font color is #473650.


Background Color

.myBgColor { background-color: #473650; }

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

This div background color is #473650.


Border color

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

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

This div border color is #473650.


Opacity

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

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

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

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

This text has shadow with #473650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473650 on black background.


Color preview on white background

This text has color #473650 on white background.



Black color preview on #473650 background

This text has black color on #473650 background.


White color preview on #473650 background

This text has white color on #473650 background.