COLOR #473125

HEX: #473125
RGB: (71,49,37)

Color info

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

RGB color model

#473125 color RGB value is (71,49,37).

  • red value is 71;
  • green value is 49;
  • blue value is 37.
RGB:
(71,49,37)
(28%,19%,15%)

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 37 of 255 = 15%

71
49
37

R + G + B ~ 21%. #473125 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 37 = 157 (100%)
R 71 of 157 ~ 45.22%
G 49 of 157 ~ 31.21%
B 37 of 157 ~ 23.57%

%45.22
%31.21
%23.57

CMYK color model

#473125 color CMYK value is (0,31,48,72).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 47.89%
  • key color value is 72.16%
CMYK:
(0,31,48,72)
C0M31Y48K72 
(0%,31%,48%,72%)
(0.00/0.31/0.48/0.72)	

CMYK percentages

%0
%30.99
%47.89
%72.16

Codes

Color #473125 in popluar color models

473125
RGB714937
HSL21°31.48%21.18%
HSB/HSV21°47.89%27.84%
CMYK0.00%30.99%47.89%
72.16%

Color #473125 in popluar number systems.

HEX473125
Decimal714937
Binary1000111110001100101
Octal1076145

Shades and tints

Shades of #473125

#473125
(71,49,37)
#412D22
(65,45,34)
#3B291F
(59,41,31)
#35251C
(53,37,28)
#2F2119
(47,33,25)
#291D16
(41,29,22)
#231913
(35,25,19)
#1D1510
(29,21,16)
#17110D
(23,17,13)
#110D0A
(17,13,10)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #473125

#473125
(71,49,37)
#574338
(87,67,56)
#67554B
(103,85,75)
#77675E
(119,103,94)
#877971
(135,121,113)
#978B84
(151,139,132)
#A79D97
(167,157,151)
#B7AFAA
(183,175,170)
#C7C1BD
(199,193,189)
#D7D3D0
(215,211,208)
#E7E5E3
(231,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473125 color. Also use rgb(71,49,37) instead hex code.

Text Font Color

.myTextColor { color: #473125; }

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

This text font color is #473125.


Background Color

.myBgColor { background-color: #473125; }

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

This div background color is #473125.


Border color

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

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

This div border color is #473125.


Opacity

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

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

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

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

This text has shadow with #473125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473125 on black background.


Color preview on white background

This text has color #473125 on white background.



Black color preview on #473125 background

This text has black color on #473125 background.


White color preview on #473125 background

This text has white color on #473125 background.