COLOR #36627C

HEX: #36627C
RGB: (54,98,124)

Color info

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

RGB color model

#36627C color RGB value is (54,98,124).

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

RGB channels and saturation

R 54 of 255 = 21%
G 98 of 255 = 38%
B 124 of 255 = 49%

54
98
124

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

Portions of RGB colors in percentages

R + G + B =
54 + 98 + 124 = 276 (100%)
R 54 of 276 ~ 19.57%
G 98 of 276 ~ 35.51%
B 124 of 276 ~ 44.93%

%19.57
%35.51
%44.93

CMYK color model

#36627C color CMYK value is (56,21,0,51).

  • cyan value is 56.45%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(56,21,0,51)
C56M21Y0K51 
(56%,21%,0%,51%)
(0.56/0.21/0.00/0.51)	

CMYK percentages

%56.45
%20.97
%0
%51.37

Codes

Color #36627C in popluar color models

36627C
RGB5498124
HSL202°39.33%34.90%
HSB/HSV202°56.45%48.63%
CMYK56.45%20.97%0.00%
51.37%

Color #36627C in popluar number systems.

HEX36627C
Decimal5498124
Binary11011011000101111100
Octal66142174

Shades and tints

Shades of #36627C

#36627C
(54,98,124)
#325A71
(50,90,113)
#2E5266
(46,82,102)
#2A4A5B
(42,74,91)
#264250
(38,66,80)
#223A45
(34,58,69)
#1E323A
(30,50,58)
#1A2A2F
(26,42,47)
#162224
(22,34,36)
#121A19
(18,26,25)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #36627C

#36627C
(54,98,124)
#487087
(72,112,135)
#5A7E92
(90,126,146)
#6C8C9D
(108,140,157)
#7E9AA8
(126,154,168)
#90A8B3
(144,168,179)
#A2B6BE
(162,182,190)
#B4C4C9
(180,196,201)
#C6D2D4
(198,210,212)
#D8E0DF
(216,224,223)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36627C; }

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

This text font color is #36627C.


Background Color

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

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

This div background color is #36627C.


Border color

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

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

This div border color is #36627C.


Opacity

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

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

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

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

This text has shadow with #36627C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36627C on black background.


Color preview on white background

This text has color #36627C on white background.



Black color preview on #36627C background

This text has black color on #36627C background.


White color preview on #36627C background

This text has white color on #36627C background.