COLOR #3C4F71

HEX: #3C4F71 RGB: (60,79,113)

Color info

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

RGB color model

#3C4F71 color RGB value is (60,79,113).

RGB: (60,79,113) (24%, 31%, 44%)

RGB channels and saturation

R 60 of 255 = 24%
G 79 of 255 = 31%
B 113 of 255 = 44%

60
79
113

R + G + B ~ 33%. #3C4F71 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 79 + 113 = 252 (100%)
R 60 of 252 ~ 23.81%
G 79 of 252 ~ 31.35%
B 113 of 252 ~ 44.84'%

%23.81
%31.35
%44.84

CMYK color model

#3C4F71 color CMYK value is (47,30,0,56).

  • cyan value is 46.90%
  • magenta value is 30.09%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (47,30,0,56)
C47M30Y0K56 (47%, 30%, 0%, 56%)
(0.47 / 0.30 / 0.00 / 0.56)

CMYK percentages

%46.9
%30.09
%0
%55.69

Codes

Color #3C4F71 in popluar color models

3C 4F 71
RGB 60 79 113
HSL 218° 30.64% 33.92%
HSB/HSV 218° 46.90% 44.31%
CMYK 46.90% 30.09% 0.00%
55.69%

Color #3C4F71 in popluar number systems.

HEX 3C 4F 71
Decimal 60 79 113
Binary 111100 1001111 1110001
Octal 74 117 161

Shades and tints

Shades of #3C4F71

#3C4F71
(60,79,113)
#374867
(55,72,103)
#32415D
(50,65,93)
#2D3A53
(45,58,83)
#283349
(40,51,73)
#232C3F
(35,44,63)
#1E2535
(30,37,53)
#191E2B
(25,30,43)
#141721
(20,23,33)
#0F1017
(15,16,23)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #3C4F71

#3C4F71
(60,79,113)
#4D5F7D
(77,95,125)
#5E6F89
(94,111,137)
#6F7F95
(111,127,149)
#808FA1
(128,143,161)
#919FAD
(145,159,173)
#A2AFB9
(162,175,185)
#B3BFC5
(179,191,197)
#C4CFD1
(196,207,209)
#D5DFDD
(213,223,221)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4F71 color. Also use rgb(60,79,113) instead hex code.

Text Font Color

.myTextColor { color: #3C4F71; }

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

This text font color is #3C4F71.

Background Color

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

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

This div background color is #3C4F71.

Border color

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

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

This div border color is #3C4F71.

Opacity

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

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

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

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

This text has shadow with #3C4F71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4F71.

Preview

Color preview on black background

This text has color #3C4F71 on black background.


Color preview on white background

This text has color #3C4F71 on white background.


Black color preview on #3C4F71 background

This text has black color on #3C4F71 background.


White color preview on #3C4F71 background

This text has white color on #3C4F71 background.


Related colors

Complementary color

Complementary color for #hex is #C3B08E.


I love getcolorcode.com

Triadic colors

1 #713C4F and #4F713C with #3C4F71 are triadic colors.

2 #714F3C and #4F3C71 with #3C4F71 are triadic colors.