COLOR #3C676E

HEX: #3C676E RGB: (60,103,110)

Color info

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

RGB color model

#3C676E color RGB value is (60,103,110).

RGB: (60,103,110) (24%, 40%, 43%)

RGB channels and saturation

R 60 of 255 = 24%
G 103 of 255 = 40%
B 110 of 255 = 43%

60
103
110

R + G + B ~ 36%. #3C676E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 103 + 110 = 273 (100%)
R 60 of 273 ~ 21.98%
G 103 of 273 ~ 37.73%
B 110 of 273 ~ 40.29'%

%21.98
%37.73
%40.29

CMYK color model

#3C676E color CMYK value is (45,6,0,57).

  • cyan value is 45.45%
  • magenta value is 6.36%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (45,6,0,57)
C45M6Y0K57 (45%, 6%, 0%, 57%)
(0.45 / 0.06 / 0.00 / 0.57)

CMYK percentages

%45.45
%6.36
%0
%56.86

Codes

Color #3C676E in popluar color models

3C 67 6E
RGB 60 103 110
HSL 188° 29.41% 33.33%
HSB/HSV 188° 45.45% 43.14%
CMYK 45.45% 6.36% 0.00%
56.86%

Color #3C676E in popluar number systems.

HEX 3C 67 6E
Decimal 60 103 110
Binary 111100 1100111 1101110
Octal 74 147 156

Shades and tints

Shades of #3C676E

#3C676E
(60,103,110)
#375E64
(55,94,100)
#32555A
(50,85,90)
#2D4C50
(45,76,80)
#284346
(40,67,70)
#233A3C
(35,58,60)
#1E3132
(30,49,50)
#192828
(25,40,40)
#141F1E
(20,31,30)
#0F1614
(15,22,20)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #3C676E

#3C676E
(60,103,110)
#4D747B
(77,116,123)
#5E8188
(94,129,136)
#6F8E95
(111,142,149)
#809BA2
(128,155,162)
#91A8AF
(145,168,175)
#A2B5BC
(162,181,188)
#B3C2C9
(179,194,201)
#C4CFD6
(196,207,214)
#D5DCE3
(213,220,227)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C676E color. Also use rgb(60,103,110) instead hex code.

Text Font Color

.myTextColor { color: #3C676E; }

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

This text font color is #3C676E.

Background Color

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

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

This div background color is #3C676E.

Border color

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

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

This div border color is #3C676E.

Opacity

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

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

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

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

This text has shadow with #3C676E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C676E.

Preview

Color preview on black background

This text has color #3C676E on black background.


Color preview on white background

This text has color #3C676E on white background.


Black color preview on #3C676E background

This text has black color on #3C676E background.


White color preview on #3C676E background

This text has white color on #3C676E background.


Related colors

Complementary color

Complementary color for #hex is #C39891.


I love getcolorcode.com

Triadic colors

1 #6E3C67 and #676E3C with #3C676E are triadic colors.

2 #6E673C and #673C6E with #3C676E are triadic colors.