COLOR #353F39

HEX: #353F39 RGB: (53,63,57)

Color info

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

RGB color model

#353F39 color RGB value is (53,63,57).

RGB: (53,63,57) (21%, 25%, 22%)

RGB channels and saturation

R 53 of 255 = 21%
G 63 of 255 = 25%
B 57 of 255 = 22%

53
63
57

R + G + B ~ 23%. #353F39 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 63 + 57 = 173 (100%)
R 53 of 173 ~ 30.64%
G 63 of 173 ~ 36.42%
B 57 of 173 ~ 32.95'%

%30.64
%36.42
%32.95

CMYK color model

#353F39 color CMYK value is (16,0,10,75).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 75.29%

CMYK: (16,0,10,75)
C16M0Y10K75 (16%, 0%, 10%, 75%)
(0.16 / 0.00 / 0.10 / 0.75)

CMYK percentages

%15.87
%0
%9.52
%75.29

Codes

Color #353F39 in popluar color models

35 3F 39
RGB 53 63 57
HSL 144° 8.62% 22.75%
HSB/HSV 144° 15.87% 24.71%
CMYK 15.87% 0.00% 9.52%
75.29%

Color #353F39 in popluar number systems.

HEX 35 3F 39
Decimal 53 63 57
Binary 110101 111111 111001
Octal 65 77 71

Shades and tints

Shades of #353F39

#353F39
(53,63,57)
#313A34
(49,58,52)
#2D352F
(45,53,47)
#29302A
(41,48,42)
#252B25
(37,43,37)
#212620
(33,38,32)
#1D211B
(29,33,27)
#191C16
(25,28,22)
#151711
(21,23,17)
#11120C
(17,18,12)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #353F39

#353F39
(53,63,57)
#47504B
(71,80,75)
#59615D
(89,97,93)
#6B726F
(107,114,111)
#7D8381
(125,131,129)
#8F9493
(143,148,147)
#A1A5A5
(161,165,165)
#B3B6B7
(179,182,183)
#C5C7C9
(197,199,201)
#D7D8DB
(215,216,219)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353F39 color. Also use rgb(53,63,57) instead hex code.

Text Font Color

.myTextColor { color: #353F39; }

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

This text font color is #353F39.

Background Color

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

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

This div background color is #353F39.

Border color

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

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

This div border color is #353F39.

Opacity

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

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

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

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

This text has shadow with #353F39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353F39.

Preview

Color preview on black background

This text has color #353F39 on black background.


Color preview on white background

This text has color #353F39 on white background.


Black color preview on #353F39 background

This text has black color on #353F39 background.


White color preview on #353F39 background

This text has white color on #353F39 background.


Related colors

Complementary color

Complementary color for #hex is #CAC0C6.


I love getcolorcode.com

Triadic colors

1 #39353F and #3F3935 with #353F39 are triadic colors.

2 #393F35 and #3F3539 with #353F39 are triadic colors.