COLOR #368C6D

HEX: #368C6D
RGB: (54,140,109)

Color info

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

RGB color model

#368C6D color RGB value is (54,140,109).

  • red value is 54;
  • green value is 140;
  • blue value is 109.
RGB:
(54,140,109)
(21%,55%,43%)

RGB channels and saturation

R 54 of 255 = 21%
G 140 of 255 = 55%
B 109 of 255 = 43%

54
140
109

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

Portions of RGB colors in percentages

R + G + B =
54 + 140 + 109 = 303 (100%)
R 54 of 303 ~ 17.82%
G 140 of 303 ~ 46.2%
B 109 of 303 ~ 35.97%

%17.82
%46.2
%35.97

CMYK color model

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

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

CMYK percentages

%61.43
%0
%22.14
%45.1

Codes

Color #368C6D in popluar color models

368C6D
RGB54140109
HSL158°44.33%38.04%
HSB/HSV158°61.43%54.90%
CMYK61.43%0.00%22.14%
45.10%

Color #368C6D in popluar number systems.

HEX368C6D
Decimal54140109
Binary110110100011001101101
Octal66214155

Shades and tints

Shades of #368C6D

#368C6D
(54,140,109)
#328064
(50,128,100)
#2E745B
(46,116,91)
#2A6852
(42,104,82)
#265C49
(38,92,73)
#225040
(34,80,64)
#1E4437
(30,68,55)
#1A382E
(26,56,46)
#162C25
(22,44,37)
#12201C
(18,32,28)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #368C6D

#368C6D
(54,140,109)
#48967A
(72,150,122)
#5AA087
(90,160,135)
#6CAA94
(108,170,148)
#7EB4A1
(126,180,161)
#90BEAE
(144,190,174)
#A2C8BB
(162,200,187)
#B4D2C8
(180,210,200)
#C6DCD5
(198,220,213)
#D8E6E2
(216,230,226)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368C6D color. Also use rgb(54,140,109) instead hex code.

Text Font Color

.myTextColor { color: #368C6D; }

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

This text font color is #368C6D.


Background Color

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

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

This div background color is #368C6D.


Border color

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

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

This div border color is #368C6D.


Opacity

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

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

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

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

This text has shadow with #368C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368C6D on black background.


Color preview on white background

This text has color #368C6D on white background.



Black color preview on #368C6D background

This text has black color on #368C6D background.


White color preview on #368C6D background

This text has white color on #368C6D background.