COLOR #359350

HEX: #359350
RGB: (53,147,80)

Color info

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

RGB color model

#359350 color RGB value is (53,147,80).

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

RGB channels and saturation

R 53 of 255 = 21%
G 147 of 255 = 58%
B 80 of 255 = 31%

53
147
80

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

Portions of RGB colors in percentages

R + G + B =
53 + 147 + 80 = 280 (100%)
R 53 of 280 ~ 18.93%
G 147 of 280 ~ 52.5%
B 80 of 280 ~ 28.57%

%18.93
%52.5
%28.57

CMYK color model

#359350 color CMYK value is (64,0,46,42).

  • cyan value is 63.95%
  • magenta value is 0.00%
  • yellow value is 45.58%
  • key color value is 42.35%
CMYK:
(64,0,46,42)
C64M0Y46K42 
(64%,0%,46%,42%)
(0.64/0.00/0.46/0.42)	

CMYK percentages

%63.95
%0
%45.58
%42.35

Codes

Color #359350 in popluar color models

359350
RGB5314780
HSL137°47.00%39.22%
HSB/HSV137°63.95%57.65%
CMYK63.95%0.00%45.58%
42.35%

Color #359350 in popluar number systems.

HEX359350
Decimal5314780
Binary110101100100111010000
Octal65223120

Shades and tints

Shades of #359350

#359350
(53,147,80)
#318649
(49,134,73)
#2D7942
(45,121,66)
#296C3B
(41,108,59)
#255F34
(37,95,52)
#21522D
(33,82,45)
#1D4526
(29,69,38)
#19381F
(25,56,31)
#152B18
(21,43,24)
#111E11
(17,30,17)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #359350

#359350
(53,147,80)
#479C5F
(71,156,95)
#59A56E
(89,165,110)
#6BAE7D
(107,174,125)
#7DB78C
(125,183,140)
#8FC09B
(143,192,155)
#A1C9AA
(161,201,170)
#B3D2B9
(179,210,185)
#C5DBC8
(197,219,200)
#D7E4D7
(215,228,215)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #359350; }

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

This text font color is #359350.


Background Color

.myBgColor { background-color: #359350; }

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

This div background color is #359350.


Border color

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

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

This div border color is #359350.


Opacity

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

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

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

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

This text has shadow with #359350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #359350 on black background.


Color preview on white background

This text has color #359350 on white background.



Black color preview on #359350 background

This text has black color on #359350 background.


White color preview on #359350 background

This text has white color on #359350 background.