COLOR #7D6D19

HEX: #7D6D19
RGB: (125,109,25)

Color info

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

RGB color model

#7D6D19 color RGB value is (125,109,25).

  • red value is 125;
  • green value is 109;
  • blue value is 25.
RGB:
(125,109,25)
(49%,43%,10%)

RGB channels and saturation

R 125 of 255 = 49%
G 109 of 255 = 43%
B 25 of 255 = 10%

125
109
25

R + G + B ~ 34%. #7D6D19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 109 + 25 = 259 (100%)
R 125 of 259 ~ 48.26%
G 109 of 259 ~ 42.08%
B 25 of 259 ~ 9.65%

%48.26
%42.08
%9.65

CMYK color model

#7D6D19 color CMYK value is (0,13,80,51).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 80.00%
  • key color value is 50.98%
CMYK:
(0,13,80,51)
C0M13Y80K51 
(0%,13%,80%,51%)
(0.00/0.13/0.80/0.51)	

CMYK percentages

%0
%12.8
%80
%50.98

Codes

Color #7D6D19 in popluar color models

7D6D19
RGB12510925
HSL50°66.67%29.41%
HSB/HSV50°80.00%49.02%
CMYK0.00%12.80%80.00%
50.98%

Color #7D6D19 in popluar number systems.

HEX7D6D19
Decimal12510925
Binary1111101110110111001
Octal17515531

Shades and tints

Shades of #7D6D19

#7D6D19
(125,109,25)
#726417
(114,100,23)
#675B15
(103,91,21)
#5C5213
(92,82,19)
#514911
(81,73,17)
#46400F
(70,64,15)
#3B370D
(59,55,13)
#302E0B
(48,46,11)
#252509
(37,37,9)
#1A1C07
(26,28,7)
#0F1305
(15,19,5)
#000000
(0,0,0)

Tints of #7D6D19

#7D6D19
(125,109,25)
#887A2D
(136,122,45)
#938741
(147,135,65)
#9E9455
(158,148,85)
#A9A169
(169,161,105)
#B4AE7D
(180,174,125)
#BFBB91
(191,187,145)
#CAC8A5
(202,200,165)
#D5D5B9
(213,213,185)
#E0E2CD
(224,226,205)
#EBEFE1
(235,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6D19 color. Also use rgb(125,109,25) instead hex code.

Text Font Color

.myTextColor { color: #7D6D19; }

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

This text font color is #7D6D19.


Background Color

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

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

This div background color is #7D6D19.


Border color

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

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

This div border color is #7D6D19.


Opacity

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

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

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

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

This text has shadow with #7D6D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6D19 on black background.


Color preview on white background

This text has color #7D6D19 on white background.



Black color preview on #7D6D19 background

This text has black color on #7D6D19 background.


White color preview on #7D6D19 background

This text has white color on #7D6D19 background.