COLOR #353E33

HEX: #353E33
RGB: (53,62,51)

Color info

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

RGB color model

#353E33 color RGB value is (53,62,51).

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

RGB channels and saturation

R 53 of 255 = 21%
G 62 of 255 = 24%
B 51 of 255 = 20%

53
62
51

R + G + B ~ 22%. #353E33 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 62 + 51 = 166 (100%)
R 53 of 166 ~ 31.93%
G 62 of 166 ~ 37.35%
B 51 of 166 ~ 30.72%

%31.93
%37.35
%30.72

CMYK color model

#353E33 color CMYK value is (15,0,18,76).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 75.69%
CMYK:
(15,0,18,76)
C15M0Y18K76 
(15%,0%,18%,76%)
(0.15/0.00/0.18/0.76)	

CMYK percentages

%14.52
%0
%17.74
%75.69

Codes

Color #353E33 in popluar color models

353E33
RGB536251
HSL109°9.73%22.16%
HSB/HSV109°17.74%24.31%
CMYK14.52%0.00%17.74%
75.69%

Color #353E33 in popluar number systems.

HEX353E33
Decimal536251
Binary110101111110110011
Octal657663

Shades and tints

Shades of #353E33

#353E33
(53,62,51)
#31392F
(49,57,47)
#2D342B
(45,52,43)
#292F27
(41,47,39)
#252A23
(37,42,35)
#21251F
(33,37,31)
#1D201B
(29,32,27)
#191B17
(25,27,23)
#151613
(21,22,19)
#11110F
(17,17,15)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #353E33

#353E33
(53,62,51)
#474F45
(71,79,69)
#596057
(89,96,87)
#6B7169
(107,113,105)
#7D827B
(125,130,123)
#8F938D
(143,147,141)
#A1A49F
(161,164,159)
#B3B5B1
(179,181,177)
#C5C6C3
(197,198,195)
#D7D7D5
(215,215,213)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353E33; }

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

This text font color is #353E33.


Background Color

.myBgColor { background-color: #353E33; }

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

This div background color is #353E33.


Border color

.myBorderColor { border: 1px solid #353E33; }

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

This div border color is #353E33.


Opacity

.myOpacity80 { color: #353E33; opacity: 0.8; }

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

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

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

This text has shadow with #353E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353E33 on black background.


Color preview on white background

This text has color #353E33 on white background.



Black color preview on #353E33 background

This text has black color on #353E33 background.


White color preview on #353E33 background

This text has white color on #353E33 background.