COLOR #367980

HEX: #367980
RGB: (54,121,128)

Color info

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

RGB color model

#367980 color RGB value is (54,121,128).

  • red value is 54;
  • green value is 121;
  • blue value is 128.
RGB:
(54,121,128)
(21%,47%,50%)

RGB channels and saturation

R 54 of 255 = 21%
G 121 of 255 = 47%
B 128 of 255 = 50%

54
121
128

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

Portions of RGB colors in percentages

R + G + B =
54 + 121 + 128 = 303 (100%)
R 54 of 303 ~ 17.82%
G 121 of 303 ~ 39.93%
B 128 of 303 ~ 42.24%

%17.82
%39.93
%42.24

CMYK color model

#367980 color CMYK value is (58,5,0,50).

  • cyan value is 57.81%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(58,5,0,50)
C58M5Y0K50 
(58%,5%,0%,50%)
(0.58/0.05/0.00/0.50)	

CMYK percentages

%57.81
%5.47
%0
%49.8

Codes

Color #367980 in popluar color models

367980
RGB54121128
HSL186°40.66%35.69%
HSB/HSV186°57.81%50.20%
CMYK57.81%5.47%0.00%
49.80%

Color #367980 in popluar number systems.

HEX367980
Decimal54121128
Binary110110111100110000000
Octal66171200

Shades and tints

Shades of #367980

#367980
(54,121,128)
#326E75
(50,110,117)
#2E636A
(46,99,106)
#2A585F
(42,88,95)
#264D54
(38,77,84)
#224249
(34,66,73)
#1E373E
(30,55,62)
#1A2C33
(26,44,51)
#162128
(22,33,40)
#12161D
(18,22,29)
#0E0B12
(14,11,18)
#000000
(0,0,0)

Tints of #367980

#367980
(54,121,128)
#48858B
(72,133,139)
#5A9196
(90,145,150)
#6C9DA1
(108,157,161)
#7EA9AC
(126,169,172)
#90B5B7
(144,181,183)
#A2C1C2
(162,193,194)
#B4CDCD
(180,205,205)
#C6D9D8
(198,217,216)
#D8E5E3
(216,229,227)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367980 color. Also use rgb(54,121,128) instead hex code.

Text Font Color

.myTextColor { color: #367980; }

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

This text font color is #367980.


Background Color

.myBgColor { background-color: #367980; }

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

This div background color is #367980.


Border color

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

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

This div border color is #367980.


Opacity

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

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

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

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

This text has shadow with #367980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367980 on black background.


Color preview on white background

This text has color #367980 on white background.



Black color preview on #367980 background

This text has black color on #367980 background.


White color preview on #367980 background

This text has white color on #367980 background.