COLOR #353F3E

HEX: #353F3E RGB: (53,63,62)

Color info

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

RGB color model

#353F3E color RGB value is (53,63,62).

RGB: (53,63,62) (21%, 25%, 24%)

RGB channels and saturation

R 53 of 255 = 21%
G 63 of 255 = 25%
B 62 of 255 = 24%

53
63
62

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

Portions of RGB colors in percentages

R + G + B = 53 + 63 + 62 = 178 (100%)
R 53 of 178 ~ 29.78%
G 63 of 178 ~ 35.39%
B 62 of 178 ~ 34.83'%

%29.78
%35.39
%34.83

CMYK color model

#353F3E color CMYK value is (16,0,2,75).

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

CMYK: (16,0,2,75)
C16M0Y2K75 (16%, 0%, 2%, 75%)
(0.16 / 0.00 / 0.02 / 0.75)

CMYK percentages

%15.87
%0
%1.59
%75.29

Codes

Color #353F3E in popluar color models

35 3F 3E
RGB 53 63 62
HSL 174° 8.62% 22.75%
HSB/HSV 174° 15.87% 24.71%
CMYK 15.87% 0.00% 1.59%
75.29%

Color #353F3E in popluar number systems.

HEX 35 3F 3E
Decimal 53 63 62
Binary 110101 111111 111110
Octal 65 77 76

Shades and tints

Shades of #353F3E

#353F3E
(53,63,62)
#313A39
(49,58,57)
#2D3534
(45,53,52)
#29302F
(41,48,47)
#252B2A
(37,43,42)
#212625
(33,38,37)
#1D2120
(29,33,32)
#191C1B
(25,28,27)
#151716
(21,23,22)
#111211
(17,18,17)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #353F3E

#353F3E
(53,63,62)
#47504F
(71,80,79)
#596160
(89,97,96)
#6B7271
(107,114,113)
#7D8382
(125,131,130)
#8F9493
(143,148,147)
#A1A5A4
(161,165,164)
#B3B6B5
(179,182,181)
#C5C7C6
(197,199,198)
#D7D8D7
(215,216,215)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353F3E; }

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

This text font color is #353F3E.

Background Color

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

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

This div background color is #353F3E.

Border color

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

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

This div border color is #353F3E.

Opacity

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

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

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

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

This text has shadow with #353F3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353F3E.

Preview

Color preview on black background

This text has color #353F3E on black background.


Color preview on white background

This text has color #353F3E on white background.


Black color preview on #353F3E background

This text has black color on #353F3E background.


White color preview on #353F3E background

This text has white color on #353F3E background.


Related colors

Complementary color

Complementary color for #hex is #CAC0C1.


I love getcolorcode.com

Triadic colors

1 #3E353F and #3F3E35 with #353F3E are triadic colors.

2 #3E3F35 and #3F353E with #353F3E are triadic colors.