COLOR #353D36

HEX: #353D36 RGB: (53,61,54)

Color info

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

RGB color model

#353D36 color RGB value is (53,61,54).

RGB: (53,61,54) (21%, 24%, 21%)

RGB channels and saturation

R 53 of 255 = 21%
G 61 of 255 = 24%
B 54 of 255 = 21%

53
61
54

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

Portions of RGB colors in percentages

R + G + B = 53 + 61 + 54 = 168 (100%)
R 53 of 168 ~ 31.55%
G 61 of 168 ~ 36.31%
B 54 of 168 ~ 32.14'%

%31.55
%36.31
%32.14

CMYK color model

#353D36 color CMYK value is (13,0,11,76).

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

CMYK: (13,0,11,76)
C13M0Y11K76 (13%, 0%, 11%, 76%)
(0.13 / 0.00 / 0.11 / 0.76)

CMYK percentages

%13.11
%0
%11.48
%76.08

Codes

Color #353D36 in popluar color models

35 3D 36
RGB 53 61 54
HSL 128° 7.02% 22.35%
HSB/HSV 128° 13.11% 23.92%
CMYK 13.11% 0.00% 11.48%
76.08%

Color #353D36 in popluar number systems.

HEX 35 3D 36
Decimal 53 61 54
Binary 110101 111101 110110
Octal 65 75 66

Shades and tints

Shades of #353D36

#353D36
(53,61,54)
#313832
(49,56,50)
#2D332E
(45,51,46)
#292E2A
(41,46,42)
#252926
(37,41,38)
#212422
(33,36,34)
#1D1F1E
(29,31,30)
#191A1A
(25,26,26)
#151516
(21,21,22)
#111012
(17,16,18)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #353D36

#353D36
(53,61,54)
#474E48
(71,78,72)
#595F5A
(89,95,90)
#6B706C
(107,112,108)
#7D817E
(125,129,126)
#8F9290
(143,146,144)
#A1A3A2
(161,163,162)
#B3B4B4
(179,180,180)
#C5C5C6
(197,197,198)
#D7D6D8
(215,214,216)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353D36; }

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

This text font color is #353D36.

Background Color

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

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

This div background color is #353D36.

Border color

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

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

This div border color is #353D36.

Opacity

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

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

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

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

This text has shadow with #353D36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353D36.

Preview

Color preview on black background

This text has color #353D36 on black background.


Color preview on white background

This text has color #353D36 on white background.


Black color preview on #353D36 background

This text has black color on #353D36 background.


White color preview on #353D36 background

This text has white color on #353D36 background.


Related colors

Complementary color

Complementary color for #hex is #CAC2C9.


I love getcolorcode.com

Triadic colors

1 #36353D and #3D3635 with #353D36 are triadic colors.

2 #363D35 and #3D3536 with #353D36 are triadic colors.