COLOR #3C7455

HEX: #3C7455
RGB: (60,116,85)

Color info

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

RGB color model

#3C7455 color RGB value is (60,116,85).

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

RGB channels and saturation

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

60
116
85

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

Portions of RGB colors in percentages

R + G + B =
60 + 116 + 85 = 261 (100%)
R 60 of 261 ~ 22.99%
G 116 of 261 ~ 44.44%
B 85 of 261 ~ 32.57%

%22.99
%44.44
%32.57

CMYK color model

#3C7455 color CMYK value is (48,0,27,55).

  • cyan value is 48.28%
  • magenta value is 0.00%
  • yellow value is 26.72%
  • key color value is 54.51%
CMYK:
(48,0,27,55)
C48M0Y27K55 
(48%,0%,27%,55%)
(0.48/0.00/0.27/0.55)	

CMYK percentages

%48.28
%0
%26.72
%54.51

Codes

Color #3C7455 in popluar color models

3C7455
RGB6011685
HSL147°31.82%34.51%
HSB/HSV147°48.28%45.49%
CMYK48.28%0.00%26.72%
54.51%

Color #3C7455 in popluar number systems.

HEX3C7455
Decimal6011685
Binary11110011101001010101
Octal74164125

Shades and tints

Shades of #3C7455

#3C7455
(60,116,85)
#376A4E
(55,106,78)
#326047
(50,96,71)
#2D5640
(45,86,64)
#284C39
(40,76,57)
#234232
(35,66,50)
#1E382B
(30,56,43)
#192E24
(25,46,36)
#14241D
(20,36,29)
#0F1A16
(15,26,22)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #3C7455

#3C7455
(60,116,85)
#4D8064
(77,128,100)
#5E8C73
(94,140,115)
#6F9882
(111,152,130)
#80A491
(128,164,145)
#91B0A0
(145,176,160)
#A2BCAF
(162,188,175)
#B3C8BE
(179,200,190)
#C4D4CD
(196,212,205)
#D5E0DC
(213,224,220)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7455; }

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

This text font color is #3C7455.


Background Color

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

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

This div background color is #3C7455.


Border color

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

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

This div border color is #3C7455.


Opacity

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

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

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

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

This text has shadow with #3C7455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7455 on black background.


Color preview on white background

This text has color #3C7455 on white background.



Black color preview on #3C7455 background

This text has black color on #3C7455 background.


White color preview on #3C7455 background

This text has white color on #3C7455 background.