COLOR #3C4758

HEX: #3C4758
RGB: (60,71,88)

Color info

#3C4758 contains red, green and blue colors in about the same proportion. Web safe color of #3C4758 is #333366 (or #336).

RGB color model

#3C4758 color RGB value is (60,71,88).

  • red value is 60;
  • green value is 71;
  • blue value is 88.
RGB:
(60,71,88)
(24%,28%,35%)

RGB channels and saturation

R 60 of 255 = 24%
G 71 of 255 = 28%
B 88 of 255 = 35%

60
71
88

R + G + B ~ 29%. #3C4758 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 71 + 88 = 219 (100%)
R 60 of 219 ~ 27.4%
G 71 of 219 ~ 32.42%
B 88 of 219 ~ 40.18%

%27.4
%32.42
%40.18

CMYK color model

#3C4758 color CMYK value is (32,19,0,65).

  • cyan value is 31.82%
  • magenta value is 19.32%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(32,19,0,65)
C32M19Y0K65 
(32%,19%,0%,65%)
(0.32/0.19/0.00/0.65)	

CMYK percentages

%31.82
%19.32
%0
%65.49

Codes

Color #3C4758 in popluar color models

3C4758
RGB607188
HSL216°18.92%29.02%
HSB/HSV216°31.82%34.51%
CMYK31.82%19.32%0.00%
65.49%

Color #3C4758 in popluar number systems.

HEX3C4758
Decimal607188
Binary11110010001111011000
Octal74107130

Shades and tints

Shades of #3C4758

#3C4758
(60,71,88)
#374150
(55,65,80)
#323B48
(50,59,72)
#2D3540
(45,53,64)
#282F38
(40,47,56)
#232930
(35,41,48)
#1E2328
(30,35,40)
#191D20
(25,29,32)
#141718
(20,23,24)
#0F1110
(15,17,16)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #3C4758

#3C4758
(60,71,88)
#4D5767
(77,87,103)
#5E6776
(94,103,118)
#6F7785
(111,119,133)
#808794
(128,135,148)
#9197A3
(145,151,163)
#A2A7B2
(162,167,178)
#B3B7C1
(179,183,193)
#C4C7D0
(196,199,208)
#D5D7DF
(213,215,223)
#E6E7EE
(230,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4758 color. Also use rgb(60,71,88) instead hex code.

Text Font Color

.myTextColor { color: #3C4758; }

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

This text font color is #3C4758.


Background Color

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

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

This div background color is #3C4758.


Border color

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

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

This div border color is #3C4758.


Opacity

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

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

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

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

This text has shadow with #3C4758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4758 on black background.


Color preview on white background

This text has color #3C4758 on white background.



Black color preview on #3C4758 background

This text has black color on #3C4758 background.


White color preview on #3C4758 background

This text has white color on #3C4758 background.