COLOR #7D9A58

HEX: #7D9A58
RGB: (125,154,88)

Color info

#7D9A58 contains mainly red and green colors. Web safe color of #7D9A58 is #669966 (or #696).

RGB color model

#7D9A58 color RGB value is (125,154,88).

  • red value is 125;
  • green value is 154;
  • blue value is 88.
RGB:
(125,154,88)
(49%,60%,35%)

RGB channels and saturation

R 125 of 255 = 49%
G 154 of 255 = 60%
B 88 of 255 = 35%

125
154
88

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

Portions of RGB colors in percentages

R + G + B =
125 + 154 + 88 = 367 (100%)
R 125 of 367 ~ 34.06%
G 154 of 367 ~ 41.96%
B 88 of 367 ~ 23.98%

%34.06
%41.96
%23.98

CMYK color model

#7D9A58 color CMYK value is (19,0,43,40).

  • cyan value is 18.83%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 39.61%
CMYK:
(19,0,43,40)
C19M0Y43K40 
(19%,0%,43%,40%)
(0.19/0.00/0.43/0.40)	

CMYK percentages

%18.83
%0
%42.86
%39.61

Codes

Color #7D9A58 in popluar color models

7D9A58
RGB12515488
HSL86°27.27%47.45%
HSB/HSV86°42.86%60.39%
CMYK18.83%0.00%42.86%
39.61%

Color #7D9A58 in popluar number systems.

HEX7D9A58
Decimal12515488
Binary1111101100110101011000
Octal175232130

Shades and tints

Shades of #7D9A58

#7D9A58
(125,154,88)
#728C50
(114,140,80)
#677E48
(103,126,72)
#5C7040
(92,112,64)
#516238
(81,98,56)
#465430
(70,84,48)
#3B4628
(59,70,40)
#303820
(48,56,32)
#252A18
(37,42,24)
#1A1C10
(26,28,16)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #7D9A58

#7D9A58
(125,154,88)
#88A367
(136,163,103)
#93AC76
(147,172,118)
#9EB585
(158,181,133)
#A9BE94
(169,190,148)
#B4C7A3
(180,199,163)
#BFD0B2
(191,208,178)
#CAD9C1
(202,217,193)
#D5E2D0
(213,226,208)
#E0EBDF
(224,235,223)
#EBF4EE
(235,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9A58; }

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

This text font color is #7D9A58.


Background Color

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

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

This div background color is #7D9A58.


Border color

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

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

This div border color is #7D9A58.


Opacity

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

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

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

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

This text has shadow with #7D9A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9A58 on black background.


Color preview on white background

This text has color #7D9A58 on white background.



Black color preview on #7D9A58 background

This text has black color on #7D9A58 background.


White color preview on #7D9A58 background

This text has white color on #7D9A58 background.