COLOR #474036

HEX: #474036
RGB: (71,64,54)

Color info

#474036 contains red, green and blue colors in about the same proportion. Web safe color of #474036 is #333333 (or #333).

RGB color model

#474036 color RGB value is (71,64,54).

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

RGB channels and saturation

R 71 of 255 = 28%
G 64 of 255 = 25%
B 54 of 255 = 21%

71
64
54

R + G + B ~ 25%. #474036 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 64 + 54 = 189 (100%)
R 71 of 189 ~ 37.57%
G 64 of 189 ~ 33.86%
B 54 of 189 ~ 28.57%

%37.57
%33.86
%28.57

CMYK color model

#474036 color CMYK value is (0,10,24,72).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 23.94%
  • key color value is 72.16%
CMYK:
(0,10,24,72)
C0M10Y24K72 
(0%,10%,24%,72%)
(0.00/0.10/0.24/0.72)	

CMYK percentages

%0
%9.86
%23.94
%72.16

Codes

Color #474036 in popluar color models

474036
RGB716454
HSL35°13.60%24.51%
HSB/HSV35°23.94%27.84%
CMYK0.00%9.86%23.94%
72.16%

Color #474036 in popluar number systems.

HEX474036
Decimal716454
Binary10001111000000110110
Octal10710066

Shades and tints

Shades of #474036

#474036
(71,64,54)
#413B32
(65,59,50)
#3B362E
(59,54,46)
#35312A
(53,49,42)
#2F2C26
(47,44,38)
#292722
(41,39,34)
#23221E
(35,34,30)
#1D1D1A
(29,29,26)
#171816
(23,24,22)
#111312
(17,19,18)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #474036

#474036
(71,64,54)
#575148
(87,81,72)
#67625A
(103,98,90)
#77736C
(119,115,108)
#87847E
(135,132,126)
#979590
(151,149,144)
#A7A6A2
(167,166,162)
#B7B7B4
(183,183,180)
#C7C8C6
(199,200,198)
#D7D9D8
(215,217,216)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474036; }

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

This text font color is #474036.


Background Color

.myBgColor { background-color: #474036; }

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

This div background color is #474036.


Border color

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

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

This div border color is #474036.


Opacity

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

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

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

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

This text has shadow with #474036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474036 on black background.


Color preview on white background

This text has color #474036 on white background.



Black color preview on #474036 background

This text has black color on #474036 background.


White color preview on #474036 background

This text has white color on #474036 background.