COLOR #3C7C51

HEX: #3C7C51
RGB: (60,124,81)

Color info

#3C7C51 contains mainly green and blue colors. Web safe color of #3C7C51 is #336666 (or #366).

RGB color model

#3C7C51 color RGB value is (60,124,81).

  • red value is 60;
  • green value is 124;
  • blue value is 81.
RGB:
(60,124,81)
(24%,49%,32%)

RGB channels and saturation

R 60 of 255 = 24%
G 124 of 255 = 49%
B 81 of 255 = 32%

60
124
81

R + G + B ~ 35%. #3C7C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 124 + 81 = 265 (100%)
R 60 of 265 ~ 22.64%
G 124 of 265 ~ 46.79%
B 81 of 265 ~ 30.57%

%22.64
%46.79
%30.57

CMYK color model

#3C7C51 color CMYK value is (52,0,35,51).

  • cyan value is 51.61%
  • magenta value is 0.00%
  • yellow value is 34.68%
  • key color value is 51.37%
CMYK:
(52,0,35,51)
C52M0Y35K51 
(52%,0%,35%,51%)
(0.52/0.00/0.35/0.51)	

CMYK percentages

%51.61
%0
%34.68
%51.37

Codes

Color #3C7C51 in popluar color models

3C7C51
RGB6012481
HSL140°34.78%36.08%
HSB/HSV140°51.61%48.63%
CMYK51.61%0.00%34.68%
51.37%

Color #3C7C51 in popluar number systems.

HEX3C7C51
Decimal6012481
Binary11110011111001010001
Octal74174121

Shades and tints

Shades of #3C7C51

#3C7C51
(60,124,81)
#37714A
(55,113,74)
#326643
(50,102,67)
#2D5B3C
(45,91,60)
#285035
(40,80,53)
#23452E
(35,69,46)
#1E3A27
(30,58,39)
#192F20
(25,47,32)
#142419
(20,36,25)
#0F1912
(15,25,18)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #3C7C51

#3C7C51
(60,124,81)
#4D8760
(77,135,96)
#5E926F
(94,146,111)
#6F9D7E
(111,157,126)
#80A88D
(128,168,141)
#91B39C
(145,179,156)
#A2BEAB
(162,190,171)
#B3C9BA
(179,201,186)
#C4D4C9
(196,212,201)
#D5DFD8
(213,223,216)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7C51 color. Also use rgb(60,124,81) instead hex code.

Text Font Color

.myTextColor { color: #3C7C51; }

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

This text font color is #3C7C51.


Background Color

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

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

This div background color is #3C7C51.


Border color

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

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

This div border color is #3C7C51.


Opacity

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

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

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

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

This text has shadow with #3C7C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7C51 on black background.


Color preview on white background

This text has color #3C7C51 on white background.



Black color preview on #3C7C51 background

This text has black color on #3C7C51 background.


White color preview on #3C7C51 background

This text has white color on #3C7C51 background.