COLOR #3C6354

HEX: #3C6354
RGB: (60,99,84)

Color info

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

RGB color model

#3C6354 color RGB value is (60,99,84).

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

RGB channels and saturation

R 60 of 255 = 24%
G 99 of 255 = 39%
B 84 of 255 = 33%

60
99
84

R + G + B ~ 32%. #3C6354 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 99 + 84 = 243 (100%)
R 60 of 243 ~ 24.69%
G 99 of 243 ~ 40.74%
B 84 of 243 ~ 34.57%

%24.69
%40.74
%34.57

CMYK color model

#3C6354 color CMYK value is (39,0,15,61).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 61.18%
CMYK:
(39,0,15,61)
C39M0Y15K61 
(39%,0%,15%,61%)
(0.39/0.00/0.15/0.61)	

CMYK percentages

%39.39
%0
%15.15
%61.18

Codes

Color #3C6354 in popluar color models

3C6354
RGB609984
HSL157°24.53%31.18%
HSB/HSV157°39.39%38.82%
CMYK39.39%0.00%15.15%
61.18%

Color #3C6354 in popluar number systems.

HEX3C6354
Decimal609984
Binary11110011000111010100
Octal74143124

Shades and tints

Shades of #3C6354

#3C6354
(60,99,84)
#375A4D
(55,90,77)
#325146
(50,81,70)
#2D483F
(45,72,63)
#283F38
(40,63,56)
#233631
(35,54,49)
#1E2D2A
(30,45,42)
#192423
(25,36,35)
#141B1C
(20,27,28)
#0F1215
(15,18,21)
#0A090E
(10,9,14)
#000000
(0,0,0)

Tints of #3C6354

#3C6354
(60,99,84)
#4D7163
(77,113,99)
#5E7F72
(94,127,114)
#6F8D81
(111,141,129)
#809B90
(128,155,144)
#91A99F
(145,169,159)
#A2B7AE
(162,183,174)
#B3C5BD
(179,197,189)
#C4D3CC
(196,211,204)
#D5E1DB
(213,225,219)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6354; }

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

This text font color is #3C6354.


Background Color

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

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

This div background color is #3C6354.


Border color

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

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

This div border color is #3C6354.


Opacity

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

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

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

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

This text has shadow with #3C6354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6354 on black background.


Color preview on white background

This text has color #3C6354 on white background.



Black color preview on #3C6354 background

This text has black color on #3C6354 background.


White color preview on #3C6354 background

This text has white color on #3C6354 background.