COLOR #367F68

HEX: #367F68
RGB: (54,127,104)

Color info

#367F68 contains mainly green and blue colors. Web safe color of #367F68 is #336666 (or #366).

RGB color model

#367F68 color RGB value is (54,127,104).

  • red value is 54;
  • green value is 127;
  • blue value is 104.
RGB:
(54,127,104)
(21%,50%,41%)

RGB channels and saturation

R 54 of 255 = 21%
G 127 of 255 = 50%
B 104 of 255 = 41%

54
127
104

R + G + B ~ 37%. #367F68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 127 + 104 = 285 (100%)
R 54 of 285 ~ 18.95%
G 127 of 285 ~ 44.56%
B 104 of 285 ~ 36.49%

%18.95
%44.56
%36.49

CMYK color model

#367F68 color CMYK value is (57,0,18,50).

  • cyan value is 57.48%
  • magenta value is 0.00%
  • yellow value is 18.11%
  • key color value is 50.20%
CMYK:
(57,0,18,50)
C57M0Y18K50 
(57%,0%,18%,50%)
(0.57/0.00/0.18/0.50)	

CMYK percentages

%57.48
%0
%18.11
%50.2

Codes

Color #367F68 in popluar color models

367F68
RGB54127104
HSL161°40.33%35.49%
HSB/HSV161°57.48%49.80%
CMYK57.48%0.00%18.11%
50.20%

Color #367F68 in popluar number systems.

HEX367F68
Decimal54127104
Binary11011011111111101000
Octal66177150

Shades and tints

Shades of #367F68

#367F68
(54,127,104)
#32745F
(50,116,95)
#2E6956
(46,105,86)
#2A5E4D
(42,94,77)
#265344
(38,83,68)
#22483B
(34,72,59)
#1E3D32
(30,61,50)
#1A3229
(26,50,41)
#162720
(22,39,32)
#121C17
(18,28,23)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #367F68

#367F68
(54,127,104)
#488A75
(72,138,117)
#5A9582
(90,149,130)
#6CA08F
(108,160,143)
#7EAB9C
(126,171,156)
#90B6A9
(144,182,169)
#A2C1B6
(162,193,182)
#B4CCC3
(180,204,195)
#C6D7D0
(198,215,208)
#D8E2DD
(216,226,221)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367F68 color. Also use rgb(54,127,104) instead hex code.

Text Font Color

.myTextColor { color: #367F68; }

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

This text font color is #367F68.


Background Color

.myBgColor { background-color: #367F68; }

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

This div background color is #367F68.


Border color

.myBorderColor { border: 1px solid #367F68; }

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

This div border color is #367F68.


Opacity

.myOpacity80 { color: #367F68; opacity: 0.8; }

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

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

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

This text has shadow with #367F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367F68 on black background.


Color preview on white background

This text has color #367F68 on white background.



Black color preview on #367F68 background

This text has black color on #367F68 background.


White color preview on #367F68 background

This text has white color on #367F68 background.