COLOR #353A3E

HEX: #353A3E
RGB: (53,58,62)

Color info

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

RGB color model

#353A3E color RGB value is (53,58,62).

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

RGB channels and saturation

R 53 of 255 = 21%
G 58 of 255 = 23%
B 62 of 255 = 24%

53
58
62

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

Portions of RGB colors in percentages

R + G + B =
53 + 58 + 62 = 173 (100%)
R 53 of 173 ~ 30.64%
G 58 of 173 ~ 33.53%
B 62 of 173 ~ 35.84%

%30.64
%33.53
%35.84

CMYK color model

#353A3E color CMYK value is (15,6,0,76).

  • cyan value is 14.52%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(15,6,0,76)
C15M6Y0K76 
(15%,6%,0%,76%)
(0.15/0.06/0.00/0.76)	

CMYK percentages

%14.52
%6.45
%0
%75.69

Codes

Color #353A3E in popluar color models

353A3E
RGB535862
HSL207°7.83%22.55%
HSB/HSV207°14.52%24.31%
CMYK14.52%6.45%0.00%
75.69%

Color #353A3E in popluar number systems.

HEX353A3E
Decimal535862
Binary110101111010111110
Octal657276

Shades and tints

Shades of #353A3E

#353A3E
(53,58,62)
#313539
(49,53,57)
#2D3034
(45,48,52)
#292B2F
(41,43,47)
#25262A
(37,38,42)
#212125
(33,33,37)
#1D1C20
(29,28,32)
#19171B
(25,23,27)
#151216
(21,18,22)
#110D11
(17,13,17)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #353A3E

#353A3E
(53,58,62)
#474B4F
(71,75,79)
#595C60
(89,92,96)
#6B6D71
(107,109,113)
#7D7E82
(125,126,130)
#8F8F93
(143,143,147)
#A1A0A4
(161,160,164)
#B3B1B5
(179,177,181)
#C5C2C6
(197,194,198)
#D7D3D7
(215,211,215)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353A3E; }

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

This text font color is #353A3E.


Background Color

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

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

This div background color is #353A3E.


Border color

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

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

This div border color is #353A3E.


Opacity

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

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

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

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

This text has shadow with #353A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353A3E on black background.


Color preview on white background

This text has color #353A3E on white background.



Black color preview on #353A3E background

This text has black color on #353A3E background.


White color preview on #353A3E background

This text has white color on #353A3E background.