COLOR #358027

HEX: #358027
RGB: (53,128,39)

Color info

#358027 contains mainly green color. Web safe color of #358027 is #336633 (or #363).

RGB color model

#358027 color RGB value is (53,128,39).

  • red value is 53;
  • green value is 128;
  • blue value is 39.
RGB:
(53,128,39)
(21%,50%,15%)

RGB channels and saturation

R 53 of 255 = 21%
G 128 of 255 = 50%
B 39 of 255 = 15%

53
128
39

R + G + B ~ 29%. #358027 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 128 + 39 = 220 (100%)
R 53 of 220 ~ 24.09%
G 128 of 220 ~ 58.18%
B 39 of 220 ~ 17.73%

%24.09
%58.18
%17.73

CMYK color model

#358027 color CMYK value is (59,0,70,50).

  • cyan value is 58.59%
  • magenta value is 0.00%
  • yellow value is 69.53%
  • key color value is 49.80%
CMYK:
(59,0,70,50)
C59M0Y70K50 
(59%,0%,70%,50%)
(0.59/0.00/0.70/0.50)	

CMYK percentages

%58.59
%0
%69.53
%49.8

Codes

Color #358027 in popluar color models

358027
RGB5312839
HSL111°53.29%32.75%
HSB/HSV111°69.53%50.20%
CMYK58.59%0.00%69.53%
49.80%

Color #358027 in popluar number systems.

HEX358027
Decimal5312839
Binary11010110000000100111
Octal6520047

Shades and tints

Shades of #358027

#358027
(53,128,39)
#317524
(49,117,36)
#2D6A21
(45,106,33)
#295F1E
(41,95,30)
#25541B
(37,84,27)
#214918
(33,73,24)
#1D3E15
(29,62,21)
#193312
(25,51,18)
#15280F
(21,40,15)
#111D0C
(17,29,12)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #358027

#358027
(53,128,39)
#478B3A
(71,139,58)
#59964D
(89,150,77)
#6BA160
(107,161,96)
#7DAC73
(125,172,115)
#8FB786
(143,183,134)
#A1C299
(161,194,153)
#B3CDAC
(179,205,172)
#C5D8BF
(197,216,191)
#D7E3D2
(215,227,210)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #358027 color. Also use rgb(53,128,39) instead hex code.

Text Font Color

.myTextColor { color: #358027; }

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

This text font color is #358027.


Background Color

.myBgColor { background-color: #358027; }

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

This div background color is #358027.


Border color

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

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

This div border color is #358027.


Opacity

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

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

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

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

This text has shadow with #358027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358027 on black background.


Color preview on white background

This text has color #358027 on white background.



Black color preview on #358027 background

This text has black color on #358027 background.


White color preview on #358027 background

This text has white color on #358027 background.