COLOR #3C6263

HEX: #3C6263 RGB: (60,98,99)

Color info

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

RGB color model

#3C6263 color RGB value is (60,98,99).

RGB: (60,98,99) (24%, 38%, 39%)

RGB channels and saturation

R 60 of 255 = 24%
G 98 of 255 = 38%
B 99 of 255 = 39%

60
98
99

R + G + B ~ 34%. #3C6263 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 98 + 99 = 257 (100%)
R 60 of 257 ~ 23.35%
G 98 of 257 ~ 38.13%
B 99 of 257 ~ 38.52'%

%23.35
%38.13
%38.52

CMYK color model

#3C6263 color CMYK value is (39,1,0,61).

  • cyan value is 39.39%
  • magenta value is 1.01%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (39,1,0,61) C39M1Y0K61 (39%,1%,0%,61%) (0.39/0.01/0.00/0.61) 

CMYK percentages

%39.39
%1.01
%0
%61.18

Codes

Color #3C6263 in popluar color models

3C 62 63
RGB 60 98 99
HSL 182° 24.53% 31.18%
HSB/HSV 182° 39.39% 38.82%
CMYK 39.39% 1.01% 0.00%
61.18%

Color #3C6263 in popluar number systems.

HEX 3C 62 63
Decimal 60 98 99
Binary 111100 1100010 1100011
Octal 74 142 143

Shades and tints

Shades of #3C6263

#3C6263
(60,98,99)
#375A5A
(55,90,90)
#325251
(50,82,81)
#2D4A48
(45,74,72)
#28423F
(40,66,63)
#233A36
(35,58,54)
#1E322D
(30,50,45)
#192A24
(25,42,36)
#14221B
(20,34,27)
#0F1A12
(15,26,18)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #3C6263

#3C6263
(60,98,99)
#4D7071
(77,112,113)
#5E7E7F
(94,126,127)
#6F8C8D
(111,140,141)
#809A9B
(128,154,155)
#91A8A9
(145,168,169)
#A2B6B7
(162,182,183)
#B3C4C5
(179,196,197)
#C4D2D3
(196,210,211)
#D5E0E1
(213,224,225)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6263; }

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

This text font color is #3C6263.

Background Color

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

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

This div background color is #3C6263.

Border color

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

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

This div border color is #3C6263.

Opacity

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

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

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

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

This text has shadow with #3C6263 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C6263.

Preview

Color preview on black background

This text has color #3C6263 on black background.


Color preview on white background

This text has color #3C6263 on white background.


Black color preview on #3C6263 background

This text has black color on #3C6263 background.


White color preview on #3C6263 background

This text has white color on #3C6263 background.


Related colors

Complementary color

Complementary color for #hex is #C39D9C.


I love getcolorcode.com

Triadic colors

1 #633C62 and #62633C with #3C6263 are triadic colors.

2 #63623C and #623C63 with #3C6263 are triadic colors.