COLOR #359353

HEX: #359353
RGB: (53,147,83)

Color info

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

RGB color model

#359353 color RGB value is (53,147,83).

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

RGB channels and saturation

R 53 of 255 = 21%
G 147 of 255 = 58%
B 83 of 255 = 33%

53
147
83

R + G + B ~ 37%. #359353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 147 + 83 = 283 (100%)
R 53 of 283 ~ 18.73%
G 147 of 283 ~ 51.94%
B 83 of 283 ~ 29.33%

%18.73
%51.94
%29.33

CMYK color model

#359353 color CMYK value is (64,0,44,42).

  • cyan value is 63.95%
  • magenta value is 0.00%
  • yellow value is 43.54%
  • key color value is 42.35%
CMYK:
(64,0,44,42)
C64M0Y44K42 
(64%,0%,44%,42%)
(0.64/0.00/0.44/0.42)	

CMYK percentages

%63.95
%0
%43.54
%42.35

Codes

Color #359353 in popluar color models

359353
RGB5314783
HSL139°47.00%39.22%
HSB/HSV139°63.95%57.65%
CMYK63.95%0.00%43.54%
42.35%

Color #359353 in popluar number systems.

HEX359353
Decimal5314783
Binary110101100100111010011
Octal65223123

Shades and tints

Shades of #359353

#359353
(53,147,83)
#31864C
(49,134,76)
#2D7945
(45,121,69)
#296C3E
(41,108,62)
#255F37
(37,95,55)
#215230
(33,82,48)
#1D4529
(29,69,41)
#193822
(25,56,34)
#152B1B
(21,43,27)
#111E14
(17,30,20)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #359353

#359353
(53,147,83)
#479C62
(71,156,98)
#59A571
(89,165,113)
#6BAE80
(107,174,128)
#7DB78F
(125,183,143)
#8FC09E
(143,192,158)
#A1C9AD
(161,201,173)
#B3D2BC
(179,210,188)
#C5DBCB
(197,219,203)
#D7E4DA
(215,228,218)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #359353; }

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

This text font color is #359353.


Background Color

.myBgColor { background-color: #359353; }

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

This div background color is #359353.


Border color

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

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

This div border color is #359353.


Opacity

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

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

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

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

This text has shadow with #359353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #359353 on black background.


Color preview on white background

This text has color #359353 on white background.



Black color preview on #359353 background

This text has black color on #359353 background.


White color preview on #359353 background

This text has white color on #359353 background.