COLOR #7D6E0D

HEX: #7D6E0D
RGB: (125,110,13)

Color info

#7D6E0D contains mainly red and green colors. Web safe color of #7D6E0D is #666600 (or #660).

RGB color model

#7D6E0D color RGB value is (125,110,13).

  • red value is 125;
  • green value is 110;
  • blue value is 13.
RGB:
(125,110,13)
(49%,43%,5%)

RGB channels and saturation

R 125 of 255 = 49%
G 110 of 255 = 43%
B 13 of 255 = 5%

125
110
13

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

Portions of RGB colors in percentages

R + G + B =
125 + 110 + 13 = 248 (100%)
R 125 of 248 ~ 50.4%
G 110 of 248 ~ 44.35%
B 13 of 248 ~ 5.24%

%50.4
%44.35

CMYK color model

#7D6E0D color CMYK value is (0,12,90,51).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 89.60%
  • key color value is 50.98%
CMYK:
(0,12,90,51)
C0M12Y90K51 
(0%,12%,90%,51%)
(0.00/0.12/0.90/0.51)	

CMYK percentages

%0
%12
%89.6
%50.98

Codes

Color #7D6E0D in popluar color models

7D6E0D
RGB12511013
HSL52°81.16%27.06%
HSB/HSV52°89.60%49.02%
CMYK0.00%12.00%89.60%
50.98%

Color #7D6E0D in popluar number systems.

HEX7D6E0D
Decimal12511013
Binary111110111011101101
Octal17515615

Shades and tints

Shades of #7D6E0D

#7D6E0D
(125,110,13)
#72640C
(114,100,12)
#675A0B
(103,90,11)
#5C500A
(92,80,10)
#514609
(81,70,9)
#463C08
(70,60,8)
#3B3207
(59,50,7)
#302806
(48,40,6)
#251E05
(37,30,5)
#1A1404
(26,20,4)
#0F0A03
(15,10,3)
#000000
(0,0,0)

Tints of #7D6E0D

#7D6E0D
(125,110,13)
#887B23
(136,123,35)
#938839
(147,136,57)
#9E954F
(158,149,79)
#A9A265
(169,162,101)
#B4AF7B
(180,175,123)
#BFBC91
(191,188,145)
#CAC9A7
(202,201,167)
#D5D6BD
(213,214,189)
#E0E3D3
(224,227,211)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6E0D color. Also use rgb(125,110,13) instead hex code.

Text Font Color

.myTextColor { color: #7D6E0D; }

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

This text font color is #7D6E0D.


Background Color

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

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

This div background color is #7D6E0D.


Border color

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

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

This div border color is #7D6E0D.


Opacity

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

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

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

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

This text has shadow with #7D6E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6E0D on black background.


Color preview on white background

This text has color #7D6E0D on white background.



Black color preview on #7D6E0D background

This text has black color on #7D6E0D background.


White color preview on #7D6E0D background

This text has white color on #7D6E0D background.