COLOR #3C5154

HEX: #3C5154
RGB: (60,81,84)

Color info

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

RGB color model

#3C5154 color RGB value is (60,81,84).

  • red value is 60;
  • green value is 81;
  • blue value is 84.
RGB:
(60,81,84)
(24%,32%,33%)

RGB channels and saturation

R 60 of 255 = 24%
G 81 of 255 = 32%
B 84 of 255 = 33%

60
81
84

R + G + B ~ 30%. #3C5154 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 81 + 84 = 225 (100%)
R 60 of 225 ~ 26.67%
G 81 of 225 ~ 36%
B 84 of 225 ~ 37.33%

%26.67
%36
%37.33

CMYK color model

#3C5154 color CMYK value is (29,4,0,67).

  • cyan value is 28.57%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(29,4,0,67)
C29M4Y0K67 
(29%,4%,0%,67%)
(0.29/0.04/0.00/0.67)	

CMYK percentages

%28.57
%3.57
%0
%67.06

Codes

Color #3C5154 in popluar color models

3C5154
RGB608184
HSL188°16.67%28.24%
HSB/HSV188°28.57%32.94%
CMYK28.57%3.57%0.00%
67.06%

Color #3C5154 in popluar number systems.

HEX3C5154
Decimal608184
Binary11110010100011010100
Octal74121124

Shades and tints

Shades of #3C5154

#3C5154
(60,81,84)
#374A4D
(55,74,77)
#324346
(50,67,70)
#2D3C3F
(45,60,63)
#283538
(40,53,56)
#232E31
(35,46,49)
#1E272A
(30,39,42)
#192023
(25,32,35)
#14191C
(20,25,28)
#0F1215
(15,18,21)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #3C5154

#3C5154
(60,81,84)
#4D6063
(77,96,99)
#5E6F72
(94,111,114)
#6F7E81
(111,126,129)
#808D90
(128,141,144)
#919C9F
(145,156,159)
#A2ABAE
(162,171,174)
#B3BABD
(179,186,189)
#C4C9CC
(196,201,204)
#D5D8DB
(213,216,219)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5154 color. Also use rgb(60,81,84) instead hex code.

Text Font Color

.myTextColor { color: #3C5154; }

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

This text font color is #3C5154.


Background Color

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

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

This div background color is #3C5154.


Border color

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

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

This div border color is #3C5154.


Opacity

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

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

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

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

This text has shadow with #3C5154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5154 on black background.


Color preview on white background

This text has color #3C5154 on white background.



Black color preview on #3C5154 background

This text has black color on #3C5154 background.


White color preview on #3C5154 background

This text has white color on #3C5154 background.