COLOR #353B3E

HEX: #353B3E
RGB: (53,59,62)

Color info

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

RGB color model

#353B3E color RGB value is (53,59,62).

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

RGB channels and saturation

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

53
59
62

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

Portions of RGB colors in percentages

R + G + B =
53 + 59 + 62 = 174 (100%)
R 53 of 174 ~ 30.46%
G 59 of 174 ~ 33.91%
B 62 of 174 ~ 35.63%

%30.46
%33.91
%35.63

CMYK color model

#353B3E color CMYK value is (15,5,0,76).

  • cyan value is 14.52%
  • magenta value is 4.84%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(15,5,0,76)
C15M5Y0K76 
(15%,5%,0%,76%)
(0.15/0.05/0.00/0.76)	

CMYK percentages

%14.52
%4.84
%0
%75.69

Codes

Color #353B3E in popluar color models

353B3E
RGB535962
HSL200°7.83%22.55%
HSB/HSV200°14.52%24.31%
CMYK14.52%4.84%0.00%
75.69%

Color #353B3E in popluar number systems.

HEX353B3E
Decimal535962
Binary110101111011111110
Octal657376

Shades and tints

Shades of #353B3E

#353B3E
(53,59,62)
#313639
(49,54,57)
#2D3134
(45,49,52)
#292C2F
(41,44,47)
#25272A
(37,39,42)
#212225
(33,34,37)
#1D1D20
(29,29,32)
#19181B
(25,24,27)
#151316
(21,19,22)
#110E11
(17,14,17)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #353B3E

#353B3E
(53,59,62)
#474C4F
(71,76,79)
#595D60
(89,93,96)
#6B6E71
(107,110,113)
#7D7F82
(125,127,130)
#8F9093
(143,144,147)
#A1A1A4
(161,161,164)
#B3B2B5
(179,178,181)
#C5C3C6
(197,195,198)
#D7D4D7
(215,212,215)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353B3E; }

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

This text font color is #353B3E.


Background Color

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

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

This div background color is #353B3E.


Border color

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

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

This div border color is #353B3E.


Opacity

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

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

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

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

This text has shadow with #353B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353B3E on black background.


Color preview on white background

This text has color #353B3E on white background.



Black color preview on #353B3E background

This text has black color on #353B3E background.


White color preview on #353B3E background

This text has white color on #353B3E background.