COLOR #357753

HEX: #357753
RGB: (53,119,83)

Color info

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

RGB color model

#357753 color RGB value is (53,119,83).

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

RGB channels and saturation

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

53
119
83

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

Portions of RGB colors in percentages

R + G + B =
53 + 119 + 83 = 255 (100%)
R 53 of 255 ~ 20.78%
G 119 of 255 ~ 46.67%
B 83 of 255 ~ 32.55%

%20.78
%46.67
%32.55

CMYK color model

#357753 color CMYK value is (55,0,30,53).

  • cyan value is 55.46%
  • magenta value is 0.00%
  • yellow value is 30.25%
  • key color value is 53.33%
CMYK:
(55,0,30,53)
C55M0Y30K53 
(55%,0%,30%,53%)
(0.55/0.00/0.30/0.53)	

CMYK percentages

%55.46
%0
%30.25
%53.33

Codes

Color #357753 in popluar color models

357753
RGB5311983
HSL147°38.37%33.73%
HSB/HSV147°55.46%46.67%
CMYK55.46%0.00%30.25%
53.33%

Color #357753 in popluar number systems.

HEX357753
Decimal5311983
Binary11010111101111010011
Octal65167123

Shades and tints

Shades of #357753

#357753
(53,119,83)
#316D4C
(49,109,76)
#2D6345
(45,99,69)
#29593E
(41,89,62)
#254F37
(37,79,55)
#214530
(33,69,48)
#1D3B29
(29,59,41)
#193122
(25,49,34)
#15271B
(21,39,27)
#111D14
(17,29,20)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #357753

#357753
(53,119,83)
#478362
(71,131,98)
#598F71
(89,143,113)
#6B9B80
(107,155,128)
#7DA78F
(125,167,143)
#8FB39E
(143,179,158)
#A1BFAD
(161,191,173)
#B3CBBC
(179,203,188)
#C5D7CB
(197,215,203)
#D7E3DA
(215,227,218)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357753; }

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

This text font color is #357753.


Background Color

.myBgColor { background-color: #357753; }

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

This div background color is #357753.


Border color

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

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

This div border color is #357753.


Opacity

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

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

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

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

This text has shadow with #357753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357753 on black background.


Color preview on white background

This text has color #357753 on white background.



Black color preview on #357753 background

This text has black color on #357753 background.


White color preview on #357753 background

This text has white color on #357753 background.