COLOR #35565F

HEX: #35565F RGB: (53,86,95)

Color info

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

RGB color model

#35565F color RGB value is (53,86,95).

RGB: (53,86,95) (21%, 34%, 37%)

RGB channels and saturation

R 53 of 255 = 21%
G 86 of 255 = 34%
B 95 of 255 = 37%

53
86
95

R + G + B ~ 31%. #35565F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 86 + 95 = 234 (100%)
R 53 of 234 ~ 22.65%
G 86 of 234 ~ 36.75%
B 95 of 234 ~ 40.6'%

%22.65
%36.75
%40.6

CMYK color model

#35565F color CMYK value is (44,9,0,63).

  • cyan value is 44.21%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (44,9,0,63) C44M9Y0K63 (44%,9%,0%,63%) (0.44/0.09/0.00/0.63) 

CMYK percentages

%44.21
%9.47
%0
%62.75

Codes

Color #35565F in popluar color models

35 56 5F
RGB 53 86 95
HSL 193° 28.38% 29.02%
HSB/HSV 193° 44.21% 37.25%
CMYK 44.21% 9.47% 0.00%
62.75%

Color #35565F in popluar number systems.

HEX 35 56 5F
Decimal 53 86 95
Binary 110101 1010110 1011111
Octal 65 126 137

Shades and tints

Shades of #35565F

#35565F
(53,86,95)
#314F57
(49,79,87)
#2D484F
(45,72,79)
#294147
(41,65,71)
#253A3F
(37,58,63)
#213337
(33,51,55)
#1D2C2F
(29,44,47)
#192527
(25,37,39)
#151E1F
(21,30,31)
#111717
(17,23,23)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #35565F

#35565F
(53,86,95)
#47656D
(71,101,109)
#59747B
(89,116,123)
#6B8389
(107,131,137)
#7D9297
(125,146,151)
#8FA1A5
(143,161,165)
#A1B0B3
(161,176,179)
#B3BFC1
(179,191,193)
#C5CECF
(197,206,207)
#D7DDDD
(215,221,221)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35565F color. Also use rgb(53,86,95) instead hex code.

Text Font Color

.myTextColor { color: #35565F; }

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

This text font color is #35565F.

Background Color

.myBgColor { background-color: #35565F; }

<div style="background-color:#35565F">Inner text</div>

This div background color is #35565F.

Border color

.myBorderColor { border: 1px solid #35565F; }

<div style="border:3px solid #35565F">Div</div>

This div border color is #35565F.

Opacity

.myOpacity80 { color: #35565F; opacity: 0.8; }

<p style="color:#35565F;opacity:0.8;">80%</p>

Text with #35565F 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 #35565F;}

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

This text has shadow with #35565F color.


.textShadow {text-shadow: 3px 3px 1px #35565F', 3px 3px 1px red;}

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

This text has shadow with #35565F primary color and red secondary color.


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

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

This text has shadow with #35565F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #35565F; -webkit-box-shadow: 1px 1px 3px 2px #35565F; box-shadow:1px 1px 3px 2px #35565F;">
Div content here
</div>

This div box has shadow with color #35565F.

Preview

Color preview on black background

This text has color #35565F on black background.


Color preview on white background

This text has color #35565F on white background.


Black color preview on #35565F background

This text has black color on #35565F background.


White color preview on #35565F background

This text has white color on #35565F background.


Related colors

Complementary color

Complementary color for #hex is #CAA9A0.


I love getcolorcode.com

Triadic colors

1 #5F3556 and #565F35 with #35565F are triadic colors.

2 #5F5635 and #56355F with #35565F are triadic colors.