COLOR #35695B

HEX: #35695B
RGB: (53,105,91)

Color info

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

RGB color model

#35695B color RGB value is (53,105,91).

  • red value is 53;
  • green value is 105;
  • blue value is 91.
RGB:
(53,105,91)
(21%,41%,36%)

RGB channels and saturation

R 53 of 255 = 21%
G 105 of 255 = 41%
B 91 of 255 = 36%

53
105
91

R + G + B ~ 33%. #35695B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 105 + 91 = 249 (100%)
R 53 of 249 ~ 21.29%
G 105 of 249 ~ 42.17%
B 91 of 249 ~ 36.55%

%21.29
%42.17
%36.55

CMYK color model

#35695B color CMYK value is (50,0,13,59).

  • cyan value is 49.52%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 58.82%
CMYK:
(50,0,13,59)
C50M0Y13K59 
(50%,0%,13%,59%)
(0.50/0.00/0.13/0.59)	

CMYK percentages

%49.52
%0
%13.33
%58.82

Codes

Color #35695B in popluar color models

35695B
RGB5310591
HSL164°32.91%30.98%
HSB/HSV164°49.52%41.18%
CMYK49.52%0.00%13.33%
58.82%

Color #35695B in popluar number systems.

HEX35695B
Decimal5310591
Binary11010111010011011011
Octal65151133

Shades and tints

Shades of #35695B

#35695B
(53,105,91)
#316053
(49,96,83)
#2D574B
(45,87,75)
#294E43
(41,78,67)
#25453B
(37,69,59)
#213C33
(33,60,51)
#1D332B
(29,51,43)
#192A23
(25,42,35)
#15211B
(21,33,27)
#111813
(17,24,19)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #35695B

#35695B
(53,105,91)
#477669
(71,118,105)
#598377
(89,131,119)
#6B9085
(107,144,133)
#7D9D93
(125,157,147)
#8FAAA1
(143,170,161)
#A1B7AF
(161,183,175)
#B3C4BD
(179,196,189)
#C5D1CB
(197,209,203)
#D7DED9
(215,222,217)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35695B color. Also use rgb(53,105,91) instead hex code.

Text Font Color

.myTextColor { color: #35695B; }

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

This text font color is #35695B.


Background Color

.myBgColor { background-color: #35695B; }

<div style="background-color:#35695B">Inner text</div>

This div background color is #35695B.


Border color

.myBorderColor { border: 1px solid #35695B; }

<div style="border:3px solid #35695B">Div</div>

This div border color is #35695B.


Opacity

.myOpacity80 { color: #35695B; opacity: 0.8; }

<p style="color:#35695B;opacity:0.8;">80%</p>

Text with #35695B 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 #35695B;}

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

This text has shadow with #35695B color.

.textShadow {text-shadow: 3px 3px 1px #35695B, 3px 3px 1px red;}

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

This text has shadow with #35695B primary color and red secondary color.


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

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

This text has shadow with #35695B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35695B on black background.


Color preview on white background

This text has color #35695B on white background.



Black color preview on #35695B background

This text has black color on #35695B background.


White color preview on #35695B background

This text has white color on #35695B background.