COLOR #3C4129

HEX: #3C4129 RGB: (60,65,41)

Color info

#3C4129 contains red, green and blue colors in about the same proportion. Web safe color of #3C4129 is #333333 (or #333).

RGB color model

#3C4129 color RGB value is (60,65,41).

RGB: (60,65,41) (24%, 25%, 16%)

RGB channels and saturation

R 60 of 255 = 24%
G 65 of 255 = 25%
B 41 of 255 = 16%

60
65
41

R + G + B ~ 22%. #3C4129 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 65 + 41 = 166 (100%)
R 60 of 166 ~ 36.14%
G 65 of 166 ~ 39.16%
B 41 of 166 ~ 24.7'%

%36.14
%39.16
%24.7

CMYK color model

#3C4129 color CMYK value is (8,0,37,75).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 36.92%
  • key color value is 74.51%

CMYK: (8,0,37,75)
C8M0Y37K75 (8%, 0%, 37%, 75%)
(0.08 / 0.00 / 0.37 / 0.75)

CMYK percentages

%7.69
%0
%36.92
%74.51

Codes

Color #3C4129 in popluar color models

3C 41 29
RGB 60 65 41
HSL 73° 22.64% 20.78%
HSB/HSV 73° 36.92% 25.49%
CMYK 7.69% 0.00% 36.92%
74.51%

Color #3C4129 in popluar number systems.

HEX 3C 41 29
Decimal 60 65 41
Binary 111100 1000001 101001
Octal 74 101 51

Shades and tints

Shades of #3C4129

#3C4129
(60,65,41)
#373C26
(55,60,38)
#323723
(50,55,35)
#2D3220
(45,50,32)
#282D1D
(40,45,29)
#23281A
(35,40,26)
#1E2317
(30,35,23)
#191E14
(25,30,20)
#141911
(20,25,17)
#0F140E
(15,20,14)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #3C4129

#3C4129
(60,65,41)
#4D523C
(77,82,60)
#5E634F
(94,99,79)
#6F7462
(111,116,98)
#808575
(128,133,117)
#919688
(145,150,136)
#A2A79B
(162,167,155)
#B3B8AE
(179,184,174)
#C4C9C1
(196,201,193)
#D5DAD4
(213,218,212)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4129; }

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

This text font color is #3C4129.

Background Color

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

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

This div background color is #3C4129.

Border color

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

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

This div border color is #3C4129.

Opacity

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

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

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

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

This text has shadow with #3C4129 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4129.

Preview

Color preview on black background

This text has color #3C4129 on black background.


Color preview on white background

This text has color #3C4129 on white background.


Black color preview on #3C4129 background

This text has black color on #3C4129 background.


White color preview on #3C4129 background

This text has white color on #3C4129 background.


Related colors

Complementary color

Complementary color for #hex is #C3BED6.


I love getcolorcode.com

Triadic colors

1 #293C41 and #41293C with #3C4129 are triadic colors.

2 #29413C and #413C29 with #3C4129 are triadic colors.