COLOR #7D9459

HEX: #7D9459
RGB: (125,148,89)

Color info

#7D9459 contains red, green and blue colors in about the same proportion. Web safe color of #7D9459 is #669966 (or #696).

RGB color model

#7D9459 color RGB value is (125,148,89).

  • red value is 125;
  • green value is 148;
  • blue value is 89.
RGB:
(125,148,89)
(49%,58%,35%)

RGB channels and saturation

R 125 of 255 = 49%
G 148 of 255 = 58%
B 89 of 255 = 35%

125
148
89

R + G + B ~ 47%. #7D9459 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 148 + 89 = 362 (100%)
R 125 of 362 ~ 34.53%
G 148 of 362 ~ 40.88%
B 89 of 362 ~ 24.59%

%34.53
%40.88
%24.59

CMYK color model

#7D9459 color CMYK value is (16,0,40,42).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 39.86%
  • key color value is 41.96%
CMYK:
(16,0,40,42)
C16M0Y40K42 
(16%,0%,40%,42%)
(0.16/0.00/0.40/0.42)	

CMYK percentages

%15.54
%0
%39.86
%41.96

Codes

Color #7D9459 in popluar color models

7D9459
RGB12514889
HSL83°24.89%46.47%
HSB/HSV83°39.86%58.04%
CMYK15.54%0.00%39.86%
41.96%

Color #7D9459 in popluar number systems.

HEX7D9459
Decimal12514889
Binary1111101100101001011001
Octal175224131

Shades and tints

Shades of #7D9459

#7D9459
(125,148,89)
#728751
(114,135,81)
#677A49
(103,122,73)
#5C6D41
(92,109,65)
#516039
(81,96,57)
#465331
(70,83,49)
#3B4629
(59,70,41)
#303921
(48,57,33)
#252C19
(37,44,25)
#1A1F11
(26,31,17)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #7D9459

#7D9459
(125,148,89)
#889D68
(136,157,104)
#93A677
(147,166,119)
#9EAF86
(158,175,134)
#A9B895
(169,184,149)
#B4C1A4
(180,193,164)
#BFCAB3
(191,202,179)
#CAD3C2
(202,211,194)
#D5DCD1
(213,220,209)
#E0E5E0
(224,229,224)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9459; }

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

This text font color is #7D9459.


Background Color

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

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

This div background color is #7D9459.


Border color

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

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

This div border color is #7D9459.


Opacity

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

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

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

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

This text has shadow with #7D9459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9459 on black background.


Color preview on white background

This text has color #7D9459 on white background.



Black color preview on #7D9459 background

This text has black color on #7D9459 background.


White color preview on #7D9459 background

This text has white color on #7D9459 background.