COLOR #3C756A

HEX: #3C756A
RGB: (60,117,106)

Color info

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

RGB color model

#3C756A color RGB value is (60,117,106).

  • red value is 60;
  • green value is 117;
  • blue value is 106.
RGB:
(60,117,106)
(24%,46%,42%)

RGB channels and saturation

R 60 of 255 = 24%
G 117 of 255 = 46%
B 106 of 255 = 42%

60
117
106

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

Portions of RGB colors in percentages

R + G + B =
60 + 117 + 106 = 283 (100%)
R 60 of 283 ~ 21.2%
G 117 of 283 ~ 41.34%
B 106 of 283 ~ 37.46%

%21.2
%41.34
%37.46

CMYK color model

#3C756A color CMYK value is (49,0,9,54).

  • cyan value is 48.72%
  • magenta value is 0.00%
  • yellow value is 9.40%
  • key color value is 54.12%
CMYK:
(49,0,9,54)
C49M0Y9K54 
(49%,0%,9%,54%)
(0.49/0.00/0.09/0.54)	

CMYK percentages

%48.72
%0
%9.4
%54.12

Codes

Color #3C756A in popluar color models

3C756A
RGB60117106
HSL168°32.20%34.71%
HSB/HSV168°48.72%45.88%
CMYK48.72%0.00%9.40%
54.12%

Color #3C756A in popluar number systems.

HEX3C756A
Decimal60117106
Binary11110011101011101010
Octal74165152

Shades and tints

Shades of #3C756A

#3C756A
(60,117,106)
#376B61
(55,107,97)
#326158
(50,97,88)
#2D574F
(45,87,79)
#284D46
(40,77,70)
#23433D
(35,67,61)
#1E3934
(30,57,52)
#192F2B
(25,47,43)
#142522
(20,37,34)
#0F1B19
(15,27,25)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #3C756A

#3C756A
(60,117,106)
#4D8177
(77,129,119)
#5E8D84
(94,141,132)
#6F9991
(111,153,145)
#80A59E
(128,165,158)
#91B1AB
(145,177,171)
#A2BDB8
(162,189,184)
#B3C9C5
(179,201,197)
#C4D5D2
(196,213,210)
#D5E1DF
(213,225,223)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C756A color. Also use rgb(60,117,106) instead hex code.

Text Font Color

.myTextColor { color: #3C756A; }

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

This text font color is #3C756A.


Background Color

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

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

This div background color is #3C756A.


Border color

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

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

This div border color is #3C756A.


Opacity

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

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

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

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

This text has shadow with #3C756A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C756A on black background.


Color preview on white background

This text has color #3C756A on white background.



Black color preview on #3C756A background

This text has black color on #3C756A background.


White color preview on #3C756A background

This text has white color on #3C756A background.