COLOR #353339

HEX: #353339 RGB: (53,51,57)

Color info

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

RGB color model

#353339 color RGB value is (53,51,57).

RGB: (53,51,57) (21%, 20%, 22%)

RGB channels and saturation

R 53 of 255 = 21%
G 51 of 255 = 20%
B 57 of 255 = 22%

53
51
57

R + G + B ~ 21%. #353339 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 51 + 57 = 161 (100%)
R 53 of 161 ~ 32.92%
G 51 of 161 ~ 31.68%
B 57 of 161 ~ 35.4'%

%32.92
%31.68
%35.4

CMYK color model

#353339 color CMYK value is (7,11,0,78).

  • cyan value is 7.02%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK: (7,11,0,78) C7M11Y0K78 (7%,11%,0%,78%) (0.07/0.11/0.00/0.78) 

CMYK percentages

%7.02
%10.53
%0
%77.65

Codes

Color #353339 in popluar color models

35 33 39
RGB 53 51 57
HSL 260° 5.56% 21.18%
HSB/HSV 260° 10.53% 22.35%
CMYK 7.02% 10.53% 0.00%
77.65%

Color #353339 in popluar number systems.

HEX 35 33 39
Decimal 53 51 57
Binary 110101 110011 111001
Octal 65 63 71

Shades and tints

Shades of #353339

#353339
(53,51,57)
#312F34
(49,47,52)
#2D2B2F
(45,43,47)
#29272A
(41,39,42)
#252325
(37,35,37)
#211F20
(33,31,32)
#1D1B1B
(29,27,27)
#191716
(25,23,22)
#151311
(21,19,17)
#110F0C
(17,15,12)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #353339

#353339
(53,51,57)
#47454B
(71,69,75)
#59575D
(89,87,93)
#6B696F
(107,105,111)
#7D7B81
(125,123,129)
#8F8D93
(143,141,147)
#A19FA5
(161,159,165)
#B3B1B7
(179,177,183)
#C5C3C9
(197,195,201)
#D7D5DB
(215,213,219)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353339 color. Also use rgb(53,51,57) instead hex code.

Text Font Color

.myTextColor { color: #353339; }

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

This text font color is #353339.

Background Color

.myBgColor { background-color: #353339; }

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

This div background color is #353339.

Border color

.myBorderColor { border: 1px solid #353339; }

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

This div border color is #353339.

Opacity

.myOpacity80 { color: #353339; opacity: 0.8; }

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

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

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

This text has shadow with #353339 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353339.

Preview

Color preview on black background

This text has color #353339 on black background.


Color preview on white background

This text has color #353339 on white background.


Black color preview on #353339 background

This text has black color on #353339 background.


White color preview on #353339 background

This text has white color on #353339 background.


Related colors

Complementary color

Complementary color for #hex is #CACCC6.


I love getcolorcode.com

Triadic colors

1 #393533 and #333935 with #353339 are triadic colors.

2 #393335 and #333539 with #353339 are triadic colors.