COLOR #3C664A

HEX: #3C664A RGB: (60,102,74)

Color info

#3C664A contains red, green and blue colors in about the same proportion. Web safe color of #3C664A is #336633 (or #363).

RGB color model

#3C664A color RGB value is (60,102,74).

RGB: (60,102,74) (24%, 40%, 29%)

RGB channels and saturation

R 60 of 255 = 24%
G 102 of 255 = 40%
B 74 of 255 = 29%

60
102
74

R + G + B ~ 31%. #3C664A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 102 + 74 = 236 (100%)
R 60 of 236 ~ 25.42%
G 102 of 236 ~ 43.22%
B 74 of 236 ~ 31.36'%

%25.42
%43.22
%31.36

CMYK color model

#3C664A color CMYK value is (41,0,27,60).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 60.00%

CMYK: (41,0,27,60)
C41M0Y27K60 (41%, 0%, 27%, 60%)
(0.41 / 0.00 / 0.27 / 0.60)

CMYK percentages

%41.18
%0
%27.45
%60

Codes

Color #3C664A in popluar color models

3C 66 4A
RGB 60 102 74
HSL 140° 25.93% 31.76%
HSB/HSV 140° 41.18% 40.00%
CMYK 41.18% 0.00% 27.45%
60.00%

Color #3C664A in popluar number systems.

HEX 3C 66 4A
Decimal 60 102 74
Binary 111100 1100110 1001010
Octal 74 146 112

Shades and tints

Shades of #3C664A

#3C664A
(60,102,74)
#375D44
(55,93,68)
#32543E
(50,84,62)
#2D4B38
(45,75,56)
#284232
(40,66,50)
#23392C
(35,57,44)
#1E3026
(30,48,38)
#192720
(25,39,32)
#141E1A
(20,30,26)
#0F1514
(15,21,20)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #3C664A

#3C664A
(60,102,74)
#4D735A
(77,115,90)
#5E806A
(94,128,106)
#6F8D7A
(111,141,122)
#809A8A
(128,154,138)
#91A79A
(145,167,154)
#A2B4AA
(162,180,170)
#B3C1BA
(179,193,186)
#C4CECA
(196,206,202)
#D5DBDA
(213,219,218)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C664A color. Also use rgb(60,102,74) instead hex code.

Text Font Color

.myTextColor { color: #3C664A; }

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

This text font color is #3C664A.

Background Color

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

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

This div background color is #3C664A.

Border color

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

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

This div border color is #3C664A.

Opacity

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

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

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

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

This text has shadow with #3C664A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C664A.

Preview

Color preview on black background

This text has color #3C664A on black background.


Color preview on white background

This text has color #3C664A on white background.


Black color preview on #3C664A background

This text has black color on #3C664A background.


White color preview on #3C664A background

This text has white color on #3C664A background.


Related colors

Complementary color

Complementary color for #hex is #C399B5.


I love getcolorcode.com

Triadic colors

1 #4A3C66 and #664A3C with #3C664A are triadic colors.

2 #4A663C and #663C4A with #3C664A are triadic colors.