COLOR #3B373A

HEX: #3B373A RGB: (59,55,58)

Color info

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

RGB color model

#3B373A color RGB value is (59,55,58).

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

RGB channels and saturation

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

59
55
58

R + G + B ~ 23%. #3B373A is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 55 + 58 = 172 (100%)
R 59 of 172 ~ 34.3%
G 55 of 172 ~ 31.98%
B 58 of 172 ~ 33.72'%

%34.3
%31.98
%33.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 1.69%
  • key color value is 76.86%
CMYK: (0,7,2,77) C0M7Y2K77 (0%,7%,2%,77%) (0.00/0.07/0.02/0.77) 

CMYK percentages

%0
%6.78
%1.69
%76.86

Codes

Color #3B373A in popluar color models

3B 37 3A
RGB 59 55 58
HSL 315° 3.51% 22.35%
HSB/HSV 315° 6.78% 23.14%
CMYK 0.00% 6.78% 1.69%
76.86%

Color #3B373A in popluar number systems.

HEX 3B 37 3A
Decimal 59 55 58
Binary 111011 110111 111010
Octal 73 67 72

Shades and tints

Shades of #3B373A

#3B373A
(59,55,58)
#363235
(54,50,53)
#312D30
(49,45,48)
#2C282B
(44,40,43)
#272326
(39,35,38)
#221E21
(34,30,33)
#1D191C
(29,25,28)
#181417
(24,20,23)
#130F12
(19,15,18)
#0E0A0D
(14,10,13)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #3B373A

#3B373A
(59,55,58)
#4C494B
(76,73,75)
#5D5B5C
(93,91,92)
#6E6D6D
(110,109,109)
#7F7F7E
(127,127,126)
#90918F
(144,145,143)
#A1A3A0
(161,163,160)
#B2B5B1
(178,181,177)
#C3C7C2
(195,199,194)
#D4D9D3
(212,217,211)
#E5EBE4
(229,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B373A; }

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

This text font color is #3B373A.

Background Color

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

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

This div background color is #3B373A.

Border color

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

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

This div border color is #3B373A.

Opacity

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

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

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

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

This text has shadow with #3B373A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B373A.

Preview

Color preview on black background

This text has color #3B373A on black background.


Color preview on white background

This text has color #3B373A on white background.


Black color preview on #3B373A background

This text has black color on #3B373A background.


White color preview on #3B373A background

This text has white color on #3B373A background.


Related colors

Complementary color

Complementary color for #hex is #C4C8C5.


I love getcolorcode.com

Triadic colors

1 #3A3B37 and #373A3B with #3B373A are triadic colors.

2 #3A373B and #373B3A with #3B373A are triadic colors.