COLOR #358727

HEX: #358727
RGB: (53,135,39)

Color info

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

RGB color model

#358727 color RGB value is (53,135,39).

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

RGB channels and saturation

R 53 of 255 = 21%
G 135 of 255 = 53%
B 39 of 255 = 15%

53
135
39

R + G + B ~ 30%. #358727 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 135 + 39 = 227 (100%)
R 53 of 227 ~ 23.35%
G 135 of 227 ~ 59.47%
B 39 of 227 ~ 17.18%

%23.35
%59.47
%17.18

CMYK color model

#358727 color CMYK value is (61,0,71,47).

  • cyan value is 60.74%
  • magenta value is 0.00%
  • yellow value is 71.11%
  • key color value is 47.06%
CMYK:
(61,0,71,47)
C61M0Y71K47 
(61%,0%,71%,47%)
(0.61/0.00/0.71/0.47)	

CMYK percentages

%60.74
%0
%71.11
%47.06

Codes

Color #358727 in popluar color models

358727
RGB5313539
HSL111°55.17%34.12%
HSB/HSV111°71.11%52.94%
CMYK60.74%0.00%71.11%
47.06%

Color #358727 in popluar number systems.

HEX358727
Decimal5313539
Binary11010110000111100111
Octal6520747

Shades and tints

Shades of #358727

#358727
(53,135,39)
#317B24
(49,123,36)
#2D6F21
(45,111,33)
#29631E
(41,99,30)
#25571B
(37,87,27)
#214B18
(33,75,24)
#1D3F15
(29,63,21)
#193312
(25,51,18)
#15270F
(21,39,15)
#111B0C
(17,27,12)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #358727

#358727
(53,135,39)
#47913A
(71,145,58)
#599B4D
(89,155,77)
#6BA560
(107,165,96)
#7DAF73
(125,175,115)
#8FB986
(143,185,134)
#A1C399
(161,195,153)
#B3CDAC
(179,205,172)
#C5D7BF
(197,215,191)
#D7E1D2
(215,225,210)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #358727; }

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

This text font color is #358727.


Background Color

.myBgColor { background-color: #358727; }

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

This div background color is #358727.


Border color

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

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

This div border color is #358727.


Opacity

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

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

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

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

This text has shadow with #358727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358727 on black background.


Color preview on white background

This text has color #358727 on white background.



Black color preview on #358727 background

This text has black color on #358727 background.


White color preview on #358727 background

This text has white color on #358727 background.