COLOR #368E4E

HEX: #368E4E
RGB: (54,142,78)

Color info

#368E4E contains mainly green color. Web safe color of #368E4E is #339966 (or #396).

RGB color model

#368E4E color RGB value is (54,142,78).

  • red value is 54;
  • green value is 142;
  • blue value is 78.
RGB:
(54,142,78)
(21%,56%,31%)

RGB channels and saturation

R 54 of 255 = 21%
G 142 of 255 = 56%
B 78 of 255 = 31%

54
142
78

R + G + B ~ 36%. #368E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 142 + 78 = 274 (100%)
R 54 of 274 ~ 19.71%
G 142 of 274 ~ 51.82%
B 78 of 274 ~ 28.47%

%19.71
%51.82
%28.47

CMYK color model

#368E4E color CMYK value is (62,0,45,44).

  • cyan value is 61.97%
  • magenta value is 0.00%
  • yellow value is 45.07%
  • key color value is 44.31%
CMYK:
(62,0,45,44)
C62M0Y45K44 
(62%,0%,45%,44%)
(0.62/0.00/0.45/0.44)	

CMYK percentages

%61.97
%0
%45.07
%44.31

Codes

Color #368E4E in popluar color models

368E4E
RGB5414278
HSL136°44.90%38.43%
HSB/HSV136°61.97%55.69%
CMYK61.97%0.00%45.07%
44.31%

Color #368E4E in popluar number systems.

HEX368E4E
Decimal5414278
Binary110110100011101001110
Octal66216116

Shades and tints

Shades of #368E4E

#368E4E
(54,142,78)
#328247
(50,130,71)
#2E7640
(46,118,64)
#2A6A39
(42,106,57)
#265E32
(38,94,50)
#22522B
(34,82,43)
#1E4624
(30,70,36)
#1A3A1D
(26,58,29)
#162E16
(22,46,22)
#12220F
(18,34,15)
#0E1608
(14,22,8)
#000000
(0,0,0)

Tints of #368E4E

#368E4E
(54,142,78)
#48985E
(72,152,94)
#5AA26E
(90,162,110)
#6CAC7E
(108,172,126)
#7EB68E
(126,182,142)
#90C09E
(144,192,158)
#A2CAAE
(162,202,174)
#B4D4BE
(180,212,190)
#C6DECE
(198,222,206)
#D8E8DE
(216,232,222)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368E4E color. Also use rgb(54,142,78) instead hex code.

Text Font Color

.myTextColor { color: #368E4E; }

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

This text font color is #368E4E.


Background Color

.myBgColor { background-color: #368E4E; }

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

This div background color is #368E4E.


Border color

.myBorderColor { border: 1px solid #368E4E; }

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

This div border color is #368E4E.


Opacity

.myOpacity80 { color: #368E4E; opacity: 0.8; }

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

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

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

This text has shadow with #368E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368E4E on black background.


Color preview on white background

This text has color #368E4E on white background.



Black color preview on #368E4E background

This text has black color on #368E4E background.


White color preview on #368E4E background

This text has white color on #368E4E background.