COLOR #7D4C25

HEX: #7D4C25
RGB: (125,76,37)

Color info

#7D4C25 contains mainly red and green colors. Web safe color of #7D4C25 is #663333 (or #633).

RGB color model

#7D4C25 color RGB value is (125,76,37).

  • red value is 125;
  • green value is 76;
  • blue value is 37.
RGB:
(125,76,37)
(49%,30%,15%)

RGB channels and saturation

R 125 of 255 = 49%
G 76 of 255 = 30%
B 37 of 255 = 15%

125
76
37

R + G + B ~ 31%. #7D4C25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 76 + 37 = 238 (100%)
R 125 of 238 ~ 52.52%
G 76 of 238 ~ 31.93%
B 37 of 238 ~ 15.55%

%52.52
%31.93
%15.55

CMYK color model

#7D4C25 color CMYK value is (0,39,70,51).

  • cyan value is 0.00%
  • magenta value is 39.20%
  • yellow value is 70.40%
  • key color value is 50.98%
CMYK:
(0,39,70,51)
C0M39Y70K51 
(0%,39%,70%,51%)
(0.00/0.39/0.70/0.51)	

CMYK percentages

%0
%39.2
%70.4
%50.98

Codes

Color #7D4C25 in popluar color models

7D4C25
RGB1257637
HSL27°54.32%31.76%
HSB/HSV27°70.40%49.02%
CMYK0.00%39.20%70.40%
50.98%

Color #7D4C25 in popluar number systems.

HEX7D4C25
Decimal1257637
Binary11111011001100100101
Octal17511445

Shades and tints

Shades of #7D4C25

#7D4C25
(125,76,37)
#724622
(114,70,34)
#67401F
(103,64,31)
#5C3A1C
(92,58,28)
#513419
(81,52,25)
#462E16
(70,46,22)
#3B2813
(59,40,19)
#302210
(48,34,16)
#251C0D
(37,28,13)
#1A160A
(26,22,10)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #7D4C25

#7D4C25
(125,76,37)
#885C38
(136,92,56)
#936C4B
(147,108,75)
#9E7C5E
(158,124,94)
#A98C71
(169,140,113)
#B49C84
(180,156,132)
#BFAC97
(191,172,151)
#CABCAA
(202,188,170)
#D5CCBD
(213,204,189)
#E0DCD0
(224,220,208)
#EBECE3
(235,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D4C25 color. Also use rgb(125,76,37) instead hex code.

Text Font Color

.myTextColor { color: #7D4C25; }

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

This text font color is #7D4C25.


Background Color

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

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

This div background color is #7D4C25.


Border color

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

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

This div border color is #7D4C25.


Opacity

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

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

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

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

This text has shadow with #7D4C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D4C25 on black background.


Color preview on white background

This text has color #7D4C25 on white background.



Black color preview on #7D4C25 background

This text has black color on #7D4C25 background.


White color preview on #7D4C25 background

This text has white color on #7D4C25 background.