COLOR #3A4342

HEX: #3A4342
RGB: (58,67,66)

Color info

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

RGB color model

#3A4342 color RGB value is (58,67,66).

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

RGB channels and saturation

R 58 of 255 = 23%
G 67 of 255 = 26%
B 66 of 255 = 26%

58
67
66

R + G + B ~ 25%. #3A4342 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 67 + 66 = 191 (100%)
R 58 of 191 ~ 30.37%
G 67 of 191 ~ 35.08%
B 66 of 191 ~ 34.55%

%30.37
%35.08
%34.55

CMYK color model

#3A4342 color CMYK value is (13,0,1,74).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 73.73%
CMYK:
(13,0,1,74)
C13M0Y1K74 
(13%,0%,1%,74%)
(0.13/0.00/0.01/0.74)	

CMYK percentages

%13.43
%0
%1.49
%73.73

Codes

Color #3A4342 in popluar color models

3A4342
RGB586766
HSL173°7.20%24.51%
HSB/HSV173°13.43%26.27%
CMYK13.43%0.00%1.49%
73.73%

Color #3A4342 in popluar number systems.

HEX3A4342
Decimal586766
Binary11101010000111000010
Octal72103102

Shades and tints

Shades of #3A4342

#3A4342
(58,67,66)
#353D3C
(53,61,60)
#303736
(48,55,54)
#2B3130
(43,49,48)
#262B2A
(38,43,42)
#212524
(33,37,36)
#1C1F1E
(28,31,30)
#171918
(23,25,24)
#121312
(18,19,18)
#0D0D0C
(13,13,12)
#080706
(8,7,6)
#000000
(0,0,0)

Tints of #3A4342

#3A4342
(58,67,66)
#4B5453
(75,84,83)
#5C6564
(92,101,100)
#6D7675
(109,118,117)
#7E8786
(126,135,134)
#8F9897
(143,152,151)
#A0A9A8
(160,169,168)
#B1BAB9
(177,186,185)
#C2CBCA
(194,203,202)
#D3DCDB
(211,220,219)
#E4EDEC
(228,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4342; }

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

This text font color is #3A4342.


Background Color

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

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

This div background color is #3A4342.


Border color

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

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

This div border color is #3A4342.


Opacity

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

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

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

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

This text has shadow with #3A4342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4342 on black background.


Color preview on white background

This text has color #3A4342 on white background.



Black color preview on #3A4342 background

This text has black color on #3A4342 background.


White color preview on #3A4342 background

This text has white color on #3A4342 background.