COLOR #3C553D

HEX: #3C553D RGB: (60,85,61)

Color info

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

RGB color model

#3C553D color RGB value is (60,85,61).

RGB: (60,85,61) (24%, 33%, 24%)

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 61 of 255 = 24%

60
85
61

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

Portions of RGB colors in percentages

R + G + B = 60 + 85 + 61 = 206 (100%)
R 60 of 206 ~ 29.13%
G 85 of 206 ~ 41.26%
B 61 of 206 ~ 29.61'%

%29.13
%41.26
%29.61

CMYK color model

#3C553D color CMYK value is (29,0,28,67).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 66.67%

CMYK: (29,0,28,67)
C29M0Y28K67 (29%, 0%, 28%, 67%)
(0.29 / 0.00 / 0.28 / 0.67)

CMYK percentages

%29.41
%0
%28.24
%66.67

Codes

Color #3C553D in popluar color models

3C 55 3D
RGB 60 85 61
HSL 122° 17.24% 28.43%
HSB/HSV 122° 29.41% 33.33%
CMYK 29.41% 0.00% 28.24%
66.67%

Color #3C553D in popluar number systems.

HEX 3C 55 3D
Decimal 60 85 61
Binary 111100 1010101 111101
Octal 74 125 75

Shades and tints

Shades of #3C553D

#3C553D
(60,85,61)
#374E38
(55,78,56)
#324733
(50,71,51)
#2D402E
(45,64,46)
#283929
(40,57,41)
#233224
(35,50,36)
#1E2B1F
(30,43,31)
#19241A
(25,36,26)
#141D15
(20,29,21)
#0F1610
(15,22,16)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #3C553D

#3C553D
(60,85,61)
#4D644E
(77,100,78)
#5E735F
(94,115,95)
#6F8270
(111,130,112)
#809181
(128,145,129)
#91A092
(145,160,146)
#A2AFA3
(162,175,163)
#B3BEB4
(179,190,180)
#C4CDC5
(196,205,197)
#D5DCD6
(213,220,214)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C553D color. Also use rgb(60,85,61) instead hex code.

Text Font Color

.myTextColor { color: #3C553D; }

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

This text font color is #3C553D.

Background Color

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

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

This div background color is #3C553D.

Border color

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

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

This div border color is #3C553D.

Opacity

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

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

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

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

This text has shadow with #3C553D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C553D.

Preview

Color preview on black background

This text has color #3C553D on black background.


Color preview on white background

This text has color #3C553D on white background.


Black color preview on #3C553D background

This text has black color on #3C553D background.


White color preview on #3C553D background

This text has white color on #3C553D background.


Related colors

Complementary color

Complementary color for #hex is #C3AAC2.


I love getcolorcode.com

Triadic colors

1 #3D3C55 and #553D3C with #3C553D are triadic colors.

2 #3D553C and #553C3D with #3C553D are triadic colors.