COLOR #3C697E

HEX: #3C697E RGB: (60,105,126)

Color info

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

RGB color model

#3C697E color RGB value is (60,105,126).

RGB: (60,105,126) (24%, 41%, 49%)

RGB channels and saturation

R 60 of 255 = 24%
G 105 of 255 = 41%
B 126 of 255 = 49%

60
105
126

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

Portions of RGB colors in percentages

R + G + B = 60 + 105 + 126 = 291 (100%)
R 60 of 291 ~ 20.62%
G 105 of 291 ~ 36.08%
B 126 of 291 ~ 43.3'%

%20.62
%36.08
%43.3

CMYK color model

#3C697E color CMYK value is (52,17,0,51).

  • cyan value is 52.38%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (52,17,0,51)
C52M17Y0K51 (52%, 17%, 0%, 51%)
(0.52 / 0.17 / 0.00 / 0.51)

CMYK percentages

%52.38
%16.67
%0
%50.59

Codes

Color #3C697E in popluar color models

3C 69 7E
RGB 60 105 126
HSL 199° 35.48% 36.47%
HSB/HSV 199° 52.38% 49.41%
CMYK 52.38% 16.67% 0.00%
50.59%

Color #3C697E in popluar number systems.

HEX 3C 69 7E
Decimal 60 105 126
Binary 111100 1101001 1111110
Octal 74 151 176

Shades and tints

Shades of #3C697E

#3C697E
(60,105,126)
#376073
(55,96,115)
#325768
(50,87,104)
#2D4E5D
(45,78,93)
#284552
(40,69,82)
#233C47
(35,60,71)
#1E333C
(30,51,60)
#192A31
(25,42,49)
#142126
(20,33,38)
#0F181B
(15,24,27)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #3C697E

#3C697E
(60,105,126)
#4D7689
(77,118,137)
#5E8394
(94,131,148)
#6F909F
(111,144,159)
#809DAA
(128,157,170)
#91AAB5
(145,170,181)
#A2B7C0
(162,183,192)
#B3C4CB
(179,196,203)
#C4D1D6
(196,209,214)
#D5DEE1
(213,222,225)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C697E color. Also use rgb(60,105,126) instead hex code.

Text Font Color

.myTextColor { color: #3C697E; }

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

This text font color is #3C697E.

Background Color

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

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

This div background color is #3C697E.

Border color

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

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

This div border color is #3C697E.

Opacity

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

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

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

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

This text has shadow with #3C697E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C697E.

Preview

Color preview on black background

This text has color #3C697E on black background.


Color preview on white background

This text has color #3C697E on white background.


Black color preview on #3C697E background

This text has black color on #3C697E background.


White color preview on #3C697E background

This text has white color on #3C697E background.


Related colors

Complementary color

Complementary color for #hex is #C39681.


I love getcolorcode.com

Triadic colors

1 #7E3C69 and #697E3C with #3C697E are triadic colors.

2 #7E693C and #693C7E with #3C697E are triadic colors.