COLOR #7D947A

HEX: #7D947A
RGB: (125,148,122)

Color info

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

RGB color model

#7D947A color RGB value is (125,148,122).

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

RGB channels and saturation

R 125 of 255 = 49%
G 148 of 255 = 58%
B 122 of 255 = 48%

125
148
122

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

Portions of RGB colors in percentages

R + G + B =
125 + 148 + 122 = 395 (100%)
R 125 of 395 ~ 31.65%
G 148 of 395 ~ 37.47%
B 122 of 395 ~ 30.89%

%31.65
%37.47
%30.89

CMYK color model

#7D947A color CMYK value is (16,0,18,42).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 41.96%
CMYK: (16,0,18,42) C16M0Y18K42 (16%,0%,18%,42%) (0.16/0.00/0.18/0.42)

CMYK percentages

%15.54
%0
%17.57
%41.96

Codes

Color #7D947A in popluar color models

7D947A
RGB125148122
HSL113°10.83%52.94%
HSB/HSV113°17.57%58.04%
CMYK15.54%0.00%17.57%
41.96%

Color #7D947A in popluar number systems.

HEX7D947A
Decimal125148122
Binary1111101100101001111010
Octal175224172

Shades and tints

Shades of #7D947A

#7D947A
(125,148,122)
#72876F
(114,135,111)
#677A64
(103,122,100)
#5C6D59
(92,109,89)
#51604E
(81,96,78)
#465343
(70,83,67)
#3B4638
(59,70,56)
#30392D
(48,57,45)
#252C22
(37,44,34)
#1A1F17
(26,31,23)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #7D947A

#7D947A
(125,148,122)
#889D86
(136,157,134)
#93A692
(147,166,146)
#9EAF9E
(158,175,158)
#A9B8AA
(169,184,170)
#B4C1B6
(180,193,182)
#BFCAC2
(191,202,194)
#CAD3CE
(202,211,206)
#D5DCDA
(213,220,218)
#E0E5E6
(224,229,230)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D947A; }

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

This text font color is #7D947A.


Background Color

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

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

This div background color is #7D947A.


Border color

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

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

This div border color is #7D947A.


Opacity

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

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

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

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

This text has shadow with #7D947A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7D947A on black background.


Color preview on white background

This text has color #7D947A on white background.



Black color preview on #7D947A background

This text has black color on #7D947A background.


White color preview on #7D947A background

This text has white color on #7D947A background.