COLOR #367672

HEX: #367672
RGB: (54,118,114)

Color info

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

RGB color model

#367672 color RGB value is (54,118,114).

  • red value is 54;
  • green value is 118;
  • blue value is 114.
RGB:
(54,118,114)
(21%,46%,45%)

RGB channels and saturation

R 54 of 255 = 21%
G 118 of 255 = 46%
B 114 of 255 = 45%

54
118
114

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

Portions of RGB colors in percentages

R + G + B =
54 + 118 + 114 = 286 (100%)
R 54 of 286 ~ 18.88%
G 118 of 286 ~ 41.26%
B 114 of 286 ~ 39.86%

%18.88
%41.26
%39.86

CMYK color model

#367672 color CMYK value is (54,0,3,54).

  • cyan value is 54.24%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 53.73%
CMYK:
(54,0,3,54)
C54M0Y3K54 
(54%,0%,3%,54%)
(0.54/0.00/0.03/0.54)	

CMYK percentages

%54.24
%0
%3.39
%53.73

Codes

Color #367672 in popluar color models

367672
RGB54118114
HSL176°37.21%33.73%
HSB/HSV176°54.24%46.27%
CMYK54.24%0.00%3.39%
53.73%

Color #367672 in popluar number systems.

HEX367672
Decimal54118114
Binary11011011101101110010
Octal66166162

Shades and tints

Shades of #367672

#367672
(54,118,114)
#326C68
(50,108,104)
#2E625E
(46,98,94)
#2A5854
(42,88,84)
#264E4A
(38,78,74)
#224440
(34,68,64)
#1E3A36
(30,58,54)
#1A302C
(26,48,44)
#162622
(22,38,34)
#121C18
(18,28,24)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #367672

#367672
(54,118,114)
#48827E
(72,130,126)
#5A8E8A
(90,142,138)
#6C9A96
(108,154,150)
#7EA6A2
(126,166,162)
#90B2AE
(144,178,174)
#A2BEBA
(162,190,186)
#B4CAC6
(180,202,198)
#C6D6D2
(198,214,210)
#D8E2DE
(216,226,222)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367672 color. Also use rgb(54,118,114) instead hex code.

Text Font Color

.myTextColor { color: #367672; }

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

This text font color is #367672.


Background Color

.myBgColor { background-color: #367672; }

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

This div background color is #367672.


Border color

.myBorderColor { border: 1px solid #367672; }

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

This div border color is #367672.


Opacity

.myOpacity80 { color: #367672; opacity: 0.8; }

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

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

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

This text has shadow with #367672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367672 on black background.


Color preview on white background

This text has color #367672 on white background.



Black color preview on #367672 background

This text has black color on #367672 background.


White color preview on #367672 background

This text has white color on #367672 background.