COLOR #359830

HEX: #359830 RGB: (53,152,48)

Color info

#359830 contains mainly green color. Web safe color of #359830 is #339933 (or #393).

RGB color model

#359830 color RGB value is (53,152,48).

RGB: (53,152,48) (21%, 60%, 19%)

RGB channels and saturation

R 53 of 255 = 21%
G 152 of 255 = 60%
B 48 of 255 = 19%

53
152
48

R + G + B ~ 33%. #359830 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 152 + 48 = 253 (100%)
R 53 of 253 ~ 20.95%
G 152 of 253 ~ 60.08%
B 48 of 253 ~ 18.97'%

%20.95
%60.08
%18.97

CMYK color model

#359830 color CMYK value is (65,0,68,40).

  • cyan value is 65.13%
  • magenta value is 0.00%
  • yellow value is 68.42%
  • key color value is 40.39%
CMYK: (65,0,68,40) C65M0Y68K40 (65%,0%,68%,40%) (0.65/0.00/0.68/0.40) 

CMYK percentages

%65.13
%0
%68.42
%40.39

Codes

Color #359830 in popluar color models

35 98 30
RGB 53 152 48
HSL 117° 52.00% 39.22%
HSB/HSV 117° 68.42% 59.61%
CMYK 65.13% 0.00% 68.42%
40.39%

Color #359830 in popluar number systems.

HEX 35 98 30
Decimal 53 152 48
Binary 110101 10011000 110000
Octal 65 230 60

Shades and tints

Shades of #359830

#359830
(53,152,48)
#318B2C
(49,139,44)
#2D7E28
(45,126,40)
#297124
(41,113,36)
#256420
(37,100,32)
#21571C
(33,87,28)
#1D4A18
(29,74,24)
#193D14
(25,61,20)
#153010
(21,48,16)
#11230C
(17,35,12)
#0D1608
(13,22,8)
#000000
(0,0,0)

Tints of #359830

#359830
(53,152,48)
#47A142
(71,161,66)
#59AA54
(89,170,84)
#6BB366
(107,179,102)
#7DBC78
(125,188,120)
#8FC58A
(143,197,138)
#A1CE9C
(161,206,156)
#B3D7AE
(179,215,174)
#C5E0C0
(197,224,192)
#D7E9D2
(215,233,210)
#E9F2E4
(233,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #359830; }

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

This text font color is #359830.

Background Color

.myBgColor { background-color: #359830; }

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

This div background color is #359830.

Border color

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

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

This div border color is #359830.

Opacity

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

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

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

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

This text has shadow with #359830 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #359830.

Preview

Color preview on black background

This text has color #359830 on black background.


Color preview on white background

This text has color #359830 on white background.


Black color preview on #359830 background

This text has black color on #359830 background.


White color preview on #359830 background

This text has white color on #359830 background.


Related colors

Complementary color

Complementary color for #hex is #CA67CF.


I love getcolorcode.com

Triadic colors

1 #303598 and #983035 with #359830 are triadic colors.

2 #309835 and #983530 with #359830 are triadic colors.