COLOR #3A3639

HEX: #3A3639 RGB: (58,54,57)

Color info

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

RGB color model

#3A3639 color RGB value is (58,54,57).

RGB: (58,54,57) (23%, 21%, 22%)

RGB channels and saturation

R 58 of 255 = 23%
G 54 of 255 = 21%
B 57 of 255 = 22%

58
54
57

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

Portions of RGB colors in percentages

R + G + B = 58 + 54 + 57 = 169 (100%)
R 58 of 169 ~ 34.32%
G 54 of 169 ~ 31.95%
B 57 of 169 ~ 33.73'%

%34.32
%31.95
%33.73

CMYK color model

#3A3639 color CMYK value is (0,7,2,77).

  • cyan value is 0.00%
  • magenta value is 6.90%
  • yellow value is 1.72%
  • key color value is 77.25%

CMYK: (0,7,2,77)
C0M7Y2K77 (0%, 7%, 2%, 77%)
(0.00 / 0.07 / 0.02 / 0.77)

CMYK percentages

%0
%6.9
%1.72
%77.25

Codes

Color #3A3639 in popluar color models

3A 36 39
RGB 58 54 57
HSL 315° 3.57% 21.96%
HSB/HSV 315° 6.90% 22.75%
CMYK 0.00% 6.90% 1.72%
77.25%

Color #3A3639 in popluar number systems.

HEX 3A 36 39
Decimal 58 54 57
Binary 111010 110110 111001
Octal 72 66 71

Shades and tints

Shades of #3A3639

#3A3639
(58,54,57)
#353234
(53,50,52)
#302E2F
(48,46,47)
#2B2A2A
(43,42,42)
#262625
(38,38,37)
#212220
(33,34,32)
#1C1E1B
(28,30,27)
#171A16
(23,26,22)
#121611
(18,22,17)
#0D120C
(13,18,12)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #3A3639

#3A3639
(58,54,57)
#4B484B
(75,72,75)
#5C5A5D
(92,90,93)
#6D6C6F
(109,108,111)
#7E7E81
(126,126,129)
#8F9093
(143,144,147)
#A0A2A5
(160,162,165)
#B1B4B7
(177,180,183)
#C2C6C9
(194,198,201)
#D3D8DB
(211,216,219)
#E4EAED
(228,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3639 color. Also use rgb(58,54,57) instead hex code.

Text Font Color

.myTextColor { color: #3A3639; }

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

This text font color is #3A3639.

Background Color

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

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

This div background color is #3A3639.

Border color

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

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

This div border color is #3A3639.

Opacity

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

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

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

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

This text has shadow with #3A3639 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A3639.

Preview

Color preview on black background

This text has color #3A3639 on black background.


Color preview on white background

This text has color #3A3639 on white background.


Black color preview on #3A3639 background

This text has black color on #3A3639 background.


White color preview on #3A3639 background

This text has white color on #3A3639 background.


Related colors

Complementary color

Complementary color for #hex is #C5C9C6.


I love getcolorcode.com

Triadic colors

1 #393A36 and #36393A with #3A3639 are triadic colors.

2 #39363A and #363A39 with #3A3639 are triadic colors.