COLOR #353033

HEX: #353033
RGB: (53,48,51)

Color info

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

RGB color model

#353033 color RGB value is (53,48,51).

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

RGB channels and saturation

R 53 of 255 = 21%
G 48 of 255 = 19%
B 51 of 255 = 20%

53
48
51

R + G + B ~ 20%. #353033 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 48 + 51 = 152 (100%)
R 53 of 152 ~ 34.87%
G 48 of 152 ~ 31.58%
B 51 of 152 ~ 33.55%

%34.87
%31.58
%33.55

CMYK color model

#353033 color CMYK value is (0,9,4,79).

  • cyan value is 0.00%
  • magenta value is 9.43%
  • yellow value is 3.77%
  • key color value is 79.22%
CMYK:
(0,9,4,79)
C0M9Y4K79 
(0%,9%,4%,79%)
(0.00/0.09/0.04/0.79)	

CMYK percentages

%0
%9.43
%3.77
%79.22

Codes

Color #353033 in popluar color models

353033
RGB534851
HSL324°4.95%19.80%
HSB/HSV324°9.43%20.78%
CMYK0.00%9.43%3.77%
79.22%

Color #353033 in popluar number systems.

HEX353033
Decimal534851
Binary110101110000110011
Octal656063

Shades and tints

Shades of #353033

#353033
(53,48,51)
#312C2F
(49,44,47)
#2D282B
(45,40,43)
#292427
(41,36,39)
#252023
(37,32,35)
#211C1F
(33,28,31)
#1D181B
(29,24,27)
#191417
(25,20,23)
#151013
(21,16,19)
#110C0F
(17,12,15)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #353033

#353033
(53,48,51)
#474245
(71,66,69)
#595457
(89,84,87)
#6B6669
(107,102,105)
#7D787B
(125,120,123)
#8F8A8D
(143,138,141)
#A19C9F
(161,156,159)
#B3AEB1
(179,174,177)
#C5C0C3
(197,192,195)
#D7D2D5
(215,210,213)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353033; }

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

This text font color is #353033.


Background Color

.myBgColor { background-color: #353033; }

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

This div background color is #353033.


Border color

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

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

This div border color is #353033.


Opacity

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

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

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

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

This text has shadow with #353033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353033 on black background.


Color preview on white background

This text has color #353033 on white background.



Black color preview on #353033 background

This text has black color on #353033 background.


White color preview on #353033 background

This text has white color on #353033 background.