COLOR #357953

HEX: #357953
RGB: (53,121,83)

Color info

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

RGB color model

#357953 color RGB value is (53,121,83).

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

RGB channels and saturation

R 53 of 255 = 21%
G 121 of 255 = 47%
B 83 of 255 = 33%

53
121
83

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

Portions of RGB colors in percentages

R + G + B =
53 + 121 + 83 = 257 (100%)
R 53 of 257 ~ 20.62%
G 121 of 257 ~ 47.08%
B 83 of 257 ~ 32.3%

%20.62
%47.08
%32.3

CMYK color model

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

  • cyan value is 56.20%
  • magenta value is 0.00%
  • yellow value is 31.40%
  • key color value is 52.55%
CMYK:
(56,0,31,53)
C56M0Y31K53 
(56%,0%,31%,53%)
(0.56/0.00/0.31/0.53)	

CMYK percentages

%56.2
%0
%31.4
%52.55

Codes

Color #357953 in popluar color models

357953
RGB5312183
HSL146°39.08%34.12%
HSB/HSV146°56.20%47.45%
CMYK56.20%0.00%31.40%
52.55%

Color #357953 in popluar number systems.

HEX357953
Decimal5312183
Binary11010111110011010011
Octal65171123

Shades and tints

Shades of #357953

#357953
(53,121,83)
#316E4C
(49,110,76)
#2D6345
(45,99,69)
#29583E
(41,88,62)
#254D37
(37,77,55)
#214230
(33,66,48)
#1D3729
(29,55,41)
#192C22
(25,44,34)
#15211B
(21,33,27)
#111614
(17,22,20)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #357953

#357953
(53,121,83)
#478562
(71,133,98)
#599171
(89,145,113)
#6B9D80
(107,157,128)
#7DA98F
(125,169,143)
#8FB59E
(143,181,158)
#A1C1AD
(161,193,173)
#B3CDBC
(179,205,188)
#C5D9CB
(197,217,203)
#D7E5DA
(215,229,218)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357953; }

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

This text font color is #357953.


Background Color

.myBgColor { background-color: #357953; }

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

This div background color is #357953.


Border color

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

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

This div border color is #357953.


Opacity

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

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

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

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

This text has shadow with #357953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357953 on black background.


Color preview on white background

This text has color #357953 on white background.



Black color preview on #357953 background

This text has black color on #357953 background.


White color preview on #357953 background

This text has white color on #357953 background.