COLOR #7D603C

HEX: #7D603C
RGB: (125,96,60)

Color info

#7D603C contains mainly red and green colors. Web safe color of #7D603C is #666633 (or #663).

RGB color model

#7D603C color RGB value is (125,96,60).

  • red value is 125;
  • green value is 96;
  • blue value is 60.
RGB:
(125,96,60)
(49%,38%,24%)

RGB channels and saturation

R 125 of 255 = 49%
G 96 of 255 = 38%
B 60 of 255 = 24%

125
96
60

R + G + B ~ 37%. #7D603C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 96 + 60 = 281 (100%)
R 125 of 281 ~ 44.48%
G 96 of 281 ~ 34.16%
B 60 of 281 ~ 21.35%

%44.48
%34.16
%21.35

CMYK color model

#7D603C color CMYK value is (0,23,52,51).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 52.00%
  • key color value is 50.98%
CMYK:
(0,23,52,51)
C0M23Y52K51 
(0%,23%,52%,51%)
(0.00/0.23/0.52/0.51)	

CMYK percentages

%0
%23.2
%52
%50.98

Codes

Color #7D603C in popluar color models

7D603C
RGB1259660
HSL33°35.14%36.27%
HSB/HSV33°52.00%49.02%
CMYK0.00%23.20%52.00%
50.98%

Color #7D603C in popluar number systems.

HEX7D603C
Decimal1259660
Binary11111011100000111100
Octal17514074

Shades and tints

Shades of #7D603C

#7D603C
(125,96,60)
#725837
(114,88,55)
#675032
(103,80,50)
#5C482D
(92,72,45)
#514028
(81,64,40)
#463823
(70,56,35)
#3B301E
(59,48,30)
#302819
(48,40,25)
#252014
(37,32,20)
#1A180F
(26,24,15)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #7D603C

#7D603C
(125,96,60)
#886E4D
(136,110,77)
#937C5E
(147,124,94)
#9E8A6F
(158,138,111)
#A99880
(169,152,128)
#B4A691
(180,166,145)
#BFB4A2
(191,180,162)
#CAC2B3
(202,194,179)
#D5D0C4
(213,208,196)
#E0DED5
(224,222,213)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D603C color. Also use rgb(125,96,60) instead hex code.

Text Font Color

.myTextColor { color: #7D603C; }

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

This text font color is #7D603C.


Background Color

.myBgColor { background-color: #7D603C; }

<div style="background-color:#7D603C">Inner text</div>

This div background color is #7D603C.


Border color

.myBorderColor { border: 1px solid #7D603C; }

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

This div border color is #7D603C.


Opacity

.myOpacity80 { color: #7D603C; opacity: 0.8; }

<p style="color:#7D603C;opacity:0.8;">80%</p>

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

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

This text has shadow with #7D603C color.

.textShadow {text-shadow: 3px 3px 1px #7D603C, 3px 3px 1px red;}

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

This text has shadow with #7D603C primary color and red secondary color.


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

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

This text has shadow with #7D603C and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D603C;
-webkit-box-shadow: 1px 1px 3px 2px #7D603C;
box-shadow:1px 1px 3px 2px #7D603C;">
Div content here</div>
This div box has shadow with color #7D603C.

Preview

Color preview on black background

This text has color #7D603C on black background.


Color preview on white background

This text has color #7D603C on white background.



Black color preview on #7D603C background

This text has black color on #7D603C background.


White color preview on #7D603C background

This text has white color on #7D603C background.