COLOR #603C29

HEX: #603C29 RGB: (96,60,41)

Color info

#603C29 contains red, green and blue colors in about the same proportion. Web safe color of #603C29 is #663333 (or #633).

RGB color model

#603C29 color RGB value is (96,60,41).

RGB: (96,60,41) (38%, 24%, 16%)

RGB channels and saturation

R 96 of 255 = 38%
G 60 of 255 = 24%
B 41 of 255 = 16%

96
60
41

R + G + B ~ 26%. #603C29 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 60 + 41 = 197 (100%)
R 96 of 197 ~ 48.73%
G 60 of 197 ~ 30.46%
B 41 of 197 ~ 20.81'%

%48.73
%30.46
%20.81

CMYK color model

#603C29 color CMYK value is (0,38,57,62).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 57.29%
  • key color value is 62.35%

CMYK: (0,38,57,62)
C0M38Y57K62 (0%, 38%, 57%, 62%)
(0.00 / 0.38 / 0.57 / 0.62)

CMYK percentages

%0
%37.5
%57.29
%62.35

Codes

Color #603C29 in popluar color models

60 3C 29
RGB 96 60 41
HSL 21° 40.15% 26.86%
HSB/HSV 21° 57.29% 37.65%
CMYK 0.00% 37.50% 57.29%
62.35%

Color #603C29 in popluar number systems.

HEX 60 3C 29
Decimal 96 60 41
Binary 1100000 111100 101001
Octal 140 74 51

Shades and tints

Shades of #603C29

#603C29
(96,60,41)
#583726
(88,55,38)
#503223
(80,50,35)
#482D20
(72,45,32)
#40281D
(64,40,29)
#38231A
(56,35,26)
#301E17
(48,30,23)
#281914
(40,25,20)
#201411
(32,20,17)
#180F0E
(24,15,14)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #603C29

#603C29
(96,60,41)
#6E4D3C
(110,77,60)
#7C5E4F
(124,94,79)
#8A6F62
(138,111,98)
#988075
(152,128,117)
#A69188
(166,145,136)
#B4A29B
(180,162,155)
#C2B3AE
(194,179,174)
#D0C4C1
(208,196,193)
#DED5D4
(222,213,212)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603C29 color. Also use rgb(96,60,41) instead hex code.

Text Font Color

.myTextColor { color: #603C29; }

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

This text font color is #603C29.

Background Color

.myBgColor { background-color: #603C29; }

<div style="background-color:#603C29">Inner text</div>

This div background color is #603C29.

Border color

.myBorderColor { border: 1px solid #603C29; }

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

This div border color is #603C29.

Opacity

.myOpacity80 { color: #603C29; opacity: 0.8; }

<p style="color:#603C29;opacity:0.8;">80%</p>

Text with #603C29 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 #603C29;}

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

This text has shadow with #603C29 color.


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

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

This text has shadow with #603C29 primary color and red secondary color.


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

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

This text has shadow with #603C29 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #603C29.

Preview

Color preview on black background

This text has color #603C29 on black background.


Color preview on white background

This text has color #603C29 on white background.


Black color preview on #603C29 background

This text has black color on #603C29 background.


White color preview on #603C29 background

This text has white color on #603C29 background.


Related colors

Complementary color

Complementary color for #hex is #9FC3D6.


I love getcolorcode.com

Triadic colors

1 #29603C and #3C2960 with #603C29 are triadic colors.

2 #293C60 and #3C6029 with #603C29 are triadic colors.