COLOR #35716E

HEX: #35716E
RGB: (53,113,110)

Color info

#35716E contains mainly green and blue colors. Web safe color of #35716E is #336666 (or #366).

RGB color model

#35716E color RGB value is (53,113,110).

  • red value is 53;
  • green value is 113;
  • blue value is 110.
RGB:
(53,113,110)
(21%,44%,43%)

RGB channels and saturation

R 53 of 255 = 21%
G 113 of 255 = 44%
B 110 of 255 = 43%

53
113
110

R + G + B ~ 36%. #35716E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 113 + 110 = 276 (100%)
R 53 of 276 ~ 19.2%
G 113 of 276 ~ 40.94%
B 110 of 276 ~ 39.86%

%19.2
%40.94
%39.86

CMYK color model

#35716E color CMYK value is (53,0,3,56).

  • cyan value is 53.10%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 55.69%
CMYK:
(53,0,3,56)
C53M0Y3K56 
(53%,0%,3%,56%)
(0.53/0.00/0.03/0.56)	

CMYK percentages

%53.1
%0
%2.65
%55.69

Codes

Color #35716E in popluar color models

35716E
RGB53113110
HSL177°36.14%32.55%
HSB/HSV177°53.10%44.31%
CMYK53.10%0.00%2.65%
55.69%

Color #35716E in popluar number systems.

HEX35716E
Decimal53113110
Binary11010111100011101110
Octal65161156

Shades and tints

Shades of #35716E

#35716E
(53,113,110)
#316764
(49,103,100)
#2D5D5A
(45,93,90)
#295350
(41,83,80)
#254946
(37,73,70)
#213F3C
(33,63,60)
#1D3532
(29,53,50)
#192B28
(25,43,40)
#15211E
(21,33,30)
#111714
(17,23,20)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #35716E

#35716E
(53,113,110)
#477D7B
(71,125,123)
#598988
(89,137,136)
#6B9595
(107,149,149)
#7DA1A2
(125,161,162)
#8FADAF
(143,173,175)
#A1B9BC
(161,185,188)
#B3C5C9
(179,197,201)
#C5D1D6
(197,209,214)
#D7DDE3
(215,221,227)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35716E color. Also use rgb(53,113,110) instead hex code.

Text Font Color

.myTextColor { color: #35716E; }

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

This text font color is #35716E.


Background Color

.myBgColor { background-color: #35716E; }

<div style="background-color:#35716E">Inner text</div>

This div background color is #35716E.


Border color

.myBorderColor { border: 1px solid #35716E; }

<div style="border:3px solid #35716E">Div</div>

This div border color is #35716E.


Opacity

.myOpacity80 { color: #35716E; opacity: 0.8; }

<p style="color:#35716E;opacity:0.8;">80%</p>

Text with #35716E 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 #35716E;}

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

This text has shadow with #35716E color.

.textShadow {text-shadow: 3px 3px 1px #35716E, 3px 3px 1px red;}

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

This text has shadow with #35716E primary color and red secondary color.


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

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

This text has shadow with #35716E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35716E on black background.


Color preview on white background

This text has color #35716E on white background.



Black color preview on #35716E background

This text has black color on #35716E background.


White color preview on #35716E background

This text has white color on #35716E background.