COLOR #35605D

HEX: #35605D
RGB: (53,96,93)

Color info

#35605D contains red, green and blue colors in about the same proportion. Web safe color of #35605D is #336666 (or #366).

RGB color model

#35605D color RGB value is (53,96,93).

  • red value is 53;
  • green value is 96;
  • blue value is 93.
RGB:
(53,96,93)
(21%,38%,36%)

RGB channels and saturation

R 53 of 255 = 21%
G 96 of 255 = 38%
B 93 of 255 = 36%

53
96
93

R + G + B ~ 32%. #35605D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 96 + 93 = 242 (100%)
R 53 of 242 ~ 21.9%
G 96 of 242 ~ 39.67%
B 93 of 242 ~ 38.43%

%21.9
%39.67
%38.43

CMYK color model

#35605D color CMYK value is (45,0,3,62).

  • cyan value is 44.79%
  • magenta value is 0.00%
  • yellow value is 3.12%
  • key color value is 62.35%
CMYK:
(45,0,3,62)
C45M0Y3K62 
(45%,0%,3%,62%)
(0.45/0.00/0.03/0.62)	

CMYK percentages

%44.79
%0
%3.12
%62.35

Codes

Color #35605D in popluar color models

35605D
RGB539693
HSL176°28.86%29.22%
HSB/HSV176°44.79%37.65%
CMYK44.79%0.00%3.12%
62.35%

Color #35605D in popluar number systems.

HEX35605D
Decimal539693
Binary11010111000001011101
Octal65140135

Shades and tints

Shades of #35605D

#35605D
(53,96,93)
#315855
(49,88,85)
#2D504D
(45,80,77)
#294845
(41,72,69)
#25403D
(37,64,61)
#213835
(33,56,53)
#1D302D
(29,48,45)
#192825
(25,40,37)
#15201D
(21,32,29)
#111815
(17,24,21)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #35605D

#35605D
(53,96,93)
#476E6B
(71,110,107)
#597C79
(89,124,121)
#6B8A87
(107,138,135)
#7D9895
(125,152,149)
#8FA6A3
(143,166,163)
#A1B4B1
(161,180,177)
#B3C2BF
(179,194,191)
#C5D0CD
(197,208,205)
#D7DEDB
(215,222,219)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35605D color. Also use rgb(53,96,93) instead hex code.

Text Font Color

.myTextColor { color: #35605D; }

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

This text font color is #35605D.


Background Color

.myBgColor { background-color: #35605D; }

<div style="background-color:#35605D">Inner text</div>

This div background color is #35605D.


Border color

.myBorderColor { border: 1px solid #35605D; }

<div style="border:3px solid #35605D">Div</div>

This div border color is #35605D.


Opacity

.myOpacity80 { color: #35605D; opacity: 0.8; }

<p style="color:#35605D;opacity:0.8;">80%</p>

Text with #35605D 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 #35605D;}

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

This text has shadow with #35605D color.

.textShadow {text-shadow: 3px 3px 1px #35605D, 3px 3px 1px red;}

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

This text has shadow with #35605D primary color and red secondary color.


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

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

This text has shadow with #35605D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35605D on black background.


Color preview on white background

This text has color #35605D on white background.



Black color preview on #35605D background

This text has black color on #35605D background.


White color preview on #35605D background

This text has white color on #35605D background.