COLOR #7D4D03

HEX: #7D4D03
RGB: (125,77,3)

Color info

#7D4D03 contains mainly red and green colors. Web safe color of #7D4D03 is #663300 (or #630).

RGB color model

#7D4D03 color RGB value is (125,77,3).

  • red value is 125;
  • green value is 77;
  • blue value is 3.
RGB:
(125,77,3)
(49%,30%,1%)

RGB channels and saturation

R 125 of 255 = 49%
G 77 of 255 = 30%
B 3 of 255 = 1%

125
77
3

R + G + B ~ 27%. #7D4D03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 77 + 3 = 205 (100%)
R 125 of 205 ~ 60.98%
G 77 of 205 ~ 37.56%
B 3 of 205 ~ 1.46%

%60.98
%37.56

CMYK color model

#7D4D03 color CMYK value is (0,38,98,51).

  • cyan value is 0.00%
  • magenta value is 38.40%
  • yellow value is 97.60%
  • key color value is 50.98%
CMYK:
(0,38,98,51)
C0M38Y98K51 
(0%,38%,98%,51%)
(0.00/0.38/0.98/0.51)	

CMYK percentages

%0
%38.4
%97.6
%50.98

Codes

Color #7D4D03 in popluar color models

7D4D03
RGB125773
HSL36°95.31%25.10%
HSB/HSV36°97.60%49.02%
CMYK0.00%38.40%97.60%
50.98%

Color #7D4D03 in popluar number systems.

HEX7D4D03
Decimal125773
Binary1111101100110111
Octal1751153

Shades and tints

Shades of #7D4D03

#7D4D03
(125,77,3)
#724603
(114,70,3)
#673F03
(103,63,3)
#5C3803
(92,56,3)
#513103
(81,49,3)
#462A03
(70,42,3)
#3B2303
(59,35,3)
#301C03
(48,28,3)
#251503
(37,21,3)
#1A0E03
(26,14,3)
#0F0703
(15,7,3)
#000000
(0,0,0)

Tints of #7D4D03

#7D4D03
(125,77,3)
#885D19
(136,93,25)
#936D2F
(147,109,47)
#9E7D45
(158,125,69)
#A98D5B
(169,141,91)
#B49D71
(180,157,113)
#BFAD87
(191,173,135)
#CABD9D
(202,189,157)
#D5CDB3
(213,205,179)
#E0DDC9
(224,221,201)
#EBEDDF
(235,237,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4D03 color. Also use rgb(125,77,3) instead hex code.

Text Font Color

.myTextColor { color: #7D4D03; }

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

This text font color is #7D4D03.


Background Color

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

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

This div background color is #7D4D03.


Border color

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

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

This div border color is #7D4D03.


Opacity

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

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

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

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

This text has shadow with #7D4D03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4D03 on black background.


Color preview on white background

This text has color #7D4D03 on white background.



Black color preview on #7D4D03 background

This text has black color on #7D4D03 background.


White color preview on #7D4D03 background

This text has white color on #7D4D03 background.