COLOR #3B5353

HEX: #3B5353 RGB: (59,83,83)

Color info

#3B5353 contains red, green and blue colors in about the same proportion. Web safe color of #3B5353 is #336666 (or #366).

RGB color model

#3B5353 color RGB value is (59,83,83).

RGB: (59,83,83) (23%, 33%, 33%)

RGB channels and saturation

R 59 of 255 = 23%
G 83 of 255 = 33%
B 83 of 255 = 33%

59
83
83

R + G + B ~ 30%. #3B5353 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 83 + 83 = 225 (100%)
R 59 of 225 ~ 26.22%
G 83 of 225 ~ 36.89%
B 83 of 225 ~ 36.89'%

%26.22
%36.89
%36.89

CMYK color model

#3B5353 color CMYK value is (29,0,0,67).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (29,0,0,67)
C29M0Y0K67 (29%, 0%, 0%, 67%)
(0.29 / 0.00 / 0.00 / 0.67)

CMYK percentages

%28.92
%0
%0
%67.45

Codes

Color #3B5353 in popluar color models

3B 53 53
RGB 59 83 83
HSL 180° 16.90% 27.84%
HSB/HSV 180° 28.92% 32.55%
CMYK 28.92% 0.00% 0.00%
67.45%

Color #3B5353 in popluar number systems.

HEX 3B 53 53
Decimal 59 83 83
Binary 111011 1010011 1010011
Octal 73 123 123

Shades and tints

Shades of #3B5353

#3B5353
(59,83,83)
#364C4C
(54,76,76)
#314545
(49,69,69)
#2C3E3E
(44,62,62)
#273737
(39,55,55)
#223030
(34,48,48)
#1D2929
(29,41,41)
#182222
(24,34,34)
#131B1B
(19,27,27)
#0E1414
(14,20,20)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #3B5353

#3B5353
(59,83,83)
#4C6262
(76,98,98)
#5D7171
(93,113,113)
#6E8080
(110,128,128)
#7F8F8F
(127,143,143)
#909E9E
(144,158,158)
#A1ADAD
(161,173,173)
#B2BCBC
(178,188,188)
#C3CBCB
(195,203,203)
#D4DADA
(212,218,218)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5353; }

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

This text font color is #3B5353.

Background Color

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

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

This div background color is #3B5353.

Border color

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

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

This div border color is #3B5353.

Opacity

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

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

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

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

This text has shadow with #3B5353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5353.

Preview

Color preview on black background

This text has color #3B5353 on black background.


Color preview on white background

This text has color #3B5353 on white background.


Black color preview on #3B5353 background

This text has black color on #3B5353 background.


White color preview on #3B5353 background

This text has white color on #3B5353 background.


Related colors

Complementary color

Complementary color for #hex is #C4ACAC.


I love getcolorcode.com