COLOR #368B6C

HEX: #368B6C
RGB: (54,139,108)

Color info

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

RGB color model

#368B6C color RGB value is (54,139,108).

  • red value is 54;
  • green value is 139;
  • blue value is 108.
RGB:
(54,139,108)
(21%,55%,42%)

RGB channels and saturation

R 54 of 255 = 21%
G 139 of 255 = 55%
B 108 of 255 = 42%

54
139
108

R + G + B ~ 39%. #368B6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 139 + 108 = 301 (100%)
R 54 of 301 ~ 17.94%
G 139 of 301 ~ 46.18%
B 108 of 301 ~ 35.88%

%17.94
%46.18
%35.88

CMYK color model

#368B6C color CMYK value is (61,0,22,45).

  • cyan value is 61.15%
  • magenta value is 0.00%
  • yellow value is 22.30%
  • key color value is 45.49%
CMYK:
(61,0,22,45)
C61M0Y22K45 
(61%,0%,22%,45%)
(0.61/0.00/0.22/0.45)	

CMYK percentages

%61.15
%0
%22.3
%45.49

Codes

Color #368B6C in popluar color models

368B6C
RGB54139108
HSL158°44.04%37.84%
HSB/HSV158°61.15%54.51%
CMYK61.15%0.00%22.30%
45.49%

Color #368B6C in popluar number systems.

HEX368B6C
Decimal54139108
Binary110110100010111101100
Octal66213154

Shades and tints

Shades of #368B6C

#368B6C
(54,139,108)
#327F63
(50,127,99)
#2E735A
(46,115,90)
#2A6751
(42,103,81)
#265B48
(38,91,72)
#224F3F
(34,79,63)
#1E4336
(30,67,54)
#1A372D
(26,55,45)
#162B24
(22,43,36)
#121F1B
(18,31,27)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #368B6C

#368B6C
(54,139,108)
#489579
(72,149,121)
#5A9F86
(90,159,134)
#6CA993
(108,169,147)
#7EB3A0
(126,179,160)
#90BDAD
(144,189,173)
#A2C7BA
(162,199,186)
#B4D1C7
(180,209,199)
#C6DBD4
(198,219,212)
#D8E5E1
(216,229,225)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368B6C color. Also use rgb(54,139,108) instead hex code.

Text Font Color

.myTextColor { color: #368B6C; }

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

This text font color is #368B6C.


Background Color

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

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

This div background color is #368B6C.


Border color

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

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

This div border color is #368B6C.


Opacity

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

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

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

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

This text has shadow with #368B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368B6C on black background.


Color preview on white background

This text has color #368B6C on white background.



Black color preview on #368B6C background

This text has black color on #368B6C background.


White color preview on #368B6C background

This text has white color on #368B6C background.