COLOR #35705F

HEX: #35705F
RGB: (53,112,95)

Color info

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

RGB color model

#35705F color RGB value is (53,112,95).

  • red value is 53;
  • green value is 112;
  • blue value is 95.
RGB:
(53,112,95)
(21%,44%,37%)

RGB channels and saturation

R 53 of 255 = 21%
G 112 of 255 = 44%
B 95 of 255 = 37%

53
112
95

R + G + B ~ 34%. #35705F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 112 + 95 = 260 (100%)
R 53 of 260 ~ 20.38%
G 112 of 260 ~ 43.08%
B 95 of 260 ~ 36.54%

%20.38
%43.08
%36.54

CMYK color model

#35705F color CMYK value is (53,0,15,56).

  • cyan value is 52.68%
  • magenta value is 0.00%
  • yellow value is 15.18%
  • key color value is 56.08%
CMYK:
(53,0,15,56)
C53M0Y15K56 
(53%,0%,15%,56%)
(0.53/0.00/0.15/0.56)	

CMYK percentages

%52.68
%0
%15.18
%56.08

Codes

Color #35705F in popluar color models

35705F
RGB5311295
HSL163°35.76%32.35%
HSB/HSV163°52.68%43.92%
CMYK52.68%0.00%15.18%
56.08%

Color #35705F in popluar number systems.

HEX35705F
Decimal5311295
Binary11010111100001011111
Octal65160137

Shades and tints

Shades of #35705F

#35705F
(53,112,95)
#316657
(49,102,87)
#2D5C4F
(45,92,79)
#295247
(41,82,71)
#25483F
(37,72,63)
#213E37
(33,62,55)
#1D342F
(29,52,47)
#192A27
(25,42,39)
#15201F
(21,32,31)
#111617
(17,22,23)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #35705F

#35705F
(53,112,95)
#477D6D
(71,125,109)
#598A7B
(89,138,123)
#6B9789
(107,151,137)
#7DA497
(125,164,151)
#8FB1A5
(143,177,165)
#A1BEB3
(161,190,179)
#B3CBC1
(179,203,193)
#C5D8CF
(197,216,207)
#D7E5DD
(215,229,221)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35705F; }

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

This text font color is #35705F.


Background Color

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

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

This div background color is #35705F.


Border color

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

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

This div border color is #35705F.


Opacity

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

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

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

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

This text has shadow with #35705F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35705F on black background.


Color preview on white background

This text has color #35705F on white background.



Black color preview on #35705F background

This text has black color on #35705F background.


White color preview on #35705F background

This text has white color on #35705F background.