COLOR #7D512D

HEX: #7D512D
RGB: (125,81,45)

Color info

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

RGB color model

#7D512D color RGB value is (125,81,45).

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

RGB channels and saturation

R 125 of 255 = 49%
G 81 of 255 = 32%
B 45 of 255 = 18%

125
81
45

R + G + B ~ 33%. #7D512D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 81 + 45 = 251 (100%)
R 125 of 251 ~ 49.8%
G 81 of 251 ~ 32.27%
B 45 of 251 ~ 17.93%

%49.8
%32.27
%17.93

CMYK color model

#7D512D color CMYK value is (0,35,64,51).

  • cyan value is 0.00%
  • magenta value is 35.20%
  • yellow value is 64.00%
  • key color value is 50.98%
CMYK:
(0,35,64,51)
C0M35Y64K51 
(0%,35%,64%,51%)
(0.00/0.35/0.64/0.51)	

CMYK percentages

%0
%35.2
%64
%50.98

Codes

Color #7D512D in popluar color models

7D512D
RGB1258145
HSL27°47.06%33.33%
HSB/HSV27°64.00%49.02%
CMYK0.00%35.20%64.00%
50.98%

Color #7D512D in popluar number systems.

HEX7D512D
Decimal1258145
Binary11111011010001101101
Octal17512155

Shades and tints

Shades of #7D512D

#7D512D
(125,81,45)
#724A29
(114,74,41)
#674325
(103,67,37)
#5C3C21
(92,60,33)
#51351D
(81,53,29)
#462E19
(70,46,25)
#3B2715
(59,39,21)
#302011
(48,32,17)
#25190D
(37,25,13)
#1A1209
(26,18,9)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #7D512D

#7D512D
(125,81,45)
#886040
(136,96,64)
#936F53
(147,111,83)
#9E7E66
(158,126,102)
#A98D79
(169,141,121)
#B49C8C
(180,156,140)
#BFAB9F
(191,171,159)
#CABAB2
(202,186,178)
#D5C9C5
(213,201,197)
#E0D8D8
(224,216,216)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D512D; }

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

This text font color is #7D512D.


Background Color

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

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

This div background color is #7D512D.


Border color

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

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

This div border color is #7D512D.


Opacity

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

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

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

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

This text has shadow with #7D512D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D512D on black background.


Color preview on white background

This text has color #7D512D on white background.



Black color preview on #7D512D background

This text has black color on #7D512D background.


White color preview on #7D512D background

This text has white color on #7D512D background.