COLOR #3C7F9A

HEX: #3C7F9A RGB: (60,127,154)

Color info

#3C7F9A contains mainly green and blue colors. Web safe color of #3C7F9A is #336699 (or #369).

RGB color model

#3C7F9A color RGB value is (60,127,154).

RGB: (60,127,154) (24%, 50%, 60%)

RGB channels and saturation

R 60 of 255 = 24%
G 127 of 255 = 50%
B 154 of 255 = 60%

60
127
154

R + G + B ~ 45%. #3C7F9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 60 + 127 + 154 = 341 (100%)
R 60 of 341 ~ 17.6%
G 127 of 341 ~ 37.24%
B 154 of 341 ~ 45.16'%

%17.6
%37.24
%45.16

CMYK color model

#3C7F9A color CMYK value is (61,18,0,40).

  • cyan value is 61.04%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (61,18,0,40)
C61M18Y0K40 (61%, 18%, 0%, 40%)
(0.61 / 0.18 / 0.00 / 0.40)

CMYK percentages

%61.04
%17.53
%0
%39.61

Codes

Color #3C7F9A in popluar color models

3C 7F 9A
RGB 60 127 154
HSL 197° 43.93% 41.96%
HSB/HSV 197° 61.04% 60.39%
CMYK 61.04% 17.53% 0.00%
39.61%

Color #3C7F9A in popluar number systems.

HEX 3C 7F 9A
Decimal 60 127 154
Binary 111100 1111111 10011010
Octal 74 177 232

Shades and tints

Shades of #3C7F9A

#3C7F9A
(60,127,154)
#37748C
(55,116,140)
#32697E
(50,105,126)
#2D5E70
(45,94,112)
#285362
(40,83,98)
#234854
(35,72,84)
#1E3D46
(30,61,70)
#193238
(25,50,56)
#14272A
(20,39,42)
#0F1C1C
(15,28,28)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #3C7F9A

#3C7F9A
(60,127,154)
#4D8AA3
(77,138,163)
#5E95AC
(94,149,172)
#6FA0B5
(111,160,181)
#80ABBE
(128,171,190)
#91B6C7
(145,182,199)
#A2C1D0
(162,193,208)
#B3CCD9
(179,204,217)
#C4D7E2
(196,215,226)
#D5E2EB
(213,226,235)
#E6EDF4
(230,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7F9A color. Also use rgb(60,127,154) instead hex code.

Text Font Color

.myTextColor { color: #3C7F9A; }

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

This text font color is #3C7F9A.

Background Color

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

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

This div background color is #3C7F9A.

Border color

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

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

This div border color is #3C7F9A.

Opacity

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

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

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

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

This text has shadow with #3C7F9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C7F9A.

Preview

Color preview on black background

This text has color #3C7F9A on black background.


Color preview on white background

This text has color #3C7F9A on white background.


Black color preview on #3C7F9A background

This text has black color on #3C7F9A background.


White color preview on #3C7F9A background

This text has white color on #3C7F9A background.


Related colors

Complementary color

Complementary color for #hex is #C38065.


I love getcolorcode.com

Triadic colors

1 #9A3C7F and #7F9A3C with #3C7F9A are triadic colors.

2 #9A7F3C and #7F3C9A with #3C7F9A are triadic colors.