COLOR #3C5F80

HEX: #3C5F80
RGB: (60,95,128)

Color info

#3C5F80 contains mainly green and blue colors. Web safe color of #3C5F80 is #336666 (or #366).

RGB color model

#3C5F80 color RGB value is (60,95,128).

  • red value is 60;
  • green value is 95;
  • blue value is 128.
RGB:
(60,95,128)
(24%,37%,50%)

RGB channels and saturation

R 60 of 255 = 24%
G 95 of 255 = 37%
B 128 of 255 = 50%

60
95
128

R + G + B ~ 37%. #3C5F80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 95 + 128 = 283 (100%)
R 60 of 283 ~ 21.2%
G 95 of 283 ~ 33.57%
B 128 of 283 ~ 45.23%

%21.2
%33.57
%45.23

CMYK color model

#3C5F80 color CMYK value is (53,26,0,50).

  • cyan value is 53.13%
  • magenta value is 25.78%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(53,26,0,50)
C53M26Y0K50 
(53%,26%,0%,50%)
(0.53/0.26/0.00/0.50)	

CMYK percentages

%53.13
%25.78
%0
%49.8

Codes

Color #3C5F80 in popluar color models

3C5F80
RGB6095128
HSL209°36.17%36.86%
HSB/HSV209°53.13%50.20%
CMYK53.13%25.78%0.00%
49.80%

Color #3C5F80 in popluar number systems.

HEX3C5F80
Decimal6095128
Binary111100101111110000000
Octal74137200

Shades and tints

Shades of #3C5F80

#3C5F80
(60,95,128)
#375775
(55,87,117)
#324F6A
(50,79,106)
#2D475F
(45,71,95)
#283F54
(40,63,84)
#233749
(35,55,73)
#1E2F3E
(30,47,62)
#192733
(25,39,51)
#141F28
(20,31,40)
#0F171D
(15,23,29)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #3C5F80

#3C5F80
(60,95,128)
#4D6D8B
(77,109,139)
#5E7B96
(94,123,150)
#6F89A1
(111,137,161)
#8097AC
(128,151,172)
#91A5B7
(145,165,183)
#A2B3C2
(162,179,194)
#B3C1CD
(179,193,205)
#C4CFD8
(196,207,216)
#D5DDE3
(213,221,227)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5F80 color. Also use rgb(60,95,128) instead hex code.

Text Font Color

.myTextColor { color: #3C5F80; }

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

This text font color is #3C5F80.


Background Color

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

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

This div background color is #3C5F80.


Border color

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

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

This div border color is #3C5F80.


Opacity

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

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

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

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

This text has shadow with #3C5F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5F80 on black background.


Color preview on white background

This text has color #3C5F80 on white background.



Black color preview on #3C5F80 background

This text has black color on #3C5F80 background.


White color preview on #3C5F80 background

This text has white color on #3C5F80 background.