COLOR #3C536B

HEX: #3C536B RGB: (60,83,107)

Color info

#3C536B contains red, green and blue colors in about the same proportion. Web safe color of #3C536B is #336666 (or #366).

RGB color model

#3C536B color RGB value is (60,83,107).

RGB: (60,83,107) (24%, 33%, 42%)

RGB channels and saturation

R 60 of 255 = 24%
G 83 of 255 = 33%
B 107 of 255 = 42%

60
83
107

R + G + B ~ 33%. #3C536B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 83 + 107 = 250 (100%)
R 60 of 250 ~ 24%
G 83 of 250 ~ 33.2%
B 107 of 250 ~ 42.8'%

%24
%33.2
%42.8

CMYK color model

#3C536B color CMYK value is (44,22,0,58).

  • cyan value is 43.93%
  • magenta value is 22.43%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (44,22,0,58) C44M22Y0K58 (44%,22%,0%,58%) (0.44/0.22/0.00/0.58) 

CMYK percentages

%43.93
%22.43
%0
%58.04

Codes

Color #3C536B in popluar color models

3C 53 6B
RGB 60 83 107
HSL 211° 28.14% 32.75%
HSB/HSV 211° 43.93% 41.96%
CMYK 43.93% 22.43% 0.00%
58.04%

Color #3C536B in popluar number systems.

HEX 3C 53 6B
Decimal 60 83 107
Binary 111100 1010011 1101011
Octal 74 123 153

Shades and tints

Shades of #3C536B

#3C536B
(60,83,107)
#374C62
(55,76,98)
#324559
(50,69,89)
#2D3E50
(45,62,80)
#283747
(40,55,71)
#23303E
(35,48,62)
#1E2935
(30,41,53)
#19222C
(25,34,44)
#141B23
(20,27,35)
#0F141A
(15,20,26)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #3C536B

#3C536B
(60,83,107)
#4D6278
(77,98,120)
#5E7185
(94,113,133)
#6F8092
(111,128,146)
#808F9F
(128,143,159)
#919EAC
(145,158,172)
#A2ADB9
(162,173,185)
#B3BCC6
(179,188,198)
#C4CBD3
(196,203,211)
#D5DAE0
(213,218,224)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C536B color. Also use rgb(60,83,107) instead hex code.

Text Font Color

.myTextColor { color: #3C536B; }

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

This text font color is #3C536B.

Background Color

.myBgColor { background-color: #3C536B; }

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

This div background color is #3C536B.

Border color

.myBorderColor { border: 1px solid #3C536B; }

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

This div border color is #3C536B.

Opacity

.myOpacity80 { color: #3C536B; opacity: 0.8; }

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

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

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

This text has shadow with #3C536B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C536B.

Preview

Color preview on black background

This text has color #3C536B on black background.


Color preview on white background

This text has color #3C536B on white background.


Black color preview on #3C536B background

This text has black color on #3C536B background.


White color preview on #3C536B background

This text has white color on #3C536B background.


Related colors

Complementary color

Complementary color for #hex is #C3AC94.


I love getcolorcode.com

Triadic colors

1 #6B3C53 and #536B3C with #3C536B are triadic colors.

2 #6B533C and #533C6B with #3C536B are triadic colors.