COLOR #3A3437

HEX: #3A3437
RGB: (58,52,55)

Color info

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

RGB color model

#3A3437 color RGB value is (58,52,55).

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

RGB channels and saturation

R 58 of 255 = 23%
G 52 of 255 = 20%
B 55 of 255 = 22%

58
52
55

R + G + B ~ 22%. #3A3437 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 52 + 55 = 165 (100%)
R 58 of 165 ~ 35.15%
G 52 of 165 ~ 31.52%
B 55 of 165 ~ 33.33%

%35.15
%31.52
%33.33

CMYK color model

#3A3437 color CMYK value is (0,10,5,77).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 5.17%
  • key color value is 77.25%
CMYK:
(0,10,5,77)
C0M10Y5K77 
(0%,10%,5%,77%)
(0.00/0.10/0.05/0.77)	

CMYK percentages

%0
%10.34
%5.17
%77.25

Codes

Color #3A3437 in popluar color models

3A3437
RGB585255
HSL330°5.45%21.57%
HSB/HSV330°10.34%22.75%
CMYK0.00%10.34%5.17%
77.25%

Color #3A3437 in popluar number systems.

HEX3A3437
Decimal585255
Binary111010110100110111
Octal726467

Shades and tints

Shades of #3A3437

#3A3437
(58,52,55)
#353032
(53,48,50)
#302C2D
(48,44,45)
#2B2828
(43,40,40)
#262423
(38,36,35)
#21201E
(33,32,30)
#1C1C19
(28,28,25)
#171814
(23,24,20)
#12140F
(18,20,15)
#0D100A
(13,16,10)
#080C05
(8,12,5)
#000000
(0,0,0)

Tints of #3A3437

#3A3437
(58,52,55)
#4B4649
(75,70,73)
#5C585B
(92,88,91)
#6D6A6D
(109,106,109)
#7E7C7F
(126,124,127)
#8F8E91
(143,142,145)
#A0A0A3
(160,160,163)
#B1B2B5
(177,178,181)
#C2C4C7
(194,196,199)
#D3D6D9
(211,214,217)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3437; }

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

This text font color is #3A3437.


Background Color

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

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

This div background color is #3A3437.


Border color

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

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

This div border color is #3A3437.


Opacity

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

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

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

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

This text has shadow with #3A3437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3437 on black background.


Color preview on white background

This text has color #3A3437 on white background.



Black color preview on #3A3437 background

This text has black color on #3A3437 background.


White color preview on #3A3437 background

This text has white color on #3A3437 background.