COLOR #3C7454

HEX: #3C7454
RGB: (60,116,84)

Color info

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

RGB color model

#3C7454 color RGB value is (60,116,84).

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

RGB channels and saturation

R 60 of 255 = 24%
G 116 of 255 = 45%
B 84 of 255 = 33%

60
116
84

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

Portions of RGB colors in percentages

R + G + B =
60 + 116 + 84 = 260 (100%)
R 60 of 260 ~ 23.08%
G 116 of 260 ~ 44.62%
B 84 of 260 ~ 32.31%

%23.08
%44.62
%32.31

CMYK color model

#3C7454 color CMYK value is (48,0,28,55).

  • cyan value is 48.28%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 54.51%
CMYK:
(48,0,28,55)
C48M0Y28K55 
(48%,0%,28%,55%)
(0.48/0.00/0.28/0.55)	

CMYK percentages

%48.28
%0
%27.59
%54.51

Codes

Color #3C7454 in popluar color models

3C7454
RGB6011684
HSL146°31.82%34.51%
HSB/HSV146°48.28%45.49%
CMYK48.28%0.00%27.59%
54.51%

Color #3C7454 in popluar number systems.

HEX3C7454
Decimal6011684
Binary11110011101001010100
Octal74164124

Shades and tints

Shades of #3C7454

#3C7454
(60,116,84)
#376A4D
(55,106,77)
#326046
(50,96,70)
#2D563F
(45,86,63)
#284C38
(40,76,56)
#234231
(35,66,49)
#1E382A
(30,56,42)
#192E23
(25,46,35)
#14241C
(20,36,28)
#0F1A15
(15,26,21)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #3C7454

#3C7454
(60,116,84)
#4D8063
(77,128,99)
#5E8C72
(94,140,114)
#6F9881
(111,152,129)
#80A490
(128,164,144)
#91B09F
(145,176,159)
#A2BCAE
(162,188,174)
#B3C8BD
(179,200,189)
#C4D4CC
(196,212,204)
#D5E0DB
(213,224,219)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7454; }

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

This text font color is #3C7454.


Background Color

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

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

This div background color is #3C7454.


Border color

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

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

This div border color is #3C7454.


Opacity

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

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

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

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

This text has shadow with #3C7454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7454 on black background.


Color preview on white background

This text has color #3C7454 on white background.



Black color preview on #3C7454 background

This text has black color on #3C7454 background.


White color preview on #3C7454 background

This text has white color on #3C7454 background.