COLOR #357951

HEX: #357951
RGB: (53,121,81)

Color info

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

RGB color model

#357951 color RGB value is (53,121,81).

  • red value is 53;
  • green value is 121;
  • blue value is 81.
RGB:
(53,121,81)
(21%,47%,32%)

RGB channels and saturation

R 53 of 255 = 21%
G 121 of 255 = 47%
B 81 of 255 = 32%

53
121
81

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

Portions of RGB colors in percentages

R + G + B =
53 + 121 + 81 = 255 (100%)
R 53 of 255 ~ 20.78%
G 121 of 255 ~ 47.45%
B 81 of 255 ~ 31.76%

%20.78
%47.45
%31.76

CMYK color model

#357951 color CMYK value is (56,0,33,53).

  • cyan value is 56.20%
  • magenta value is 0.00%
  • yellow value is 33.06%
  • key color value is 52.55%
CMYK:
(56,0,33,53)
C56M0Y33K53 
(56%,0%,33%,53%)
(0.56/0.00/0.33/0.53)	

CMYK percentages

%56.2
%0
%33.06
%52.55

Codes

Color #357951 in popluar color models

357951
RGB5312181
HSL145°39.08%34.12%
HSB/HSV145°56.20%47.45%
CMYK56.20%0.00%33.06%
52.55%

Color #357951 in popluar number systems.

HEX357951
Decimal5312181
Binary11010111110011010001
Octal65171121

Shades and tints

Shades of #357951

#357951
(53,121,81)
#316E4A
(49,110,74)
#2D6343
(45,99,67)
#29583C
(41,88,60)
#254D35
(37,77,53)
#21422E
(33,66,46)
#1D3727
(29,55,39)
#192C20
(25,44,32)
#152119
(21,33,25)
#111612
(17,22,18)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #357951

#357951
(53,121,81)
#478560
(71,133,96)
#59916F
(89,145,111)
#6B9D7E
(107,157,126)
#7DA98D
(125,169,141)
#8FB59C
(143,181,156)
#A1C1AB
(161,193,171)
#B3CDBA
(179,205,186)
#C5D9C9
(197,217,201)
#D7E5D8
(215,229,216)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357951 color. Also use rgb(53,121,81) instead hex code.

Text Font Color

.myTextColor { color: #357951; }

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

This text font color is #357951.


Background Color

.myBgColor { background-color: #357951; }

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

This div background color is #357951.


Border color

.myBorderColor { border: 1px solid #357951; }

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

This div border color is #357951.


Opacity

.myOpacity80 { color: #357951; opacity: 0.8; }

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

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

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

This text has shadow with #357951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357951 on black background.


Color preview on white background

This text has color #357951 on white background.



Black color preview on #357951 background

This text has black color on #357951 background.


White color preview on #357951 background

This text has white color on #357951 background.