COLOR #353D3C

HEX: #353D3C
RGB: (53,61,60)

Color info

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

RGB color model

#353D3C color RGB value is (53,61,60).

  • red value is 53;
  • green value is 61;
  • blue value is 60.
RGB:
(53,61,60)
(21%,24%,24%)

RGB channels and saturation

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

53
61
60

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

Portions of RGB colors in percentages

R + G + B =
53 + 61 + 60 = 174 (100%)
R 53 of 174 ~ 30.46%
G 61 of 174 ~ 35.06%
B 60 of 174 ~ 34.48%

%30.46
%35.06
%34.48

CMYK color model

#353D3C color CMYK value is (13,0,2,76).

  • cyan value is 13.11%
  • magenta value is 0.00%
  • yellow value is 1.64%
  • key color value is 76.08%
CMYK:
(13,0,2,76)
C13M0Y2K76 
(13%,0%,2%,76%)
(0.13/0.00/0.02/0.76)	

CMYK percentages

%13.11
%0
%1.64
%76.08

Codes

Color #353D3C in popluar color models

353D3C
RGB536160
HSL173°7.02%22.35%
HSB/HSV173°13.11%23.92%
CMYK13.11%0.00%1.64%
76.08%

Color #353D3C in popluar number systems.

HEX353D3C
Decimal536160
Binary110101111101111100
Octal657574

Shades and tints

Shades of #353D3C

#353D3C
(53,61,60)
#313837
(49,56,55)
#2D3332
(45,51,50)
#292E2D
(41,46,45)
#252928
(37,41,40)
#212423
(33,36,35)
#1D1F1E
(29,31,30)
#191A19
(25,26,25)
#151514
(21,21,20)
#11100F
(17,16,15)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #353D3C

#353D3C
(53,61,60)
#474E4D
(71,78,77)
#595F5E
(89,95,94)
#6B706F
(107,112,111)
#7D8180
(125,129,128)
#8F9291
(143,146,145)
#A1A3A2
(161,163,162)
#B3B4B3
(179,180,179)
#C5C5C4
(197,197,196)
#D7D6D5
(215,214,213)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353D3C; }

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

This text font color is #353D3C.


Background Color

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

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

This div background color is #353D3C.


Border color

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

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

This div border color is #353D3C.


Opacity

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

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

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

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

This text has shadow with #353D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353D3C on black background.


Color preview on white background

This text has color #353D3C on white background.



Black color preview on #353D3C background

This text has black color on #353D3C background.


White color preview on #353D3C background

This text has white color on #353D3C background.