COLOR #3C5067

HEX: #3C5067
RGB: (60,80,103)

Color info

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

RGB color model

#3C5067 color RGB value is (60,80,103).

  • red value is 60;
  • green value is 80;
  • blue value is 103.
RGB:
(60,80,103)
(24%,31%,40%)

RGB channels and saturation

R 60 of 255 = 24%
G 80 of 255 = 31%
B 103 of 255 = 40%

60
80
103

R + G + B ~ 32%. #3C5067 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 80 + 103 = 243 (100%)
R 60 of 243 ~ 24.69%
G 80 of 243 ~ 32.92%
B 103 of 243 ~ 42.39%

%24.69
%32.92
%42.39

CMYK color model

#3C5067 color CMYK value is (42,22,0,60).

  • cyan value is 41.75%
  • magenta value is 22.33%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(42,22,0,60)
C42M22Y0K60 
(42%,22%,0%,60%)
(0.42/0.22/0.00/0.60)	

CMYK percentages

%41.75
%22.33
%0
%59.61

Codes

Color #3C5067 in popluar color models

3C5067
RGB6080103
HSL212°26.38%31.96%
HSB/HSV212°41.75%40.39%
CMYK41.75%22.33%0.00%
59.61%

Color #3C5067 in popluar number systems.

HEX3C5067
Decimal6080103
Binary11110010100001100111
Octal74120147

Shades and tints

Shades of #3C5067

#3C5067
(60,80,103)
#37495E
(55,73,94)
#324255
(50,66,85)
#2D3B4C
(45,59,76)
#283443
(40,52,67)
#232D3A
(35,45,58)
#1E2631
(30,38,49)
#191F28
(25,31,40)
#14181F
(20,24,31)
#0F1116
(15,17,22)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #3C5067

#3C5067
(60,80,103)
#4D5F74
(77,95,116)
#5E6E81
(94,110,129)
#6F7D8E
(111,125,142)
#808C9B
(128,140,155)
#919BA8
(145,155,168)
#A2AAB5
(162,170,181)
#B3B9C2
(179,185,194)
#C4C8CF
(196,200,207)
#D5D7DC
(213,215,220)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5067 color. Also use rgb(60,80,103) instead hex code.

Text Font Color

.myTextColor { color: #3C5067; }

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

This text font color is #3C5067.


Background Color

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

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

This div background color is #3C5067.


Border color

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

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

This div border color is #3C5067.


Opacity

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

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

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

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

This text has shadow with #3C5067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5067 on black background.


Color preview on white background

This text has color #3C5067 on white background.



Black color preview on #3C5067 background

This text has black color on #3C5067 background.


White color preview on #3C5067 background

This text has white color on #3C5067 background.