COLOR #3C5441

HEX: #3C5441 RGB: (60,84,65)

Color info

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

RGB color model

#3C5441 color RGB value is (60,84,65).

RGB: (60,84,65) (24%, 33%, 25%)

RGB channels and saturation

R 60 of 255 = 24%
G 84 of 255 = 33%
B 65 of 255 = 25%

60
84
65

R + G + B ~ 27%. #3C5441 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 84 + 65 = 209 (100%)
R 60 of 209 ~ 28.71%
G 84 of 209 ~ 40.19%
B 65 of 209 ~ 31.1'%

%28.71
%40.19
%31.1

CMYK color model

#3C5441 color CMYK value is (29,0,23,67).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 67.06%

CMYK: (29,0,23,67)
C29M0Y23K67 (29%, 0%, 23%, 67%)
(0.29 / 0.00 / 0.23 / 0.67)

CMYK percentages

%28.57
%0
%22.62
%67.06

Codes

Color #3C5441 in popluar color models

3C 54 41
RGB 60 84 65
HSL 133° 16.67% 28.24%
HSB/HSV 133° 28.57% 32.94%
CMYK 28.57% 0.00% 22.62%
67.06%

Color #3C5441 in popluar number systems.

HEX 3C 54 41
Decimal 60 84 65
Binary 111100 1010100 1000001
Octal 74 124 101

Shades and tints

Shades of #3C5441

#3C5441
(60,84,65)
#374D3C
(55,77,60)
#324637
(50,70,55)
#2D3F32
(45,63,50)
#28382D
(40,56,45)
#233128
(35,49,40)
#1E2A23
(30,42,35)
#19231E
(25,35,30)
#141C19
(20,28,25)
#0F1514
(15,21,20)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #3C5441

#3C5441
(60,84,65)
#4D6352
(77,99,82)
#5E7263
(94,114,99)
#6F8174
(111,129,116)
#809085
(128,144,133)
#919F96
(145,159,150)
#A2AEA7
(162,174,167)
#B3BDB8
(179,189,184)
#C4CCC9
(196,204,201)
#D5DBDA
(213,219,218)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5441 color. Also use rgb(60,84,65) instead hex code.

Text Font Color

.myTextColor { color: #3C5441; }

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

This text font color is #3C5441.

Background Color

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

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

This div background color is #3C5441.

Border color

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

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

This div border color is #3C5441.

Opacity

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

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

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

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

This text has shadow with #3C5441 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5441.

Preview

Color preview on black background

This text has color #3C5441 on black background.


Color preview on white background

This text has color #3C5441 on white background.


Black color preview on #3C5441 background

This text has black color on #3C5441 background.


White color preview on #3C5441 background

This text has white color on #3C5441 background.


Related colors

Complementary color

Complementary color for #hex is #C3ABBE.


I love getcolorcode.com

Triadic colors

1 #413C54 and #54413C with #3C5441 are triadic colors.

2 #41543C and #543C41 with #3C5441 are triadic colors.