COLOR #7D9259

HEX: #7D9259
RGB: (125,146,89)

Color info

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

RGB color model

#7D9259 color RGB value is (125,146,89).

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

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 89 of 255 = 35%

125
146
89

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

Portions of RGB colors in percentages

R + G + B =
125 + 146 + 89 = 360 (100%)
R 125 of 360 ~ 34.72%
G 146 of 360 ~ 40.56%
B 89 of 360 ~ 24.72%

%34.72
%40.56
%24.72

CMYK color model

#7D9259 color CMYK value is (14,0,39,43).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 39.04%
  • key color value is 42.75%
CMYK:
(14,0,39,43)
C14M0Y39K43 
(14%,0%,39%,43%)
(0.14/0.00/0.39/0.43)	

CMYK percentages

%14.38
%0
%39.04
%42.75

Codes

Color #7D9259 in popluar color models

7D9259
RGB12514689
HSL82°24.26%46.08%
HSB/HSV82°39.04%57.25%
CMYK14.38%0.00%39.04%
42.75%

Color #7D9259 in popluar number systems.

HEX7D9259
Decimal12514689
Binary1111101100100101011001
Octal175222131

Shades and tints

Shades of #7D9259

#7D9259
(125,146,89)
#728551
(114,133,81)
#677849
(103,120,73)
#5C6B41
(92,107,65)
#515E39
(81,94,57)
#465131
(70,81,49)
#3B4429
(59,68,41)
#303721
(48,55,33)
#252A19
(37,42,25)
#1A1D11
(26,29,17)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #7D9259

#7D9259
(125,146,89)
#889B68
(136,155,104)
#93A477
(147,164,119)
#9EAD86
(158,173,134)
#A9B695
(169,182,149)
#B4BFA4
(180,191,164)
#BFC8B3
(191,200,179)
#CAD1C2
(202,209,194)
#D5DAD1
(213,218,209)
#E0E3E0
(224,227,224)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9259; }

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

This text font color is #7D9259.


Background Color

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

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

This div background color is #7D9259.


Border color

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

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

This div border color is #7D9259.


Opacity

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

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

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

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

This text has shadow with #7D9259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9259 on black background.


Color preview on white background

This text has color #7D9259 on white background.



Black color preview on #7D9259 background

This text has black color on #7D9259 background.


White color preview on #7D9259 background

This text has white color on #7D9259 background.