COLOR #474135

HEX: #474135
RGB: (71,65,53)

Color info

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

RGB color model

#474135 color RGB value is (71,65,53).

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

RGB channels and saturation

R 71 of 255 = 28%
G 65 of 255 = 25%
B 53 of 255 = 21%

71
65
53

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

Portions of RGB colors in percentages

R + G + B =
71 + 65 + 53 = 189 (100%)
R 71 of 189 ~ 37.57%
G 65 of 189 ~ 34.39%
B 53 of 189 ~ 28.04%

%37.57
%34.39
%28.04

CMYK color model

#474135 color CMYK value is (0,8,25,72).

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 25.35%
  • key color value is 72.16%
CMYK:
(0,8,25,72)
C0M8Y25K72 
(0%,8%,25%,72%)
(0.00/0.08/0.25/0.72)	

CMYK percentages

%0
%8.45
%25.35
%72.16

Codes

Color #474135 in popluar color models

474135
RGB716553
HSL40°14.52%24.31%
HSB/HSV40°25.35%27.84%
CMYK0.00%8.45%25.35%
72.16%

Color #474135 in popluar number systems.

HEX474135
Decimal716553
Binary10001111000001110101
Octal10710165

Shades and tints

Shades of #474135

#474135
(71,65,53)
#413C31
(65,60,49)
#3B372D
(59,55,45)
#353229
(53,50,41)
#2F2D25
(47,45,37)
#292821
(41,40,33)
#23231D
(35,35,29)
#1D1E19
(29,30,25)
#171915
(23,25,21)
#111411
(17,20,17)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #474135

#474135
(71,65,53)
#575247
(87,82,71)
#676359
(103,99,89)
#77746B
(119,116,107)
#87857D
(135,133,125)
#97968F
(151,150,143)
#A7A7A1
(167,167,161)
#B7B8B3
(183,184,179)
#C7C9C5
(199,201,197)
#D7DAD7
(215,218,215)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474135 color. Also use rgb(71,65,53) instead hex code.

Text Font Color

.myTextColor { color: #474135; }

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

This text font color is #474135.


Background Color

.myBgColor { background-color: #474135; }

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

This div background color is #474135.


Border color

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

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

This div border color is #474135.


Opacity

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

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

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

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

This text has shadow with #474135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474135 on black background.


Color preview on white background

This text has color #474135 on white background.



Black color preview on #474135 background

This text has black color on #474135 background.


White color preview on #474135 background

This text has white color on #474135 background.