COLOR #474126

HEX: #474126
RGB: (71,65,38)

Color info

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

RGB color model

#474126 color RGB value is (71,65,38).

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

RGB channels and saturation

R 71 of 255 = 28%
G 65 of 255 = 25%
B 38 of 255 = 15%

71
65
38

R + G + B ~ 23%. #474126 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 65 + 38 = 174 (100%)
R 71 of 174 ~ 40.8%
G 65 of 174 ~ 37.36%
B 38 of 174 ~ 21.84%

%40.8
%37.36
%21.84

CMYK color model

#474126 color CMYK value is (0,8,46,72).

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 46.48%
  • key color value is 72.16%
CMYK:
(0,8,46,72)
C0M8Y46K72 
(0%,8%,46%,72%)
(0.00/0.08/0.46/0.72)	

CMYK percentages

%0
%8.45
%46.48
%72.16

Codes

Color #474126 in popluar color models

474126
RGB716538
HSL49°30.28%21.37%
HSB/HSV49°46.48%27.84%
CMYK0.00%8.45%46.48%
72.16%

Color #474126 in popluar number systems.

HEX474126
Decimal716538
Binary10001111000001100110
Octal10710146

Shades and tints

Shades of #474126

#474126
(71,65,38)
#413C23
(65,60,35)
#3B3720
(59,55,32)
#35321D
(53,50,29)
#2F2D1A
(47,45,26)
#292817
(41,40,23)
#232314
(35,35,20)
#1D1E11
(29,30,17)
#17190E
(23,25,14)
#11140B
(17,20,11)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #474126

#474126
(71,65,38)
#575239
(87,82,57)
#67634C
(103,99,76)
#77745F
(119,116,95)
#878572
(135,133,114)
#979685
(151,150,133)
#A7A798
(167,167,152)
#B7B8AB
(183,184,171)
#C7C9BE
(199,201,190)
#D7DAD1
(215,218,209)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474126; }

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

This text font color is #474126.


Background Color

.myBgColor { background-color: #474126; }

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

This div background color is #474126.


Border color

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

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

This div border color is #474126.


Opacity

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

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

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

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

This text has shadow with #474126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474126 on black background.


Color preview on white background

This text has color #474126 on white background.



Black color preview on #474126 background

This text has black color on #474126 background.


White color preview on #474126 background

This text has white color on #474126 background.