COLOR #3C5155

HEX: #3C5155
RGB: (60,81,85)

Color info

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

RGB color model

#3C5155 color RGB value is (60,81,85).

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

RGB channels and saturation

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

60
81
85

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

Portions of RGB colors in percentages

R + G + B =
60 + 81 + 85 = 226 (100%)
R 60 of 226 ~ 26.55%
G 81 of 226 ~ 35.84%
B 85 of 226 ~ 37.61%

%26.55
%35.84
%37.61

CMYK color model

#3C5155 color CMYK value is (29,5,0,67).

  • cyan value is 29.41%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK: (29,5,0,67) C29M5Y0K67 (29%,5%,0%,67%) (0.29/0.05/0.00/0.67)

CMYK percentages

%29.41
%4.71
%0
%66.67

Codes

Color #3C5155 in popluar color models

3C5155
RGB608185
HSL190°17.24%28.43%
HSB/HSV190°29.41%33.33%
CMYK29.41%4.71%0.00%
66.67%

Color #3C5155 in popluar number systems.

HEX3C5155
Decimal608185
Binary11110010100011010101
Octal74121125

Shades and tints

Shades of #3C5155

#3C5155
(60,81,85)
#374A4E
(55,74,78)
#324347
(50,67,71)
#2D3C40
(45,60,64)
#283539
(40,53,57)
#232E32
(35,46,50)
#1E272B
(30,39,43)
#192024
(25,32,36)
#14191D
(20,25,29)
#0F1216
(15,18,22)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #3C5155

#3C5155
(60,81,85)
#4D6064
(77,96,100)
#5E6F73
(94,111,115)
#6F7E82
(111,126,130)
#808D91
(128,141,145)
#919CA0
(145,156,160)
#A2ABAF
(162,171,175)
#B3BABE
(179,186,190)
#C4C9CD
(196,201,205)
#D5D8DC
(213,216,220)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C5155; }

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

This text font color is #3C5155.


Background Color

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

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

This div background color is #3C5155.


Border color

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

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

This div border color is #3C5155.


Opacity

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

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

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

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

This text has shadow with #3C5155 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3C5155 on black background.


Color preview on white background

This text has color #3C5155 on white background.



Black color preview on #3C5155 background

This text has black color on #3C5155 background.


White color preview on #3C5155 background

This text has white color on #3C5155 background.