COLOR #367F62

HEX: #367F62
RGB: (54,127,98)

Color info

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

RGB color model

#367F62 color RGB value is (54,127,98).

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

RGB channels and saturation

R 54 of 255 = 21%
G 127 of 255 = 50%
B 98 of 255 = 38%

54
127
98

R + G + B ~ 36%. #367F62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 127 + 98 = 279 (100%)
R 54 of 279 ~ 19.35%
G 127 of 279 ~ 45.52%
B 98 of 279 ~ 35.13%

%19.35
%45.52
%35.13

CMYK color model

#367F62 color CMYK value is (57,0,23,50).

  • cyan value is 57.48%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 50.20%
CMYK:
(57,0,23,50)
C57M0Y23K50 
(57%,0%,23%,50%)
(0.57/0.00/0.23/0.50)	

CMYK percentages

%57.48
%0
%22.83
%50.2

Codes

Color #367F62 in popluar color models

367F62
RGB5412798
HSL156°40.33%35.49%
HSB/HSV156°57.48%49.80%
CMYK57.48%0.00%22.83%
50.20%

Color #367F62 in popluar number systems.

HEX367F62
Decimal5412798
Binary11011011111111100010
Octal66177142

Shades and tints

Shades of #367F62

#367F62
(54,127,98)
#32745A
(50,116,90)
#2E6952
(46,105,82)
#2A5E4A
(42,94,74)
#265342
(38,83,66)
#22483A
(34,72,58)
#1E3D32
(30,61,50)
#1A322A
(26,50,42)
#162722
(22,39,34)
#121C1A
(18,28,26)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #367F62

#367F62
(54,127,98)
#488A70
(72,138,112)
#5A957E
(90,149,126)
#6CA08C
(108,160,140)
#7EAB9A
(126,171,154)
#90B6A8
(144,182,168)
#A2C1B6
(162,193,182)
#B4CCC4
(180,204,196)
#C6D7D2
(198,215,210)
#D8E2E0
(216,226,224)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #367F62; }

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

This text font color is #367F62.


Background Color

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

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

This div background color is #367F62.


Border color

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

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

This div border color is #367F62.


Opacity

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

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

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

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

This text has shadow with #367F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367F62 on black background.


Color preview on white background

This text has color #367F62 on white background.



Black color preview on #367F62 background

This text has black color on #367F62 background.


White color preview on #367F62 background

This text has white color on #367F62 background.