COLOR #47335A

HEX: #47335A
RGB: (71,51,90)

Color info

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

RGB color model

#47335A color RGB value is (71,51,90).

  • red value is 71;
  • green value is 51;
  • blue value is 90.
RGB:
(71,51,90)
(28%,20%,35%)

RGB channels and saturation

R 71 of 255 = 28%
G 51 of 255 = 20%
B 90 of 255 = 35%

71
51
90

R + G + B ~ 28%. #47335A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 51 + 90 = 212 (100%)
R 71 of 212 ~ 33.49%
G 51 of 212 ~ 24.06%
B 90 of 212 ~ 42.45%

%33.49
%24.06
%42.45

CMYK color model

#47335A color CMYK value is (21,43,0,65).

  • cyan value is 21.11%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(21,43,0,65)
C21M43Y0K65 
(21%,43%,0%,65%)
(0.21/0.43/0.00/0.65)	

CMYK percentages

%21.11
%43.33
%0
%64.71

Codes

Color #47335A in popluar color models

47335A
RGB715190
HSL271°27.66%27.65%
HSB/HSV271°43.33%35.29%
CMYK21.11%43.33%0.00%
64.71%

Color #47335A in popluar number systems.

HEX47335A
Decimal715190
Binary10001111100111011010
Octal10763132

Shades and tints

Shades of #47335A

#47335A
(71,51,90)
#412F52
(65,47,82)
#3B2B4A
(59,43,74)
#352742
(53,39,66)
#2F233A
(47,35,58)
#291F32
(41,31,50)
#231B2A
(35,27,42)
#1D1722
(29,23,34)
#17131A
(23,19,26)
#110F12
(17,15,18)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #47335A

#47335A
(71,51,90)
#574569
(87,69,105)
#675778
(103,87,120)
#776987
(119,105,135)
#877B96
(135,123,150)
#978DA5
(151,141,165)
#A79FB4
(167,159,180)
#B7B1C3
(183,177,195)
#C7C3D2
(199,195,210)
#D7D5E1
(215,213,225)
#E7E7F0
(231,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47335A color. Also use rgb(71,51,90) instead hex code.

Text Font Color

.myTextColor { color: #47335A; }

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

This text font color is #47335A.


Background Color

.myBgColor { background-color: #47335A; }

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

This div background color is #47335A.


Border color

.myBorderColor { border: 1px solid #47335A; }

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

This div border color is #47335A.


Opacity

.myOpacity80 { color: #47335A; opacity: 0.8; }

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

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

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

This text has shadow with #47335A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47335A on black background.


Color preview on white background

This text has color #47335A on white background.



Black color preview on #47335A background

This text has black color on #47335A background.


White color preview on #47335A background

This text has white color on #47335A background.