COLOR #3C4356

HEX: #3C4356
RGB: (60,67,86)

Color info

#3C4356 contains red, green and blue colors in about the same proportion. Web safe color of #3C4356 is #333366 (or #336).

RGB color model

#3C4356 color RGB value is (60,67,86).

  • red value is 60;
  • green value is 67;
  • blue value is 86.
RGB:
(60,67,86)
(24%,26%,34%)

RGB channels and saturation

R 60 of 255 = 24%
G 67 of 255 = 26%
B 86 of 255 = 34%

60
67
86

R + G + B ~ 28%. #3C4356 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 67 + 86 = 213 (100%)
R 60 of 213 ~ 28.17%
G 67 of 213 ~ 31.46%
B 86 of 213 ~ 40.38%

%28.17
%31.46
%40.38

CMYK color model

#3C4356 color CMYK value is (30,22,0,66).

  • cyan value is 30.23%
  • magenta value is 22.09%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(30,22,0,66)
C30M22Y0K66 
(30%,22%,0%,66%)
(0.30/0.22/0.00/0.66)	

CMYK percentages

%30.23
%22.09
%0
%66.27

Codes

Color #3C4356 in popluar color models

3C4356
RGB606786
HSL224°17.81%28.63%
HSB/HSV224°30.23%33.73%
CMYK30.23%22.09%0.00%
66.27%

Color #3C4356 in popluar number systems.

HEX3C4356
Decimal606786
Binary11110010000111010110
Octal74103126

Shades and tints

Shades of #3C4356

#3C4356
(60,67,86)
#373D4F
(55,61,79)
#323748
(50,55,72)
#2D3141
(45,49,65)
#282B3A
(40,43,58)
#232533
(35,37,51)
#1E1F2C
(30,31,44)
#191925
(25,25,37)
#14131E
(20,19,30)
#0F0D17
(15,13,23)
#0A0710
(10,7,16)
#000000
(0,0,0)

Tints of #3C4356

#3C4356
(60,67,86)
#4D5465
(77,84,101)
#5E6574
(94,101,116)
#6F7683
(111,118,131)
#808792
(128,135,146)
#9198A1
(145,152,161)
#A2A9B0
(162,169,176)
#B3BABF
(179,186,191)
#C4CBCE
(196,203,206)
#D5DCDD
(213,220,221)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4356 color. Also use rgb(60,67,86) instead hex code.

Text Font Color

.myTextColor { color: #3C4356; }

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

This text font color is #3C4356.


Background Color

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

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

This div background color is #3C4356.


Border color

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

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

This div border color is #3C4356.


Opacity

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

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

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

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

This text has shadow with #3C4356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4356 on black background.


Color preview on white background

This text has color #3C4356 on white background.



Black color preview on #3C4356 background

This text has black color on #3C4356 background.


White color preview on #3C4356 background

This text has white color on #3C4356 background.