COLOR #368960

HEX: #368960
RGB: (54,137,96)

Color info

#368960 contains mainly green and blue colors. Web safe color of #368960 is #339966 (or #396).

RGB color model

#368960 color RGB value is (54,137,96).

  • red value is 54;
  • green value is 137;
  • blue value is 96.
RGB:
(54,137,96)
(21%,54%,38%)

RGB channels and saturation

R 54 of 255 = 21%
G 137 of 255 = 54%
B 96 of 255 = 38%

54
137
96

R + G + B ~ 38%. #368960 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 137 + 96 = 287 (100%)
R 54 of 287 ~ 18.82%
G 137 of 287 ~ 47.74%
B 96 of 287 ~ 33.45%

%18.82
%47.74
%33.45

CMYK color model

#368960 color CMYK value is (61,0,30,46).

  • cyan value is 60.58%
  • magenta value is 0.00%
  • yellow value is 29.93%
  • key color value is 46.27%
CMYK:
(61,0,30,46)
C61M0Y30K46 
(61%,0%,30%,46%)
(0.61/0.00/0.30/0.46)	

CMYK percentages

%60.58
%0
%29.93
%46.27

Codes

Color #368960 in popluar color models

368960
RGB5413796
HSL150°43.46%37.45%
HSB/HSV150°60.58%53.73%
CMYK60.58%0.00%29.93%
46.27%

Color #368960 in popluar number systems.

HEX368960
Decimal5413796
Binary110110100010011100000
Octal66211140

Shades and tints

Shades of #368960

#368960
(54,137,96)
#327D58
(50,125,88)
#2E7150
(46,113,80)
#2A6548
(42,101,72)
#265940
(38,89,64)
#224D38
(34,77,56)
#1E4130
(30,65,48)
#1A3528
(26,53,40)
#162920
(22,41,32)
#121D18
(18,29,24)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #368960

#368960
(54,137,96)
#48936E
(72,147,110)
#5A9D7C
(90,157,124)
#6CA78A
(108,167,138)
#7EB198
(126,177,152)
#90BBA6
(144,187,166)
#A2C5B4
(162,197,180)
#B4CFC2
(180,207,194)
#C6D9D0
(198,217,208)
#D8E3DE
(216,227,222)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368960 color. Also use rgb(54,137,96) instead hex code.

Text Font Color

.myTextColor { color: #368960; }

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

This text font color is #368960.


Background Color

.myBgColor { background-color: #368960; }

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

This div background color is #368960.


Border color

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

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

This div border color is #368960.


Opacity

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

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

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

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

This text has shadow with #368960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368960 on black background.


Color preview on white background

This text has color #368960 on white background.



Black color preview on #368960 background

This text has black color on #368960 background.


White color preview on #368960 background

This text has white color on #368960 background.