COLOR #368E71

HEX: #368E71
RGB: (54,142,113)

Color info

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

RGB color model

#368E71 color RGB value is (54,142,113).

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

RGB channels and saturation

R 54 of 255 = 21%
G 142 of 255 = 56%
B 113 of 255 = 44%

54
142
113

R + G + B ~ 40%. #368E71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 142 + 113 = 309 (100%)
R 54 of 309 ~ 17.48%
G 142 of 309 ~ 45.95%
B 113 of 309 ~ 36.57%

%17.48
%45.95
%36.57

CMYK color model

#368E71 color CMYK value is (62,0,20,44).

  • cyan value is 61.97%
  • magenta value is 0.00%
  • yellow value is 20.42%
  • key color value is 44.31%
CMYK:
(62,0,20,44)
C62M0Y20K44 
(62%,0%,20%,44%)
(0.62/0.00/0.20/0.44)	

CMYK percentages

%61.97
%0
%20.42
%44.31

Codes

Color #368E71 in popluar color models

368E71
RGB54142113
HSL160°44.90%38.43%
HSB/HSV160°61.97%55.69%
CMYK61.97%0.00%20.42%
44.31%

Color #368E71 in popluar number systems.

HEX368E71
Decimal54142113
Binary110110100011101110001
Octal66216161

Shades and tints

Shades of #368E71

#368E71
(54,142,113)
#328267
(50,130,103)
#2E765D
(46,118,93)
#2A6A53
(42,106,83)
#265E49
(38,94,73)
#22523F
(34,82,63)
#1E4635
(30,70,53)
#1A3A2B
(26,58,43)
#162E21
(22,46,33)
#122217
(18,34,23)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #368E71

#368E71
(54,142,113)
#48987D
(72,152,125)
#5AA289
(90,162,137)
#6CAC95
(108,172,149)
#7EB6A1
(126,182,161)
#90C0AD
(144,192,173)
#A2CAB9
(162,202,185)
#B4D4C5
(180,212,197)
#C6DED1
(198,222,209)
#D8E8DD
(216,232,221)
#EAF2E9
(234,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #368E71; }

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

This text font color is #368E71.


Background Color

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

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

This div background color is #368E71.


Border color

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

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

This div border color is #368E71.


Opacity

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

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

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

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

This text has shadow with #368E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368E71 on black background.


Color preview on white background

This text has color #368E71 on white background.



Black color preview on #368E71 background

This text has black color on #368E71 background.


White color preview on #368E71 background

This text has white color on #368E71 background.