COLOR #353D33

HEX: #353D33 RGB: (53,61,51)

Color info

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

RGB color model

#353D33 color RGB value is (53,61,51).

RGB: (53,61,51) (21%, 24%, 20%)

RGB channels and saturation

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

53
61
51

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

Portions of RGB colors in percentages

R + G + B = 53 + 61 + 51 = 165 (100%)
R 53 of 165 ~ 32.12%
G 61 of 165 ~ 36.97%
B 51 of 165 ~ 30.91'%

%32.12
%36.97
%30.91

CMYK color model

#353D33 color CMYK value is (13,0,16,76).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 76.08%

CMYK: (13,0,16,76)
C13M0Y16K76 (13%, 0%, 16%, 76%)
(0.13 / 0.00 / 0.16 / 0.76)

CMYK percentages

%13.11
%0
%16.39
%76.08

Codes

Color #353D33 in popluar color models

35 3D 33
RGB 53 61 51
HSL 108° 8.93% 21.96%
HSB/HSV 108° 16.39% 23.92%
CMYK 13.11% 0.00% 16.39%
76.08%

Color #353D33 in popluar number systems.

HEX 35 3D 33
Decimal 53 61 51
Binary 110101 111101 110011
Octal 65 75 63

Shades and tints

Shades of #353D33

#353D33
(53,61,51)
#31382F
(49,56,47)
#2D332B
(45,51,43)
#292E27
(41,46,39)
#252923
(37,41,35)
#21241F
(33,36,31)
#1D1F1B
(29,31,27)
#191A17
(25,26,23)
#151513
(21,21,19)
#11100F
(17,16,15)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #353D33

#353D33
(53,61,51)
#474E45
(71,78,69)
#595F57
(89,95,87)
#6B7069
(107,112,105)
#7D817B
(125,129,123)
#8F928D
(143,146,141)
#A1A39F
(161,163,159)
#B3B4B1
(179,180,177)
#C5C5C3
(197,197,195)
#D7D6D5
(215,214,213)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353D33; }

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

This text font color is #353D33.

Background Color

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

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

This div background color is #353D33.

Border color

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

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

This div border color is #353D33.

Opacity

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

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

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

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

This text has shadow with #353D33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353D33.

Preview

Color preview on black background

This text has color #353D33 on black background.


Color preview on white background

This text has color #353D33 on white background.


Black color preview on #353D33 background

This text has black color on #353D33 background.


White color preview on #353D33 background

This text has white color on #353D33 background.


Related colors

Complementary color

Complementary color for #hex is #CAC2CC.


I love getcolorcode.com

Triadic colors

1 #33353D and #3D3335 with #353D33 are triadic colors.

2 #333D35 and #3D3533 with #353D33 are triadic colors.