COLOR #47364F

HEX: #47364F
RGB: (71,54,79)

Color info

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

RGB color model

#47364F color RGB value is (71,54,79).

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

RGB channels and saturation

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

71
54
79

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

Portions of RGB colors in percentages

R + G + B =
71 + 54 + 79 = 204 (100%)
R 71 of 204 ~ 34.8%
G 54 of 204 ~ 26.47%
B 79 of 204 ~ 38.73%

%34.8
%26.47
%38.73

CMYK color model

#47364F color CMYK value is (10,32,0,69).

  • cyan value is 10.13%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(10,32,0,69)
C10M32Y0K69 
(10%,32%,0%,69%)
(0.10/0.32/0.00/0.69)	

CMYK percentages

%10.13
%31.65
%0
%69.02

Codes

Color #47364F in popluar color models

47364F
RGB715479
HSL281°18.80%26.08%
HSB/HSV281°31.65%30.98%
CMYK10.13%31.65%0.00%
69.02%

Color #47364F in popluar number systems.

HEX47364F
Decimal715479
Binary10001111101101001111
Octal10766117

Shades and tints

Shades of #47364F

#47364F
(71,54,79)
#413248
(65,50,72)
#3B2E41
(59,46,65)
#352A3A
(53,42,58)
#2F2633
(47,38,51)
#29222C
(41,34,44)
#231E25
(35,30,37)
#1D1A1E
(29,26,30)
#171617
(23,22,23)
#111210
(17,18,16)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #47364F

#47364F
(71,54,79)
#57485F
(87,72,95)
#675A6F
(103,90,111)
#776C7F
(119,108,127)
#877E8F
(135,126,143)
#97909F
(151,144,159)
#A7A2AF
(167,162,175)
#B7B4BF
(183,180,191)
#C7C6CF
(199,198,207)
#D7D8DF
(215,216,223)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47364F; }

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

This text font color is #47364F.


Background Color

.myBgColor { background-color: #47364F; }

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

This div background color is #47364F.


Border color

.myBorderColor { border: 1px solid #47364F; }

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

This div border color is #47364F.


Opacity

.myOpacity80 { color: #47364F; opacity: 0.8; }

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

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

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

This text has shadow with #47364F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47364F on black background.


Color preview on white background

This text has color #47364F on white background.



Black color preview on #47364F background

This text has black color on #47364F background.


White color preview on #47364F background

This text has white color on #47364F background.