COLOR #353337

HEX: #353337
RGB: (53,51,55)

Color info

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

RGB color model

#353337 color RGB value is (53,51,55).

  • red value is 53;
  • green value is 51;
  • blue value is 55.
RGB:
(53,51,55)
(21%,20%,22%)

RGB channels and saturation

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

53
51
55

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

Portions of RGB colors in percentages

R + G + B =
53 + 51 + 55 = 159 (100%)
R 53 of 159 ~ 33.33%
G 51 of 159 ~ 32.08%
B 55 of 159 ~ 34.59%

%33.33
%32.08
%34.59

CMYK color model

#353337 color CMYK value is (4,7,0,78).

  • cyan value is 3.64%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(4,7,0,78)
C4M7Y0K78 
(4%,7%,0%,78%)
(0.04/0.07/0.00/0.78)	

CMYK percentages

%3.64
%7.27
%0
%78.43

Codes

Color #353337 in popluar color models

353337
RGB535155
HSL270°3.77%20.78%
HSB/HSV270°7.27%21.57%
CMYK3.64%7.27%0.00%
78.43%

Color #353337 in popluar number systems.

HEX353337
Decimal535155
Binary110101110011110111
Octal656367

Shades and tints

Shades of #353337

#353337
(53,51,55)
#312F32
(49,47,50)
#2D2B2D
(45,43,45)
#292728
(41,39,40)
#252323
(37,35,35)
#211F1E
(33,31,30)
#1D1B19
(29,27,25)
#191714
(25,23,20)
#15130F
(21,19,15)
#110F0A
(17,15,10)
#0D0B05
(13,11,5)
#000000
(0,0,0)

Tints of #353337

#353337
(53,51,55)
#474549
(71,69,73)
#59575B
(89,87,91)
#6B696D
(107,105,109)
#7D7B7F
(125,123,127)
#8F8D91
(143,141,145)
#A19FA3
(161,159,163)
#B3B1B5
(179,177,181)
#C5C3C7
(197,195,199)
#D7D5D9
(215,213,217)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353337; }

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

This text font color is #353337.


Background Color

.myBgColor { background-color: #353337; }

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

This div background color is #353337.


Border color

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

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

This div border color is #353337.


Opacity

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

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

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

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

This text has shadow with #353337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353337 on black background.


Color preview on white background

This text has color #353337 on white background.



Black color preview on #353337 background

This text has black color on #353337 background.


White color preview on #353337 background

This text has white color on #353337 background.