COLOR #353F3D

HEX: #353F3D
RGB: (53,63,61)

Color info

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

RGB color model

#353F3D color RGB value is (53,63,61).

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

RGB channels and saturation

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

53
63
61

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

Portions of RGB colors in percentages

R + G + B =
53 + 63 + 61 = 177 (100%)
R 53 of 177 ~ 29.94%
G 63 of 177 ~ 35.59%
B 61 of 177 ~ 34.46%

%29.94
%35.59
%34.46

CMYK color model

#353F3D color CMYK value is (16,0,3,75).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 75.29%
CMYK:
(16,0,3,75)
C16M0Y3K75 
(16%,0%,3%,75%)
(0.16/0.00/0.03/0.75)	

CMYK percentages

%15.87
%0
%3.17
%75.29

Codes

Color #353F3D in popluar color models

353F3D
RGB536361
HSL168°8.62%22.75%
HSB/HSV168°15.87%24.71%
CMYK15.87%0.00%3.17%
75.29%

Color #353F3D in popluar number systems.

HEX353F3D
Decimal536361
Binary110101111111111101
Octal657775

Shades and tints

Shades of #353F3D

#353F3D
(53,63,61)
#313A38
(49,58,56)
#2D3533
(45,53,51)
#29302E
(41,48,46)
#252B29
(37,43,41)
#212624
(33,38,36)
#1D211F
(29,33,31)
#191C1A
(25,28,26)
#151715
(21,23,21)
#111210
(17,18,16)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #353F3D

#353F3D
(53,63,61)
#47504E
(71,80,78)
#59615F
(89,97,95)
#6B7270
(107,114,112)
#7D8381
(125,131,129)
#8F9492
(143,148,146)
#A1A5A3
(161,165,163)
#B3B6B4
(179,182,180)
#C5C7C5
(197,199,197)
#D7D8D6
(215,216,214)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353F3D; }

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

This text font color is #353F3D.


Background Color

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

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

This div background color is #353F3D.


Border color

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

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

This div border color is #353F3D.


Opacity

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

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

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

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

This text has shadow with #353F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353F3D on black background.


Color preview on white background

This text has color #353F3D on white background.



Black color preview on #353F3D background

This text has black color on #353F3D background.


White color preview on #353F3D background

This text has white color on #353F3D background.