COLOR #35706F

HEX: #35706F RGB: (53,112,111)

Color info

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

RGB color model

#35706F color RGB value is (53,112,111).

RGB: (53,112,111) (21%, 44%, 44%)

RGB channels and saturation

R 53 of 255 = 21%
G 112 of 255 = 44%
B 111 of 255 = 44%

53
112
111

R + G + B ~ 36%. #35706F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 112 + 111 = 276 (100%)
R 53 of 276 ~ 19.2%
G 112 of 276 ~ 40.58%
B 111 of 276 ~ 40.22'%

%19.2
%40.58
%40.22

CMYK color model

#35706F color CMYK value is (53,0,1,56).

  • cyan value is 52.68%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • key color value is 56.08%

CMYK: (53,0,1,56)
C53M0Y1K56 (53%, 0%, 1%, 56%)
(0.53 / 0.00 / 0.01 / 0.56)

CMYK percentages

%52.68
%0
%0.89
%56.08

Codes

Color #35706F in popluar color models

35 70 6F
RGB 53 112 111
HSL 179° 35.76% 32.35%
HSB/HSV 179° 52.68% 43.92%
CMYK 52.68% 0.00% 0.89%
56.08%

Color #35706F in popluar number systems.

HEX 35 70 6F
Decimal 53 112 111
Binary 110101 1110000 1101111
Octal 65 160 157

Shades and tints

Shades of #35706F

#35706F
(53,112,111)
#316665
(49,102,101)
#2D5C5B
(45,92,91)
#295251
(41,82,81)
#254847
(37,72,71)
#213E3D
(33,62,61)
#1D3433
(29,52,51)
#192A29
(25,42,41)
#15201F
(21,32,31)
#111615
(17,22,21)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #35706F

#35706F
(53,112,111)
#477D7C
(71,125,124)
#598A89
(89,138,137)
#6B9796
(107,151,150)
#7DA4A3
(125,164,163)
#8FB1B0
(143,177,176)
#A1BEBD
(161,190,189)
#B3CBCA
(179,203,202)
#C5D8D7
(197,216,215)
#D7E5E4
(215,229,228)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35706F; }

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

This text font color is #35706F.

Background Color

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

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

This div background color is #35706F.

Border color

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

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

This div border color is #35706F.

Opacity

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

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

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

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

This text has shadow with #35706F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35706F.

Preview

Color preview on black background

This text has color #35706F on black background.


Color preview on white background

This text has color #35706F on white background.


Black color preview on #35706F background

This text has black color on #35706F background.


White color preview on #35706F background

This text has white color on #35706F background.


Related colors

Complementary color

Complementary color for #hex is #CA8F90.


I love getcolorcode.com

Triadic colors

1 #6F3570 and #706F35 with #35706F are triadic colors.

2 #6F7035 and #70356F with #35706F are triadic colors.