COLOR #3C626B

HEX: #3C626B
RGB: (60,98,107)

Color info

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

RGB color model

#3C626B color RGB value is (60,98,107).

  • red value is 60;
  • green value is 98;
  • blue value is 107.
RGB:
(60,98,107)
(24%,38%,42%)

RGB channels and saturation

R 60 of 255 = 24%
G 98 of 255 = 38%
B 107 of 255 = 42%

60
98
107

R + G + B ~ 35%. #3C626B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 98 + 107 = 265 (100%)
R 60 of 265 ~ 22.64%
G 98 of 265 ~ 36.98%
B 107 of 265 ~ 40.38%

%22.64
%36.98
%40.38

CMYK color model

#3C626B color CMYK value is (44,8,0,58).

  • cyan value is 43.93%
  • magenta value is 8.41%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(44,8,0,58)
C44M8Y0K58 
(44%,8%,0%,58%)
(0.44/0.08/0.00/0.58)	

CMYK percentages

%43.93
%8.41
%0
%58.04

Codes

Color #3C626B in popluar color models

3C626B
RGB6098107
HSL191°28.14%32.75%
HSB/HSV191°43.93%41.96%
CMYK43.93%8.41%0.00%
58.04%

Color #3C626B in popluar number systems.

HEX3C626B
Decimal6098107
Binary11110011000101101011
Octal74142153

Shades and tints

Shades of #3C626B

#3C626B
(60,98,107)
#375A62
(55,90,98)
#325259
(50,82,89)
#2D4A50
(45,74,80)
#284247
(40,66,71)
#233A3E
(35,58,62)
#1E3235
(30,50,53)
#192A2C
(25,42,44)
#142223
(20,34,35)
#0F1A1A
(15,26,26)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #3C626B

#3C626B
(60,98,107)
#4D7078
(77,112,120)
#5E7E85
(94,126,133)
#6F8C92
(111,140,146)
#809A9F
(128,154,159)
#91A8AC
(145,168,172)
#A2B6B9
(162,182,185)
#B3C4C6
(179,196,198)
#C4D2D3
(196,210,211)
#D5E0E0
(213,224,224)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C626B color. Also use rgb(60,98,107) instead hex code.

Text Font Color

.myTextColor { color: #3C626B; }

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

This text font color is #3C626B.


Background Color

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

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

This div background color is #3C626B.


Border color

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

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

This div border color is #3C626B.


Opacity

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

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

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

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

This text has shadow with #3C626B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C626B on black background.


Color preview on white background

This text has color #3C626B on white background.



Black color preview on #3C626B background

This text has black color on #3C626B background.


White color preview on #3C626B background

This text has white color on #3C626B background.