COLOR #7D830F

HEX: #7D830F
RGB: (125,131,15)

Color info

#7D830F contains mainly red and green colors. Web safe color of #7D830F is #669900 (or #690).

RGB color model

#7D830F color RGB value is (125,131,15).

  • red value is 125;
  • green value is 131;
  • blue value is 15.
RGB:
(125,131,15)
(49%,51%,6%)

RGB channels and saturation

R 125 of 255 = 49%
G 131 of 255 = 51%
B 15 of 255 = 6%

125
131
15

R + G + B ~ 35%. #7D830F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 131 + 15 = 271 (100%)
R 125 of 271 ~ 46.13%
G 131 of 271 ~ 48.34%
B 15 of 271 ~ 5.54%

%46.13
%48.34

CMYK color model

#7D830F color CMYK value is (5,0,89,49).

  • cyan value is 4.58%
  • magenta value is 0.00%
  • yellow value is 88.55%
  • key color value is 48.63%
CMYK:
(5,0,89,49)
C5M0Y89K49 
(5%,0%,89%,49%)
(0.05/0.00/0.89/0.49)	

CMYK percentages

%4.58
%0
%88.55
%48.63

Codes

Color #7D830F in popluar color models

7D830F
RGB12513115
HSL63°79.45%28.63%
HSB/HSV63°88.55%51.37%
CMYK4.58%0.00%88.55%
48.63%

Color #7D830F in popluar number systems.

HEX7D830F
Decimal12513115
Binary1111101100000111111
Octal17520317

Shades and tints

Shades of #7D830F

#7D830F
(125,131,15)
#72780E
(114,120,14)
#676D0D
(103,109,13)
#5C620C
(92,98,12)
#51570B
(81,87,11)
#464C0A
(70,76,10)
#3B4109
(59,65,9)
#303608
(48,54,8)
#252B07
(37,43,7)
#1A2006
(26,32,6)
#0F1505
(15,21,5)
#000000
(0,0,0)

Tints of #7D830F

#7D830F
(125,131,15)
#888E24
(136,142,36)
#939939
(147,153,57)
#9EA44E
(158,164,78)
#A9AF63
(169,175,99)
#B4BA78
(180,186,120)
#BFC58D
(191,197,141)
#CAD0A2
(202,208,162)
#D5DBB7
(213,219,183)
#E0E6CC
(224,230,204)
#EBF1E1
(235,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D830F; }

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

This text font color is #7D830F.


Background Color

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

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

This div background color is #7D830F.


Border color

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

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

This div border color is #7D830F.


Opacity

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

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

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

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

This text has shadow with #7D830F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D830F on black background.


Color preview on white background

This text has color #7D830F on white background.



Black color preview on #7D830F background

This text has black color on #7D830F background.


White color preview on #7D830F background

This text has white color on #7D830F background.