COLOR #7D7D2A

HEX: #7D7D2A
RGB: (125,125,42)

Color info

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

RGB color model

#7D7D2A color RGB value is (125,125,42).

  • red value is 125;
  • green value is 125;
  • blue value is 42.
RGB:
(125,125,42)
(49%,49%,16%)

RGB channels and saturation

R 125 of 255 = 49%
G 125 of 255 = 49%
B 42 of 255 = 16%

125
125
42

R + G + B ~ 38%. #7D7D2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 125 + 42 = 292 (100%)
R 125 of 292 ~ 42.81%
G 125 of 292 ~ 42.81%
B 42 of 292 ~ 14.38%

%42.81
%42.81
%14.38

CMYK color model

#7D7D2A color CMYK value is (0,0,66,51).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 66.40%
  • key color value is 50.98%
CMYK:
(0,0,66,51)
C0M0Y66K51 
(0%,0%,66%,51%)
(0.00/0.00/0.66/0.51)	

CMYK percentages

%0
%0
%66.4
%50.98

Codes

Color #7D7D2A in popluar color models

7D7D2A
RGB12512542
HSL60°49.70%32.75%
HSB/HSV60°66.40%49.02%
CMYK0.00%0.00%66.40%
50.98%

Color #7D7D2A in popluar number systems.

HEX7D7D2A
Decimal12512542
Binary11111011111101101010
Octal17517552

Shades and tints

Shades of #7D7D2A

#7D7D2A
(125,125,42)
#727227
(114,114,39)
#676724
(103,103,36)
#5C5C21
(92,92,33)
#51511E
(81,81,30)
#46461B
(70,70,27)
#3B3B18
(59,59,24)
#303015
(48,48,21)
#252512
(37,37,18)
#1A1A0F
(26,26,15)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #7D7D2A

#7D7D2A
(125,125,42)
#88883D
(136,136,61)
#939350
(147,147,80)
#9E9E63
(158,158,99)
#A9A976
(169,169,118)
#B4B489
(180,180,137)
#BFBF9C
(191,191,156)
#CACAAF
(202,202,175)
#D5D5C2
(213,213,194)
#E0E0D5
(224,224,213)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7D2A; }

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

This text font color is #7D7D2A.


Background Color

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

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

This div background color is #7D7D2A.


Border color

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

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

This div border color is #7D7D2A.


Opacity

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

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

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

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

This text has shadow with #7D7D2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7D2A on black background.


Color preview on white background

This text has color #7D7D2A on white background.



Black color preview on #7D7D2A background

This text has black color on #7D7D2A background.


White color preview on #7D7D2A background

This text has white color on #7D7D2A background.