COLOR #7D7B1D

HEX: #7D7B1D
RGB: (125,123,29)

Color info

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

RGB color model

#7D7B1D color RGB value is (125,123,29).

  • red value is 125;
  • green value is 123;
  • blue value is 29.
RGB:
(125,123,29)
(49%,48%,11%)

RGB channels and saturation

R 125 of 255 = 49%
G 123 of 255 = 48%
B 29 of 255 = 11%

125
123
29

R + G + B ~ 36%. #7D7B1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 123 + 29 = 277 (100%)
R 125 of 277 ~ 45.13%
G 123 of 277 ~ 44.4%
B 29 of 277 ~ 10.47%

%45.13
%44.4
%10.47

CMYK color model

#7D7B1D color CMYK value is (0,2,77,51).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 76.80%
  • key color value is 50.98%
CMYK:
(0,2,77,51)
C0M2Y77K51 
(0%,2%,77%,51%)
(0.00/0.02/0.77/0.51)	

CMYK percentages

%0
%1.6
%76.8
%50.98

Codes

Color #7D7B1D in popluar color models

7D7B1D
RGB12512329
HSL59°62.34%30.20%
HSB/HSV59°76.80%49.02%
CMYK0.00%1.60%76.80%
50.98%

Color #7D7B1D in popluar number systems.

HEX7D7B1D
Decimal12512329
Binary1111101111101111101
Octal17517335

Shades and tints

Shades of #7D7B1D

#7D7B1D
(125,123,29)
#72701B
(114,112,27)
#676519
(103,101,25)
#5C5A17
(92,90,23)
#514F15
(81,79,21)
#464413
(70,68,19)
#3B3911
(59,57,17)
#302E0F
(48,46,15)
#25230D
(37,35,13)
#1A180B
(26,24,11)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #7D7B1D

#7D7B1D
(125,123,29)
#888731
(136,135,49)
#939345
(147,147,69)
#9E9F59
(158,159,89)
#A9AB6D
(169,171,109)
#B4B781
(180,183,129)
#BFC395
(191,195,149)
#CACFA9
(202,207,169)
#D5DBBD
(213,219,189)
#E0E7D1
(224,231,209)
#EBF3E5
(235,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7B1D; }

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

This text font color is #7D7B1D.


Background Color

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

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

This div background color is #7D7B1D.


Border color

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

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

This div border color is #7D7B1D.


Opacity

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

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

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

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

This text has shadow with #7D7B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7B1D on black background.


Color preview on white background

This text has color #7D7B1D on white background.



Black color preview on #7D7B1D background

This text has black color on #7D7B1D background.


White color preview on #7D7B1D background

This text has white color on #7D7B1D background.