COLOR #36647C

HEX: #36647C
RGB: (54,100,124)

Color info

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

RGB color model

#36647C color RGB value is (54,100,124).

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

RGB channels and saturation

R 54 of 255 = 21%
G 100 of 255 = 39%
B 124 of 255 = 49%

54
100
124

R + G + B ~ 36%. #36647C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 100 + 124 = 278 (100%)
R 54 of 278 ~ 19.42%
G 100 of 278 ~ 35.97%
B 124 of 278 ~ 44.6%

%19.42
%35.97
%44.6

CMYK color model

#36647C color CMYK value is (56,19,0,51).

  • cyan value is 56.45%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(56,19,0,51)
C56M19Y0K51 
(56%,19%,0%,51%)
(0.56/0.19/0.00/0.51)	

CMYK percentages

%56.45
%19.35
%0
%51.37

Codes

Color #36647C in popluar color models

36647C
RGB54100124
HSL201°39.33%34.90%
HSB/HSV201°56.45%48.63%
CMYK56.45%19.35%0.00%
51.37%

Color #36647C in popluar number systems.

HEX36647C
Decimal54100124
Binary11011011001001111100
Octal66144174

Shades and tints

Shades of #36647C

#36647C
(54,100,124)
#325B71
(50,91,113)
#2E5266
(46,82,102)
#2A495B
(42,73,91)
#264050
(38,64,80)
#223745
(34,55,69)
#1E2E3A
(30,46,58)
#1A252F
(26,37,47)
#161C24
(22,28,36)
#121319
(18,19,25)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #36647C

#36647C
(54,100,124)
#487287
(72,114,135)
#5A8092
(90,128,146)
#6C8E9D
(108,142,157)
#7E9CA8
(126,156,168)
#90AAB3
(144,170,179)
#A2B8BE
(162,184,190)
#B4C6C9
(180,198,201)
#C6D4D4
(198,212,212)
#D8E2DF
(216,226,223)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36647C; }

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

This text font color is #36647C.


Background Color

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

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

This div background color is #36647C.


Border color

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

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

This div border color is #36647C.


Opacity

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

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

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

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

This text has shadow with #36647C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36647C on black background.


Color preview on white background

This text has color #36647C on white background.



Black color preview on #36647C background

This text has black color on #36647C background.


White color preview on #36647C background

This text has white color on #36647C background.