COLOR #3A252C

HEX: #3A252C
RGB: (58,37,44)

Color info

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

RGB color model

#3A252C color RGB value is (58,37,44).

  • red value is 58;
  • green value is 37;
  • blue value is 44.
RGB:
(58,37,44)
(23%,15%,17%)

RGB channels and saturation

R 58 of 255 = 23%
G 37 of 255 = 15%
B 44 of 255 = 17%

58
37
44

R + G + B ~ 18%. #3A252C is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 37 + 44 = 139 (100%)
R 58 of 139 ~ 41.73%
G 37 of 139 ~ 26.62%
B 44 of 139 ~ 31.65%

%41.73
%26.62
%31.65

CMYK color model

#3A252C color CMYK value is (0,36,24,77).

  • cyan value is 0.00%
  • magenta value is 36.21%
  • yellow value is 24.14%
  • key color value is 77.25%
CMYK:
(0,36,24,77)
C0M36Y24K77 
(0%,36%,24%,77%)
(0.00/0.36/0.24/0.77)	

CMYK percentages

%0
%36.21
%24.14
%77.25

Codes

Color #3A252C in popluar color models

3A252C
RGB583744
HSL340°22.11%18.63%
HSB/HSV340°36.21%22.75%
CMYK0.00%36.21%24.14%
77.25%

Color #3A252C in popluar number systems.

HEX3A252C
Decimal583744
Binary111010100101101100
Octal724554

Shades and tints

Shades of #3A252C

#3A252C
(58,37,44)
#352228
(53,34,40)
#301F24
(48,31,36)
#2B1C20
(43,28,32)
#26191C
(38,25,28)
#211618
(33,22,24)
#1C1314
(28,19,20)
#171010
(23,16,16)
#120D0C
(18,13,12)
#0D0A08
(13,10,8)
#080704
(8,7,4)
#000000
(0,0,0)

Tints of #3A252C

#3A252C
(58,37,44)
#4B383F
(75,56,63)
#5C4B52
(92,75,82)
#6D5E65
(109,94,101)
#7E7178
(126,113,120)
#8F848B
(143,132,139)
#A0979E
(160,151,158)
#B1AAB1
(177,170,177)
#C2BDC4
(194,189,196)
#D3D0D7
(211,208,215)
#E4E3EA
(228,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A252C color. Also use rgb(58,37,44) instead hex code.

Text Font Color

.myTextColor { color: #3A252C; }

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

This text font color is #3A252C.


Background Color

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

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

This div background color is #3A252C.


Border color

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

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

This div border color is #3A252C.


Opacity

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

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

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

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

This text has shadow with #3A252C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A252C on black background.


Color preview on white background

This text has color #3A252C on white background.



Black color preview on #3A252C background

This text has black color on #3A252C background.


White color preview on #3A252C background

This text has white color on #3A252C background.