COLOR #7D5124

HEX: #7D5124
RGB: (125,81,36)

Color info

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

RGB color model

#7D5124 color RGB value is (125,81,36).

  • red value is 125;
  • green value is 81;
  • blue value is 36.
RGB:
(125,81,36)
(49%,32%,14%)

RGB channels and saturation

R 125 of 255 = 49%
G 81 of 255 = 32%
B 36 of 255 = 14%

125
81
36

R + G + B ~ 32%. #7D5124 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 81 + 36 = 242 (100%)
R 125 of 242 ~ 51.65%
G 81 of 242 ~ 33.47%
B 36 of 242 ~ 14.88%

%51.65
%33.47
%14.88

CMYK color model

#7D5124 color CMYK value is (0,35,71,51).

  • cyan value is 0.00%
  • magenta value is 35.20%
  • yellow value is 71.20%
  • key color value is 50.98%
CMYK:
(0,35,71,51)
C0M35Y71K51 
(0%,35%,71%,51%)
(0.00/0.35/0.71/0.51)	

CMYK percentages

%0
%35.2
%71.2
%50.98

Codes

Color #7D5124 in popluar color models

7D5124
RGB1258136
HSL30°55.28%31.57%
HSB/HSV30°71.20%49.02%
CMYK0.00%35.20%71.20%
50.98%

Color #7D5124 in popluar number systems.

HEX7D5124
Decimal1258136
Binary11111011010001100100
Octal17512144

Shades and tints

Shades of #7D5124

#7D5124
(125,81,36)
#724A21
(114,74,33)
#67431E
(103,67,30)
#5C3C1B
(92,60,27)
#513518
(81,53,24)
#462E15
(70,46,21)
#3B2712
(59,39,18)
#30200F
(48,32,15)
#25190C
(37,25,12)
#1A1209
(26,18,9)
#0F0B06
(15,11,6)
#000000
(0,0,0)

Tints of #7D5124

#7D5124
(125,81,36)
#886037
(136,96,55)
#936F4A
(147,111,74)
#9E7E5D
(158,126,93)
#A98D70
(169,141,112)
#B49C83
(180,156,131)
#BFAB96
(191,171,150)
#CABAA9
(202,186,169)
#D5C9BC
(213,201,188)
#E0D8CF
(224,216,207)
#EBE7E2
(235,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5124 color. Also use rgb(125,81,36) instead hex code.

Text Font Color

.myTextColor { color: #7D5124; }

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

This text font color is #7D5124.


Background Color

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

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

This div background color is #7D5124.


Border color

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

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

This div border color is #7D5124.


Opacity

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

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

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

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

This text has shadow with #7D5124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5124 on black background.


Color preview on white background

This text has color #7D5124 on white background.



Black color preview on #7D5124 background

This text has black color on #7D5124 background.


White color preview on #7D5124 background

This text has white color on #7D5124 background.