COLOR #36507C

HEX: #36507C
RGB: (54,80,124)

Color info

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

RGB color model

#36507C color RGB value is (54,80,124).

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

RGB channels and saturation

R 54 of 255 = 21%
G 80 of 255 = 31%
B 124 of 255 = 49%

54
80
124

R + G + B ~ 34%. #36507C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 80 + 124 = 258 (100%)
R 54 of 258 ~ 20.93%
G 80 of 258 ~ 31.01%
B 124 of 258 ~ 48.06%

%20.93
%31.01
%48.06

CMYK color model

#36507C color CMYK value is (56,35,0,51).

  • cyan value is 56.45%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(56,35,0,51)
C56M35Y0K51 
(56%,35%,0%,51%)
(0.56/0.35/0.00/0.51)	

CMYK percentages

%56.45
%35.48
%0
%51.37

Codes

Color #36507C in popluar color models

36507C
RGB5480124
HSL218°39.33%34.90%
HSB/HSV218°56.45%48.63%
CMYK56.45%35.48%0.00%
51.37%

Color #36507C in popluar number systems.

HEX36507C
Decimal5480124
Binary11011010100001111100
Octal66120174

Shades and tints

Shades of #36507C

#36507C
(54,80,124)
#324971
(50,73,113)
#2E4266
(46,66,102)
#2A3B5B
(42,59,91)
#263450
(38,52,80)
#222D45
(34,45,69)
#1E263A
(30,38,58)
#1A1F2F
(26,31,47)
#161824
(22,24,36)
#121119
(18,17,25)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #36507C

#36507C
(54,80,124)
#485F87
(72,95,135)
#5A6E92
(90,110,146)
#6C7D9D
(108,125,157)
#7E8CA8
(126,140,168)
#909BB3
(144,155,179)
#A2AABE
(162,170,190)
#B4B9C9
(180,185,201)
#C6C8D4
(198,200,212)
#D8D7DF
(216,215,223)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36507C color. Also use rgb(54,80,124) instead hex code.

Text Font Color

.myTextColor { color: #36507C; }

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

This text font color is #36507C.


Background Color

.myBgColor { background-color: #36507C; }

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

This div background color is #36507C.


Border color

.myBorderColor { border: 1px solid #36507C; }

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

This div border color is #36507C.


Opacity

.myOpacity80 { color: #36507C; opacity: 0.8; }

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

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

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

This text has shadow with #36507C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36507C on black background.


Color preview on white background

This text has color #36507C on white background.



Black color preview on #36507C background

This text has black color on #36507C background.


White color preview on #36507C background

This text has white color on #36507C background.