COLOR #367C84

HEX: #367C84
RGB: (54,124,132)

Color info

#367C84 contains mainly green and blue colors. Web safe color of #367C84 is #336699 (or #369).

RGB color model

#367C84 color RGB value is (54,124,132).

  • red value is 54;
  • green value is 124;
  • blue value is 132.
RGB:
(54,124,132)
(21%,49%,52%)

RGB channels and saturation

R 54 of 255 = 21%
G 124 of 255 = 49%
B 132 of 255 = 52%

54
124
132

R + G + B ~ 41%. #367C84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 124 + 132 = 310 (100%)
R 54 of 310 ~ 17.42%
G 124 of 310 ~ 40%
B 132 of 310 ~ 42.58%

%17.42
%40
%42.58

CMYK color model

#367C84 color CMYK value is (59,6,0,48).

  • cyan value is 59.09%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(59,6,0,48)
C59M6Y0K48 
(59%,6%,0%,48%)
(0.59/0.06/0.00/0.48)	

CMYK percentages

%59.09
%6.06
%0
%48.24

Codes

Color #367C84 in popluar color models

367C84
RGB54124132
HSL186°41.94%36.47%
HSB/HSV186°59.09%51.76%
CMYK59.09%6.06%0.00%
48.24%

Color #367C84 in popluar number systems.

HEX367C84
Decimal54124132
Binary110110111110010000100
Octal66174204

Shades and tints

Shades of #367C84

#367C84
(54,124,132)
#327178
(50,113,120)
#2E666C
(46,102,108)
#2A5B60
(42,91,96)
#265054
(38,80,84)
#224548
(34,69,72)
#1E3A3C
(30,58,60)
#1A2F30
(26,47,48)
#162424
(22,36,36)
#121918
(18,25,24)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #367C84

#367C84
(54,124,132)
#48878F
(72,135,143)
#5A929A
(90,146,154)
#6C9DA5
(108,157,165)
#7EA8B0
(126,168,176)
#90B3BB
(144,179,187)
#A2BEC6
(162,190,198)
#B4C9D1
(180,201,209)
#C6D4DC
(198,212,220)
#D8DFE7
(216,223,231)
#EAEAF2
(234,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367C84 color. Also use rgb(54,124,132) instead hex code.

Text Font Color

.myTextColor { color: #367C84; }

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

This text font color is #367C84.


Background Color

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

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

This div background color is #367C84.


Border color

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

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

This div border color is #367C84.


Opacity

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

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

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

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

This text has shadow with #367C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367C84 on black background.


Color preview on white background

This text has color #367C84 on white background.



Black color preview on #367C84 background

This text has black color on #367C84 background.


White color preview on #367C84 background

This text has white color on #367C84 background.