COLOR #3C6467

HEX: #3C6467
RGB: (60,100,103)

Color info

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

RGB color model

#3C6467 color RGB value is (60,100,103).

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

RGB channels and saturation

R 60 of 255 = 24%
G 100 of 255 = 39%
B 103 of 255 = 40%

60
100
103

R + G + B ~ 34%. #3C6467 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 100 + 103 = 263 (100%)
R 60 of 263 ~ 22.81%
G 100 of 263 ~ 38.02%
B 103 of 263 ~ 39.16%

%22.81
%38.02
%39.16

CMYK color model

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

  • cyan value is 41.75%
  • magenta value is 2.91%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(42,3,0,60)
C42M3Y0K60 
(42%,3%,0%,60%)
(0.42/0.03/0.00/0.60)	

CMYK percentages

%41.75
%2.91
%0
%59.61

Codes

Color #3C6467 in popluar color models

3C6467
RGB60100103
HSL184°26.38%31.96%
HSB/HSV184°41.75%40.39%
CMYK41.75%2.91%0.00%
59.61%

Color #3C6467 in popluar number systems.

HEX3C6467
Decimal60100103
Binary11110011001001100111
Octal74144147

Shades and tints

Shades of #3C6467

#3C6467
(60,100,103)
#375B5E
(55,91,94)
#325255
(50,82,85)
#2D494C
(45,73,76)
#284043
(40,64,67)
#23373A
(35,55,58)
#1E2E31
(30,46,49)
#192528
(25,37,40)
#141C1F
(20,28,31)
#0F1316
(15,19,22)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #3C6467

#3C6467
(60,100,103)
#4D7274
(77,114,116)
#5E8081
(94,128,129)
#6F8E8E
(111,142,142)
#809C9B
(128,156,155)
#91AAA8
(145,170,168)
#A2B8B5
(162,184,181)
#B3C6C2
(179,198,194)
#C4D4CF
(196,212,207)
#D5E2DC
(213,226,220)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6467; }

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

This text font color is #3C6467.


Background Color

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

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

This div background color is #3C6467.


Border color

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

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

This div border color is #3C6467.


Opacity

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

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

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

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

This text has shadow with #3C6467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6467 on black background.


Color preview on white background

This text has color #3C6467 on white background.



Black color preview on #3C6467 background

This text has black color on #3C6467 background.


White color preview on #3C6467 background

This text has white color on #3C6467 background.