COLOR #3C5842

HEX: #3C5842 RGB: (60,88,66)

Color info

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

RGB color model

#3C5842 color RGB value is (60,88,66).

RGB: (60,88,66) (24%, 35%, 26%)

RGB channels and saturation

R 60 of 255 = 24%
G 88 of 255 = 35%
B 66 of 255 = 26%

60
88
66

R + G + B ~ 28%. #3C5842 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 88 + 66 = 214 (100%)
R 60 of 214 ~ 28.04%
G 88 of 214 ~ 41.12%
B 66 of 214 ~ 30.84'%

%28.04
%41.12
%30.84

CMYK color model

#3C5842 color CMYK value is (32,0,25,65).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 65.49%

CMYK: (32,0,25,65)
C32M0Y25K65 (32%, 0%, 25%, 65%)
(0.32 / 0.00 / 0.25 / 0.65)

CMYK percentages

%31.82
%0
%25
%65.49

Codes

Color #3C5842 in popluar color models

3C 58 42
RGB 60 88 66
HSL 133° 18.92% 29.02%
HSB/HSV 133° 31.82% 34.51%
CMYK 31.82% 0.00% 25.00%
65.49%

Color #3C5842 in popluar number systems.

HEX 3C 58 42
Decimal 60 88 66
Binary 111100 1011000 1000010
Octal 74 130 102

Shades and tints

Shades of #3C5842

#3C5842
(60,88,66)
#37503C
(55,80,60)
#324836
(50,72,54)
#2D4030
(45,64,48)
#28382A
(40,56,42)
#233024
(35,48,36)
#1E281E
(30,40,30)
#192018
(25,32,24)
#141812
(20,24,18)
#0F100C
(15,16,12)
#0A0806
(10,8,6)
#000000
(0,0,0)

Tints of #3C5842

#3C5842
(60,88,66)
#4D6753
(77,103,83)
#5E7664
(94,118,100)
#6F8575
(111,133,117)
#809486
(128,148,134)
#91A397
(145,163,151)
#A2B2A8
(162,178,168)
#B3C1B9
(179,193,185)
#C4D0CA
(196,208,202)
#D5DFDB
(213,223,219)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5842 color. Also use rgb(60,88,66) instead hex code.

Text Font Color

.myTextColor { color: #3C5842; }

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

This text font color is #3C5842.

Background Color

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

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

This div background color is #3C5842.

Border color

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

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

This div border color is #3C5842.

Opacity

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

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

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

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

This text has shadow with #3C5842 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C5842.

Preview

Color preview on black background

This text has color #3C5842 on black background.


Color preview on white background

This text has color #3C5842 on white background.


Black color preview on #3C5842 background

This text has black color on #3C5842 background.


White color preview on #3C5842 background

This text has white color on #3C5842 background.


Related colors

Complementary color

Complementary color for #hex is #C3A7BD.


I love getcolorcode.com

Triadic colors

1 #423C58 and #58423C with #3C5842 are triadic colors.

2 #42583C and #583C42 with #3C5842 are triadic colors.