COLOR #359B19

HEX: #359B19
RGB: (53,155,25)

Color info

#359B19 contains mainly green color. Web safe color of #359B19 is #339900 (or #390).

RGB color model

#359B19 color RGB value is (53,155,25).

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

RGB channels and saturation

R 53 of 255 = 21%
G 155 of 255 = 61%
B 25 of 255 = 10%

53
155
25

R + G + B ~ 31%. #359B19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 155 + 25 = 233 (100%)
R 53 of 233 ~ 22.75%
G 155 of 233 ~ 66.52%
B 25 of 233 ~ 10.73%

%22.75
%66.52
%10.73

CMYK color model

#359B19 color CMYK value is (66,0,84,39).

  • cyan value is 65.81%
  • magenta value is 0.00%
  • yellow value is 83.87%
  • key color value is 39.22%
CMYK:
(66,0,84,39)
C66M0Y84K39 
(66%,0%,84%,39%)
(0.66/0.00/0.84/0.39)	

CMYK percentages

%65.81
%0
%83.87
%39.22

Codes

Color #359B19 in popluar color models

359B19
RGB5315525
HSL107°72.22%35.29%
HSB/HSV107°83.87%60.78%
CMYK65.81%0.00%83.87%
39.22%

Color #359B19 in popluar number systems.

HEX359B19
Decimal5315525
Binary1101011001101111001
Octal6523331

Shades and tints

Shades of #359B19

#359B19
(53,155,25)
#318D17
(49,141,23)
#2D7F15
(45,127,21)
#297113
(41,113,19)
#256311
(37,99,17)
#21550F
(33,85,15)
#1D470D
(29,71,13)
#19390B
(25,57,11)
#152B09
(21,43,9)
#111D07
(17,29,7)
#0D0F05
(13,15,5)
#000000
(0,0,0)

Tints of #359B19

#359B19
(53,155,25)
#47A42D
(71,164,45)
#59AD41
(89,173,65)
#6BB655
(107,182,85)
#7DBF69
(125,191,105)
#8FC87D
(143,200,125)
#A1D191
(161,209,145)
#B3DAA5
(179,218,165)
#C5E3B9
(197,227,185)
#D7ECCD
(215,236,205)
#E9F5E1
(233,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #359B19; }

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

This text font color is #359B19.


Background Color

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

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

This div background color is #359B19.


Border color

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

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

This div border color is #359B19.


Opacity

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

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

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

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

This text has shadow with #359B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #359B19 on black background.


Color preview on white background

This text has color #359B19 on white background.



Black color preview on #359B19 background

This text has black color on #359B19 background.


White color preview on #359B19 background

This text has white color on #359B19 background.