COLOR #3C7B64

HEX: #3C7B64
RGB: (60,123,100)

Color info

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

RGB color model

#3C7B64 color RGB value is (60,123,100).

  • red value is 60;
  • green value is 123;
  • blue value is 100.
RGB:
(60,123,100)
(24%,48%,39%)

RGB channels and saturation

R 60 of 255 = 24%
G 123 of 255 = 48%
B 100 of 255 = 39%

60
123
100

R + G + B ~ 37%. #3C7B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 123 + 100 = 283 (100%)
R 60 of 283 ~ 21.2%
G 123 of 283 ~ 43.46%
B 100 of 283 ~ 35.34%

%21.2
%43.46
%35.34

CMYK color model

#3C7B64 color CMYK value is (51,0,19,52).

  • cyan value is 51.22%
  • magenta value is 0.00%
  • yellow value is 18.70%
  • key color value is 51.76%
CMYK:
(51,0,19,52)
C51M0Y19K52 
(51%,0%,19%,52%)
(0.51/0.00/0.19/0.52)	

CMYK percentages

%51.22
%0
%18.7
%51.76

Codes

Color #3C7B64 in popluar color models

3C7B64
RGB60123100
HSL158°34.43%35.88%
HSB/HSV158°51.22%48.24%
CMYK51.22%0.00%18.70%
51.76%

Color #3C7B64 in popluar number systems.

HEX3C7B64
Decimal60123100
Binary11110011110111100100
Octal74173144

Shades and tints

Shades of #3C7B64

#3C7B64
(60,123,100)
#37705B
(55,112,91)
#326552
(50,101,82)
#2D5A49
(45,90,73)
#284F40
(40,79,64)
#234437
(35,68,55)
#1E392E
(30,57,46)
#192E25
(25,46,37)
#14231C
(20,35,28)
#0F1813
(15,24,19)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #3C7B64

#3C7B64
(60,123,100)
#4D8772
(77,135,114)
#5E9380
(94,147,128)
#6F9F8E
(111,159,142)
#80AB9C
(128,171,156)
#91B7AA
(145,183,170)
#A2C3B8
(162,195,184)
#B3CFC6
(179,207,198)
#C4DBD4
(196,219,212)
#D5E7E2
(213,231,226)
#E6F3F0
(230,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7B64 color. Also use rgb(60,123,100) instead hex code.

Text Font Color

.myTextColor { color: #3C7B64; }

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

This text font color is #3C7B64.


Background Color

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

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

This div background color is #3C7B64.


Border color

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

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

This div border color is #3C7B64.


Opacity

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

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

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

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

This text has shadow with #3C7B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7B64 on black background.


Color preview on white background

This text has color #3C7B64 on white background.



Black color preview on #3C7B64 background

This text has black color on #3C7B64 background.


White color preview on #3C7B64 background

This text has white color on #3C7B64 background.