COLOR #3C795C

HEX: #3C795C
RGB: (60,121,92)

Color info

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

RGB color model

#3C795C color RGB value is (60,121,92).

  • red value is 60;
  • green value is 121;
  • blue value is 92.
RGB:
(60,121,92)
(24%,47%,36%)

RGB channels and saturation

R 60 of 255 = 24%
G 121 of 255 = 47%
B 92 of 255 = 36%

60
121
92

R + G + B ~ 36%. #3C795C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 121 + 92 = 273 (100%)
R 60 of 273 ~ 21.98%
G 121 of 273 ~ 44.32%
B 92 of 273 ~ 33.7%

%21.98
%44.32
%33.7

CMYK color model

#3C795C color CMYK value is (50,0,24,53).

  • cyan value is 50.41%
  • magenta value is 0.00%
  • yellow value is 23.97%
  • key color value is 52.55%
CMYK:
(50,0,24,53)
C50M0Y24K53 
(50%,0%,24%,53%)
(0.50/0.00/0.24/0.53)	

CMYK percentages

%50.41
%0
%23.97
%52.55

Codes

Color #3C795C in popluar color models

3C795C
RGB6012192
HSL151°33.70%35.49%
HSB/HSV151°50.41%47.45%
CMYK50.41%0.00%23.97%
52.55%

Color #3C795C in popluar number systems.

HEX3C795C
Decimal6012192
Binary11110011110011011100
Octal74171134

Shades and tints

Shades of #3C795C

#3C795C
(60,121,92)
#376E54
(55,110,84)
#32634C
(50,99,76)
#2D5844
(45,88,68)
#284D3C
(40,77,60)
#234234
(35,66,52)
#1E372C
(30,55,44)
#192C24
(25,44,36)
#14211C
(20,33,28)
#0F1614
(15,22,20)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #3C795C

#3C795C
(60,121,92)
#4D856A
(77,133,106)
#5E9178
(94,145,120)
#6F9D86
(111,157,134)
#80A994
(128,169,148)
#91B5A2
(145,181,162)
#A2C1B0
(162,193,176)
#B3CDBE
(179,205,190)
#C4D9CC
(196,217,204)
#D5E5DA
(213,229,218)
#E6F1E8
(230,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C795C color. Also use rgb(60,121,92) instead hex code.

Text Font Color

.myTextColor { color: #3C795C; }

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

This text font color is #3C795C.


Background Color

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

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

This div background color is #3C795C.


Border color

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

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

This div border color is #3C795C.


Opacity

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

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

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

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

This text has shadow with #3C795C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C795C on black background.


Color preview on white background

This text has color #3C795C on white background.



Black color preview on #3C795C background

This text has black color on #3C795C background.


White color preview on #3C795C background

This text has white color on #3C795C background.