COLOR #3A372B

HEX: #3A372B
RGB: (58,55,43)

Color info

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

RGB color model

#3A372B color RGB value is (58,55,43).

  • red value is 58;
  • green value is 55;
  • blue value is 43.
RGB:
(58,55,43)
(23%,22%,17%)

RGB channels and saturation

R 58 of 255 = 23%
G 55 of 255 = 22%
B 43 of 255 = 17%

58
55
43

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

Portions of RGB colors in percentages

R + G + B =
58 + 55 + 43 = 156 (100%)
R 58 of 156 ~ 37.18%
G 55 of 156 ~ 35.26%
B 43 of 156 ~ 27.56%

%37.18
%35.26
%27.56

CMYK color model

#3A372B color CMYK value is (0,5,26,77).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 25.86%
  • key color value is 77.25%
CMYK:
(0,5,26,77)
C0M5Y26K77 
(0%,5%,26%,77%)
(0.00/0.05/0.26/0.77)	

CMYK percentages

%0
%5.17
%25.86
%77.25

Codes

Color #3A372B in popluar color models

3A372B
RGB585543
HSL48°14.85%19.80%
HSB/HSV48°25.86%22.75%
CMYK0.00%5.17%25.86%
77.25%

Color #3A372B in popluar number systems.

HEX3A372B
Decimal585543
Binary111010110111101011
Octal726753

Shades and tints

Shades of #3A372B

#3A372B
(58,55,43)
#353228
(53,50,40)
#302D25
(48,45,37)
#2B2822
(43,40,34)
#26231F
(38,35,31)
#211E1C
(33,30,28)
#1C1919
(28,25,25)
#171416
(23,20,22)
#120F13
(18,15,19)
#0D0A10
(13,10,16)
#08050D
(8,5,13)
#000000
(0,0,0)

Tints of #3A372B

#3A372B
(58,55,43)
#4B493E
(75,73,62)
#5C5B51
(92,91,81)
#6D6D64
(109,109,100)
#7E7F77
(126,127,119)
#8F918A
(143,145,138)
#A0A39D
(160,163,157)
#B1B5B0
(177,181,176)
#C2C7C3
(194,199,195)
#D3D9D6
(211,217,214)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A372B color. Also use rgb(58,55,43) instead hex code.

Text Font Color

.myTextColor { color: #3A372B; }

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

This text font color is #3A372B.


Background Color

.myBgColor { background-color: #3A372B; }

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

This div background color is #3A372B.


Border color

.myBorderColor { border: 1px solid #3A372B; }

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

This div border color is #3A372B.


Opacity

.myOpacity80 { color: #3A372B; opacity: 0.8; }

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

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

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

This text has shadow with #3A372B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A372B on black background.


Color preview on white background

This text has color #3A372B on white background.



Black color preview on #3A372B background

This text has black color on #3A372B background.


White color preview on #3A372B background

This text has white color on #3A372B background.