COLOR #368027

HEX: #368027
RGB: (54,128,39)

Color info

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

RGB color model

#368027 color RGB value is (54,128,39).

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

RGB channels and saturation

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

54
128
39

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

Portions of RGB colors in percentages

R + G + B =
54 + 128 + 39 = 221 (100%)
R 54 of 221 ~ 24.43%
G 128 of 221 ~ 57.92%
B 39 of 221 ~ 17.65%

%24.43
%57.92
%17.65

CMYK color model

#368027 color CMYK value is (58,0,70,50).

  • cyan value is 57.81%
  • magenta value is 0.00%
  • yellow value is 69.53%
  • key color value is 49.80%
CMYK:
(58,0,70,50)
C58M0Y70K50 
(58%,0%,70%,50%)
(0.58/0.00/0.70/0.50)	

CMYK percentages

%57.81
%0
%69.53
%49.8

Codes

Color #368027 in popluar color models

368027
RGB5412839
HSL110°53.29%32.75%
HSB/HSV110°69.53%50.20%
CMYK57.81%0.00%69.53%
49.80%

Color #368027 in popluar number systems.

HEX368027
Decimal5412839
Binary11011010000000100111
Octal6620047

Shades and tints

Shades of #368027

#368027
(54,128,39)
#327524
(50,117,36)
#2E6A21
(46,106,33)
#2A5F1E
(42,95,30)
#26541B
(38,84,27)
#224918
(34,73,24)
#1E3E15
(30,62,21)
#1A3312
(26,51,18)
#16280F
(22,40,15)
#121D0C
(18,29,12)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #368027

#368027
(54,128,39)
#488B3A
(72,139,58)
#5A964D
(90,150,77)
#6CA160
(108,161,96)
#7EAC73
(126,172,115)
#90B786
(144,183,134)
#A2C299
(162,194,153)
#B4CDAC
(180,205,172)
#C6D8BF
(198,216,191)
#D8E3D2
(216,227,210)
#EAEEE5
(234,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #368027; }

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

This text font color is #368027.


Background Color

.myBgColor { background-color: #368027; }

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

This div background color is #368027.


Border color

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

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

This div border color is #368027.


Opacity

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

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

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

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

This text has shadow with #368027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368027 on black background.


Color preview on white background

This text has color #368027 on white background.



Black color preview on #368027 background

This text has black color on #368027 background.


White color preview on #368027 background

This text has white color on #368027 background.