COLOR #3A4337

HEX: #3A4337
RGB: (58,67,55)

Color info

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

RGB color model

#3A4337 color RGB value is (58,67,55).

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

RGB channels and saturation

R 58 of 255 = 23%
G 67 of 255 = 26%
B 55 of 255 = 22%

58
67
55

R + G + B ~ 24%. #3A4337 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 67 + 55 = 180 (100%)
R 58 of 180 ~ 32.22%
G 67 of 180 ~ 37.22%
B 55 of 180 ~ 30.56%

%32.22
%37.22
%30.56

CMYK color model

#3A4337 color CMYK value is (13,0,18,74).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 17.91%
  • key color value is 73.73%
CMYK:
(13,0,18,74)
C13M0Y18K74 
(13%,0%,18%,74%)
(0.13/0.00/0.18/0.74)	

CMYK percentages

%13.43
%0
%17.91
%73.73

Codes

Color #3A4337 in popluar color models

3A4337
RGB586755
HSL105°9.84%23.92%
HSB/HSV105°17.91%26.27%
CMYK13.43%0.00%17.91%
73.73%

Color #3A4337 in popluar number systems.

HEX3A4337
Decimal586755
Binary1110101000011110111
Octal7210367

Shades and tints

Shades of #3A4337

#3A4337
(58,67,55)
#353D32
(53,61,50)
#30372D
(48,55,45)
#2B3128
(43,49,40)
#262B23
(38,43,35)
#21251E
(33,37,30)
#1C1F19
(28,31,25)
#171914
(23,25,20)
#12130F
(18,19,15)
#0D0D0A
(13,13,10)
#080705
(8,7,5)
#000000
(0,0,0)

Tints of #3A4337

#3A4337
(58,67,55)
#4B5449
(75,84,73)
#5C655B
(92,101,91)
#6D766D
(109,118,109)
#7E877F
(126,135,127)
#8F9891
(143,152,145)
#A0A9A3
(160,169,163)
#B1BAB5
(177,186,181)
#C2CBC7
(194,203,199)
#D3DCD9
(211,220,217)
#E4EDEB
(228,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4337; }

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

This text font color is #3A4337.


Background Color

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

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

This div background color is #3A4337.


Border color

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

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

This div border color is #3A4337.


Opacity

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

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

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

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

This text has shadow with #3A4337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4337 on black background.


Color preview on white background

This text has color #3A4337 on white background.



Black color preview on #3A4337 background

This text has black color on #3A4337 background.


White color preview on #3A4337 background

This text has white color on #3A4337 background.