COLOR #3A373F

HEX: #3A373F
RGB: (58,55,63)

Color info

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

RGB color model

#3A373F color RGB value is (58,55,63).

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

RGB channels and saturation

R 58 of 255 = 23%
G 55 of 255 = 22%
B 63 of 255 = 25%

58
55
63

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

Portions of RGB colors in percentages

R + G + B =
58 + 55 + 63 = 176 (100%)
R 58 of 176 ~ 32.95%
G 55 of 176 ~ 31.25%
B 63 of 176 ~ 35.8%

%32.95
%31.25
%35.8

CMYK color model

#3A373F color CMYK value is (8,13,0,75).

  • cyan value is 7.94%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(8,13,0,75)
C8M13Y0K75 
(8%,13%,0%,75%)
(0.08/0.13/0.00/0.75)	

CMYK percentages

%7.94
%12.7
%0
%75.29

Codes

Color #3A373F in popluar color models

3A373F
RGB585563
HSL263°6.78%23.14%
HSB/HSV263°12.70%24.71%
CMYK7.94%12.70%0.00%
75.29%

Color #3A373F in popluar number systems.

HEX3A373F
Decimal585563
Binary111010110111111111
Octal726777

Shades and tints

Shades of #3A373F

#3A373F
(58,55,63)
#35323A
(53,50,58)
#302D35
(48,45,53)
#2B2830
(43,40,48)
#26232B
(38,35,43)
#211E26
(33,30,38)
#1C1921
(28,25,33)
#17141C
(23,20,28)
#120F17
(18,15,23)
#0D0A12
(13,10,18)
#08050D
(8,5,13)
#000000
(0,0,0)

Tints of #3A373F

#3A373F
(58,55,63)
#4B4950
(75,73,80)
#5C5B61
(92,91,97)
#6D6D72
(109,109,114)
#7E7F83
(126,127,131)
#8F9194
(143,145,148)
#A0A3A5
(160,163,165)
#B1B5B6
(177,181,182)
#C2C7C7
(194,199,199)
#D3D9D8
(211,217,216)
#E4EBE9
(228,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A373F; }

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

This text font color is #3A373F.


Background Color

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

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

This div background color is #3A373F.


Border color

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

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

This div border color is #3A373F.


Opacity

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

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

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

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

This text has shadow with #3A373F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A373F on black background.


Color preview on white background

This text has color #3A373F on white background.



Black color preview on #3A373F background

This text has black color on #3A373F background.


White color preview on #3A373F background

This text has white color on #3A373F background.