COLOR #3A3738

HEX: #3A3738 RGB: (58,55,56)

Color info

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

RGB color model

#3A3738 color RGB value is (58,55,56).

RGB: (58,55,56) (23%, 22%, 22%)

RGB channels and saturation

R 58 of 255 = 23%
G 55 of 255 = 22%
B 56 of 255 = 22%

58
55
56

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

Portions of RGB colors in percentages

R + G + B = 58 + 55 + 56 = 169 (100%)
R 58 of 169 ~ 34.32%
G 55 of 169 ~ 32.54%
B 56 of 169 ~ 33.14'%

%34.32
%32.54
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 3.45%
  • key color value is 77.25%

CMYK: (0,5,3,77)
C0M5Y3K77 (0%, 5%, 3%, 77%)
(0.00 / 0.05 / 0.03 / 0.77)

CMYK percentages

%0
%5.17
%3.45
%77.25

Codes

Color #3A3738 in popluar color models

3A 37 38
RGB 58 55 56
HSL 340° 2.65% 22.16%
HSB/HSV 340° 5.17% 22.75%
CMYK 0.00% 5.17% 3.45%
77.25%

Color #3A3738 in popluar number systems.

HEX 3A 37 38
Decimal 58 55 56
Binary 111010 110111 111000
Octal 72 67 70

Shades and tints

Shades of #3A3738

#3A3738
(58,55,56)
#353233
(53,50,51)
#302D2E
(48,45,46)
#2B2829
(43,40,41)
#262324
(38,35,36)
#211E1F
(33,30,31)
#1C191A
(28,25,26)
#171415
(23,20,21)
#120F10
(18,15,16)
#0D0A0B
(13,10,11)
#080506
(8,5,6)
#000000
(0,0,0)

Tints of #3A3738

#3A3738
(58,55,56)
#4B494A
(75,73,74)
#5C5B5C
(92,91,92)
#6D6D6E
(109,109,110)
#7E7F80
(126,127,128)
#8F9192
(143,145,146)
#A0A3A4
(160,163,164)
#B1B5B6
(177,181,182)
#C2C7C8
(194,199,200)
#D3D9DA
(211,217,218)
#E4EBEC
(228,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A3738; }

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

This text font color is #3A3738.

Background Color

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

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

This div background color is #3A3738.

Border color

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

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

This div border color is #3A3738.

Opacity

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

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

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

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

This text has shadow with #3A3738 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A3738.

Preview

Color preview on black background

This text has color #3A3738 on black background.


Color preview on white background

This text has color #3A3738 on white background.


Black color preview on #3A3738 background

This text has black color on #3A3738 background.


White color preview on #3A3738 background

This text has white color on #3A3738 background.


Related colors

Complementary color

Complementary color for #hex is #C5C8C7.


I love getcolorcode.com

Triadic colors

1 #383A37 and #37383A with #3A3738 are triadic colors.

2 #38373A and #373A38 with #3A3738 are triadic colors.