COLOR #3C745A

HEX: #3C745A RGB: (60,116,90)

Color info

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

RGB color model

#3C745A color RGB value is (60,116,90).

RGB: (60,116,90) (24%, 45%, 35%)

RGB channels and saturation

R 60 of 255 = 24%
G 116 of 255 = 45%
B 90 of 255 = 35%

60
116
90

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

Portions of RGB colors in percentages

R + G + B = 60 + 116 + 90 = 266 (100%)
R 60 of 266 ~ 22.56%
G 116 of 266 ~ 43.61%
B 90 of 266 ~ 33.83'%

%22.56
%43.61
%33.83

CMYK color model

#3C745A color CMYK value is (48,0,22,55).

  • cyan value is 48.28%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 54.51%

CMYK: (48,0,22,55)
C48M0Y22K55 (48%, 0%, 22%, 55%)
(0.48 / 0.00 / 0.22 / 0.55)

CMYK percentages

%48.28
%0
%22.41
%54.51

Codes

Color #3C745A in popluar color models

3C 74 5A
RGB 60 116 90
HSL 152° 31.82% 34.51%
HSB/HSV 152° 48.28% 45.49%
CMYK 48.28% 0.00% 22.41%
54.51%

Color #3C745A in popluar number systems.

HEX 3C 74 5A
Decimal 60 116 90
Binary 111100 1110100 1011010
Octal 74 164 132

Shades and tints

Shades of #3C745A

#3C745A
(60,116,90)
#376A52
(55,106,82)
#32604A
(50,96,74)
#2D5642
(45,86,66)
#284C3A
(40,76,58)
#234232
(35,66,50)
#1E382A
(30,56,42)
#192E22
(25,46,34)
#14241A
(20,36,26)
#0F1A12
(15,26,18)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #3C745A

#3C745A
(60,116,90)
#4D8069
(77,128,105)
#5E8C78
(94,140,120)
#6F9887
(111,152,135)
#80A496
(128,164,150)
#91B0A5
(145,176,165)
#A2BCB4
(162,188,180)
#B3C8C3
(179,200,195)
#C4D4D2
(196,212,210)
#D5E0E1
(213,224,225)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C745A; }

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

This text font color is #3C745A.

Background Color

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

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

This div background color is #3C745A.

Border color

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

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

This div border color is #3C745A.

Opacity

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

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

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

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

This text has shadow with #3C745A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C745A.

Preview

Color preview on black background

This text has color #3C745A on black background.


Color preview on white background

This text has color #3C745A on white background.


Black color preview on #3C745A background

This text has black color on #3C745A background.


White color preview on #3C745A background

This text has white color on #3C745A background.


Related colors

Complementary color

Complementary color for #hex is #C38BA5.


I love getcolorcode.com

Triadic colors

1 #5A3C74 and #745A3C with #3C745A are triadic colors.

2 #5A743C and #743C5A with #3C745A are triadic colors.