COLOR #3B353A

HEX: #3B353A RGB: (59,53,58)

Color info

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

RGB color model

#3B353A color RGB value is (59,53,58).

RGB: (59,53,58) (23%, 21%, 23%)

RGB channels and saturation

R 59 of 255 = 23%
G 53 of 255 = 21%
B 58 of 255 = 23%

59
53
58

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

Portions of RGB colors in percentages

R + G + B = 59 + 53 + 58 = 170 (100%)
R 59 of 170 ~ 34.71%
G 53 of 170 ~ 31.18%
B 58 of 170 ~ 34.12'%

%34.71
%31.18
%34.12

CMYK color model

#3B353A color CMYK value is (0,10,2,77).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 1.69%
  • key color value is 76.86%

CMYK: (0,10,2,77)
C0M10Y2K77 (0%, 10%, 2%, 77%)
(0.00 / 0.10 / 0.02 / 0.77)

CMYK percentages

%0
%10.17
%1.69
%76.86

Codes

Color #3B353A in popluar color models

3B 35 3A
RGB 59 53 58
HSL 310° 5.36% 21.96%
HSB/HSV 310° 10.17% 23.14%
CMYK 0.00% 10.17% 1.69%
76.86%

Color #3B353A in popluar number systems.

HEX 3B 35 3A
Decimal 59 53 58
Binary 111011 110101 111010
Octal 73 65 72

Shades and tints

Shades of #3B353A

#3B353A
(59,53,58)
#363135
(54,49,53)
#312D30
(49,45,48)
#2C292B
(44,41,43)
#272526
(39,37,38)
#222121
(34,33,33)
#1D1D1C
(29,29,28)
#181917
(24,25,23)
#131512
(19,21,18)
#0E110D
(14,17,13)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #3B353A

#3B353A
(59,53,58)
#4C474B
(76,71,75)
#5D595C
(93,89,92)
#6E6B6D
(110,107,109)
#7F7D7E
(127,125,126)
#908F8F
(144,143,143)
#A1A1A0
(161,161,160)
#B2B3B1
(178,179,177)
#C3C5C2
(195,197,194)
#D4D7D3
(212,215,211)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B353A; }

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

This text font color is #3B353A.

Background Color

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

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

This div background color is #3B353A.

Border color

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

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

This div border color is #3B353A.

Opacity

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

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

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

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

This text has shadow with #3B353A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B353A.

Preview

Color preview on black background

This text has color #3B353A on black background.


Color preview on white background

This text has color #3B353A on white background.


Black color preview on #3B353A background

This text has black color on #3B353A background.


White color preview on #3B353A background

This text has white color on #3B353A background.


Related colors

Complementary color

Complementary color for #hex is #C4CAC5.


I love getcolorcode.com

Triadic colors

1 #3A3B35 and #353A3B with #3B353A are triadic colors.

2 #3A353B and #353B3A with #3B353A are triadic colors.