COLOR #35676C

HEX: #35676C
RGB: (53,103,108)

Color info

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

RGB color model

#35676C color RGB value is (53,103,108).

  • red value is 53;
  • green value is 103;
  • blue value is 108.
RGB:
(53,103,108)
(21%,40%,42%)

RGB channels and saturation

R 53 of 255 = 21%
G 103 of 255 = 40%
B 108 of 255 = 42%

53
103
108

R + G + B ~ 34%. #35676C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 103 + 108 = 264 (100%)
R 53 of 264 ~ 20.08%
G 103 of 264 ~ 39.02%
B 108 of 264 ~ 40.91%

%20.08
%39.02
%40.91

CMYK color model

#35676C color CMYK value is (51,5,0,58).

  • cyan value is 50.93%
  • magenta value is 4.63%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(51,5,0,58)
C51M5Y0K58 
(51%,5%,0%,58%)
(0.51/0.05/0.00/0.58)	

CMYK percentages

%50.93
%4.63
%0
%57.65

Codes

Color #35676C in popluar color models

35676C
RGB53103108
HSL185°34.16%31.57%
HSB/HSV185°50.93%42.35%
CMYK50.93%4.63%0.00%
57.65%

Color #35676C in popluar number systems.

HEX35676C
Decimal53103108
Binary11010111001111101100
Octal65147154

Shades and tints

Shades of #35676C

#35676C
(53,103,108)
#315E63
(49,94,99)
#2D555A
(45,85,90)
#294C51
(41,76,81)
#254348
(37,67,72)
#213A3F
(33,58,63)
#1D3136
(29,49,54)
#19282D
(25,40,45)
#151F24
(21,31,36)
#11161B
(17,22,27)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #35676C

#35676C
(53,103,108)
#477479
(71,116,121)
#598186
(89,129,134)
#6B8E93
(107,142,147)
#7D9BA0
(125,155,160)
#8FA8AD
(143,168,173)
#A1B5BA
(161,181,186)
#B3C2C7
(179,194,199)
#C5CFD4
(197,207,212)
#D7DCE1
(215,220,225)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35676C color. Also use rgb(53,103,108) instead hex code.

Text Font Color

.myTextColor { color: #35676C; }

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

This text font color is #35676C.


Background Color

.myBgColor { background-color: #35676C; }

<div style="background-color:#35676C">Inner text</div>

This div background color is #35676C.


Border color

.myBorderColor { border: 1px solid #35676C; }

<div style="border:3px solid #35676C">Div</div>

This div border color is #35676C.


Opacity

.myOpacity80 { color: #35676C; opacity: 0.8; }

<p style="color:#35676C;opacity:0.8;">80%</p>

Text with #35676C 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 #35676C;}

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

This text has shadow with #35676C color.

.textShadow {text-shadow: 3px 3px 1px #35676C, 3px 3px 1px red;}

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

This text has shadow with #35676C primary color and red secondary color.


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

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

This text has shadow with #35676C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35676C on black background.


Color preview on white background

This text has color #35676C on white background.



Black color preview on #35676C background

This text has black color on #35676C background.


White color preview on #35676C background

This text has white color on #35676C background.