COLOR #359B4D

HEX: #359B4D
RGB: (53,155,77)

Color info

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

RGB color model

#359B4D color RGB value is (53,155,77).

  • red value is 53;
  • green value is 155;
  • blue value is 77.
RGB:
(53,155,77)
(21%,61%,30%)

RGB channels and saturation

R 53 of 255 = 21%
G 155 of 255 = 61%
B 77 of 255 = 30%

53
155
77

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

Portions of RGB colors in percentages

R + G + B =
53 + 155 + 77 = 285 (100%)
R 53 of 285 ~ 18.6%
G 155 of 285 ~ 54.39%
B 77 of 285 ~ 27.02%

%18.6
%54.39
%27.02

CMYK color model

#359B4D color CMYK value is (66,0,50,39).

  • cyan value is 65.81%
  • magenta value is 0.00%
  • yellow value is 50.32%
  • key color value is 39.22%
CMYK:
(66,0,50,39)
C66M0Y50K39 
(66%,0%,50%,39%)
(0.66/0.00/0.50/0.39)	

CMYK percentages

%65.81
%0
%50.32
%39.22

Codes

Color #359B4D in popluar color models

359B4D
RGB5315577
HSL134°49.04%40.78%
HSB/HSV134°65.81%60.78%
CMYK65.81%0.00%50.32%
39.22%

Color #359B4D in popluar number systems.

HEX359B4D
Decimal5315577
Binary110101100110111001101
Octal65233115

Shades and tints

Shades of #359B4D

#359B4D
(53,155,77)
#318D46
(49,141,70)
#2D7F3F
(45,127,63)
#297138
(41,113,56)
#256331
(37,99,49)
#21552A
(33,85,42)
#1D4723
(29,71,35)
#19391C
(25,57,28)
#152B15
(21,43,21)
#111D0E
(17,29,14)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #359B4D

#359B4D
(53,155,77)
#47A45D
(71,164,93)
#59AD6D
(89,173,109)
#6BB67D
(107,182,125)
#7DBF8D
(125,191,141)
#8FC89D
(143,200,157)
#A1D1AD
(161,209,173)
#B3DABD
(179,218,189)
#C5E3CD
(197,227,205)
#D7ECDD
(215,236,221)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #359B4D color. Also use rgb(53,155,77) instead hex code.

Text Font Color

.myTextColor { color: #359B4D; }

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

This text font color is #359B4D.


Background Color

.myBgColor { background-color: #359B4D; }

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

This div background color is #359B4D.


Border color

.myBorderColor { border: 1px solid #359B4D; }

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

This div border color is #359B4D.


Opacity

.myOpacity80 { color: #359B4D; opacity: 0.8; }

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

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

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

This text has shadow with #359B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #359B4D on black background.


Color preview on white background

This text has color #359B4D on white background.



Black color preview on #359B4D background

This text has black color on #359B4D background.


White color preview on #359B4D background

This text has white color on #359B4D background.