COLOR #35714E

HEX: #35714E
RGB: (53,113,78)

Color info

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

RGB color model

#35714E color RGB value is (53,113,78).

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

RGB channels and saturation

R 53 of 255 = 21%
G 113 of 255 = 44%
B 78 of 255 = 31%

53
113
78

R + G + B ~ 32%. #35714E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 113 + 78 = 244 (100%)
R 53 of 244 ~ 21.72%
G 113 of 244 ~ 46.31%
B 78 of 244 ~ 31.97%

%21.72
%46.31
%31.97

CMYK color model

#35714E color CMYK value is (53,0,31,56).

  • cyan value is 53.10%
  • magenta value is 0.00%
  • yellow value is 30.97%
  • key color value is 55.69%
CMYK:
(53,0,31,56)
C53M0Y31K56 
(53%,0%,31%,56%)
(0.53/0.00/0.31/0.56)	

CMYK percentages

%53.1
%0
%30.97
%55.69

Codes

Color #35714E in popluar color models

35714E
RGB5311378
HSL145°36.14%32.55%
HSB/HSV145°53.10%44.31%
CMYK53.10%0.00%30.97%
55.69%

Color #35714E in popluar number systems.

HEX35714E
Decimal5311378
Binary11010111100011001110
Octal65161116

Shades and tints

Shades of #35714E

#35714E
(53,113,78)
#316747
(49,103,71)
#2D5D40
(45,93,64)
#295339
(41,83,57)
#254932
(37,73,50)
#213F2B
(33,63,43)
#1D3524
(29,53,36)
#192B1D
(25,43,29)
#152116
(21,33,22)
#11170F
(17,23,15)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #35714E

#35714E
(53,113,78)
#477D5E
(71,125,94)
#59896E
(89,137,110)
#6B957E
(107,149,126)
#7DA18E
(125,161,142)
#8FAD9E
(143,173,158)
#A1B9AE
(161,185,174)
#B3C5BE
(179,197,190)
#C5D1CE
(197,209,206)
#D7DDDE
(215,221,222)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35714E; }

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

This text font color is #35714E.


Background Color

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

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

This div background color is #35714E.


Border color

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

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

This div border color is #35714E.


Opacity

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

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

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

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

This text has shadow with #35714E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35714E on black background.


Color preview on white background

This text has color #35714E on white background.



Black color preview on #35714E background

This text has black color on #35714E background.


White color preview on #35714E background

This text has white color on #35714E background.