COLOR #359853

HEX: #359853
RGB: (53,152,83)

Color info

#359853 contains mainly green color. Web safe color of #359853 is #339966 (or #396).

RGB color model

#359853 color RGB value is (53,152,83).

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

RGB channels and saturation

R 53 of 255 = 21%
G 152 of 255 = 60%
B 83 of 255 = 33%

53
152
83

R + G + B ~ 38%. #359853 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 152 + 83 = 288 (100%)
R 53 of 288 ~ 18.4%
G 152 of 288 ~ 52.78%
B 83 of 288 ~ 28.82%

%18.4
%52.78
%28.82

CMYK color model

#359853 color CMYK value is (65,0,45,40).

  • cyan value is 65.13%
  • magenta value is 0.00%
  • yellow value is 45.39%
  • key color value is 40.39%
CMYK:
(65,0,45,40)
C65M0Y45K40 
(65%,0%,45%,40%)
(0.65/0.00/0.45/0.40)	

CMYK percentages

%65.13
%0
%45.39
%40.39

Codes

Color #359853 in popluar color models

359853
RGB5315283
HSL138°48.29%40.20%
HSB/HSV138°65.13%59.61%
CMYK65.13%0.00%45.39%
40.39%

Color #359853 in popluar number systems.

HEX359853
Decimal5315283
Binary110101100110001010011
Octal65230123

Shades and tints

Shades of #359853

#359853
(53,152,83)
#318B4C
(49,139,76)
#2D7E45
(45,126,69)
#29713E
(41,113,62)
#256437
(37,100,55)
#215730
(33,87,48)
#1D4A29
(29,74,41)
#193D22
(25,61,34)
#15301B
(21,48,27)
#112314
(17,35,20)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #359853

#359853
(53,152,83)
#47A162
(71,161,98)
#59AA71
(89,170,113)
#6BB380
(107,179,128)
#7DBC8F
(125,188,143)
#8FC59E
(143,197,158)
#A1CEAD
(161,206,173)
#B3D7BC
(179,215,188)
#C5E0CB
(197,224,203)
#D7E9DA
(215,233,218)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #359853; }

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

This text font color is #359853.


Background Color

.myBgColor { background-color: #359853; }

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

This div background color is #359853.


Border color

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

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

This div border color is #359853.


Opacity

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

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

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

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

This text has shadow with #359853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #359853 on black background.


Color preview on white background

This text has color #359853 on white background.



Black color preview on #359853 background

This text has black color on #359853 background.


White color preview on #359853 background

This text has white color on #359853 background.