COLOR #3C635A

HEX: #3C635A
RGB: (60,99,90)

Color info

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

RGB color model

#3C635A color RGB value is (60,99,90).

  • red value is 60;
  • green value is 99;
  • blue value is 90.
RGB:
(60,99,90)
(24%,39%,35%)

RGB channels and saturation

R 60 of 255 = 24%
G 99 of 255 = 39%
B 90 of 255 = 35%

60
99
90

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

Portions of RGB colors in percentages

R + G + B =
60 + 99 + 90 = 249 (100%)
R 60 of 249 ~ 24.1%
G 99 of 249 ~ 39.76%
B 90 of 249 ~ 36.14%

%24.1
%39.76
%36.14

CMYK color model

#3C635A color CMYK value is (39,0,9,61).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 61.18%
CMYK:
(39,0,9,61)
C39M0Y9K61 
(39%,0%,9%,61%)
(0.39/0.00/0.09/0.61)	

CMYK percentages

%39.39
%0
%9.09
%61.18

Codes

Color #3C635A in popluar color models

3C635A
RGB609990
HSL166°24.53%31.18%
HSB/HSV166°39.39%38.82%
CMYK39.39%0.00%9.09%
61.18%

Color #3C635A in popluar number systems.

HEX3C635A
Decimal609990
Binary11110011000111011010
Octal74143132

Shades and tints

Shades of #3C635A

#3C635A
(60,99,90)
#375A52
(55,90,82)
#32514A
(50,81,74)
#2D4842
(45,72,66)
#283F3A
(40,63,58)
#233632
(35,54,50)
#1E2D2A
(30,45,42)
#192422
(25,36,34)
#141B1A
(20,27,26)
#0F1212
(15,18,18)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #3C635A

#3C635A
(60,99,90)
#4D7169
(77,113,105)
#5E7F78
(94,127,120)
#6F8D87
(111,141,135)
#809B96
(128,155,150)
#91A9A5
(145,169,165)
#A2B7B4
(162,183,180)
#B3C5C3
(179,197,195)
#C4D3D2
(196,211,210)
#D5E1E1
(213,225,225)
#E6EFF0
(230,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C635A; }

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

This text font color is #3C635A.


Background Color

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

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

This div background color is #3C635A.


Border color

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

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

This div border color is #3C635A.


Opacity

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

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

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

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

This text has shadow with #3C635A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C635A on black background.


Color preview on white background

This text has color #3C635A on white background.



Black color preview on #3C635A background

This text has black color on #3C635A background.


White color preview on #3C635A background

This text has white color on #3C635A background.