COLOR #7D6D02

HEX: #7D6D02
RGB: (125,109,2)

Color info

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

RGB color model

#7D6D02 color RGB value is (125,109,2).

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

RGB channels and saturation

R 125 of 255 = 49%
G 109 of 255 = 43%
B 2 of 255 = 1%

125
109
2

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

Portions of RGB colors in percentages

R + G + B =
125 + 109 + 2 = 236 (100%)
R 125 of 236 ~ 52.97%
G 109 of 236 ~ 46.19%
B 2 of 236 ~ 0.85%

%52.97
%46.19

CMYK color model

#7D6D02 color CMYK value is (0,13,98,51).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 98.40%
  • key color value is 50.98%
CMYK:
(0,13,98,51)
C0M13Y98K51 
(0%,13%,98%,51%)
(0.00/0.13/0.98/0.51)	

CMYK percentages

%0
%12.8
%98.4
%50.98

Codes

Color #7D6D02 in popluar color models

7D6D02
RGB1251092
HSL52°96.85%24.90%
HSB/HSV52°98.40%49.02%
CMYK0.00%12.80%98.40%
50.98%

Color #7D6D02 in popluar number systems.

HEX7D6D02
Decimal1251092
Binary1111101110110110
Octal1751552

Shades and tints

Shades of #7D6D02

#7D6D02
(125,109,2)
#726402
(114,100,2)
#675B02
(103,91,2)
#5C5202
(92,82,2)
#514902
(81,73,2)
#464002
(70,64,2)
#3B3702
(59,55,2)
#302E02
(48,46,2)
#252502
(37,37,2)
#1A1C02
(26,28,2)
#0F1302
(15,19,2)
#000000
(0,0,0)

Tints of #7D6D02

#7D6D02
(125,109,2)
#887A19
(136,122,25)
#938730
(147,135,48)
#9E9447
(158,148,71)
#A9A15E
(169,161,94)
#B4AE75
(180,174,117)
#BFBB8C
(191,187,140)
#CAC8A3
(202,200,163)
#D5D5BA
(213,213,186)
#E0E2D1
(224,226,209)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D6D02; }

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

This text font color is #7D6D02.


Background Color

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

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

This div background color is #7D6D02.


Border color

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

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

This div border color is #7D6D02.


Opacity

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

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

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

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

This text has shadow with #7D6D02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6D02 on black background.


Color preview on white background

This text has color #7D6D02 on white background.



Black color preview on #7D6D02 background

This text has black color on #7D6D02 background.


White color preview on #7D6D02 background

This text has white color on #7D6D02 background.