COLOR #3C7374

HEX: #3C7374
RGB: (60,115,116)

Color info

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

RGB color model

#3C7374 color RGB value is (60,115,116).

  • red value is 60;
  • green value is 115;
  • blue value is 116.
RGB:
(60,115,116)
(24%,45%,45%)

RGB channels and saturation

R 60 of 255 = 24%
G 115 of 255 = 45%
B 116 of 255 = 45%

60
115
116

R + G + B ~ 38%. #3C7374 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 115 + 116 = 291 (100%)
R 60 of 291 ~ 20.62%
G 115 of 291 ~ 39.52%
B 116 of 291 ~ 39.86%

%20.62
%39.52
%39.86

CMYK color model

#3C7374 color CMYK value is (48,1,0,55).

  • cyan value is 48.28%
  • magenta value is 0.86%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(48,1,0,55)
C48M1Y0K55 
(48%,1%,0%,55%)
(0.48/0.01/0.00/0.55)	

CMYK percentages

%48.28
%0.86
%0
%54.51

Codes

Color #3C7374 in popluar color models

3C7374
RGB60115116
HSL181°31.82%34.51%
HSB/HSV181°48.28%45.49%
CMYK48.28%0.86%0.00%
54.51%

Color #3C7374 in popluar number systems.

HEX3C7374
Decimal60115116
Binary11110011100111110100
Octal74163164

Shades and tints

Shades of #3C7374

#3C7374
(60,115,116)
#37696A
(55,105,106)
#325F60
(50,95,96)
#2D5556
(45,85,86)
#284B4C
(40,75,76)
#234142
(35,65,66)
#1E3738
(30,55,56)
#192D2E
(25,45,46)
#142324
(20,35,36)
#0F191A
(15,25,26)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #3C7374

#3C7374
(60,115,116)
#4D7F80
(77,127,128)
#5E8B8C
(94,139,140)
#6F9798
(111,151,152)
#80A3A4
(128,163,164)
#91AFB0
(145,175,176)
#A2BBBC
(162,187,188)
#B3C7C8
(179,199,200)
#C4D3D4
(196,211,212)
#D5DFE0
(213,223,224)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7374 color. Also use rgb(60,115,116) instead hex code.

Text Font Color

.myTextColor { color: #3C7374; }

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

This text font color is #3C7374.


Background Color

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

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

This div background color is #3C7374.


Border color

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

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

This div border color is #3C7374.


Opacity

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

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

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

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

This text has shadow with #3C7374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7374 on black background.


Color preview on white background

This text has color #3C7374 on white background.



Black color preview on #3C7374 background

This text has black color on #3C7374 background.


White color preview on #3C7374 background

This text has white color on #3C7374 background.