COLOR #7DA479

HEX: #7DA479
RGB: (125,164,121)

Color info

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

RGB color model

#7DA479 color RGB value is (125,164,121).

  • red value is 125;
  • green value is 164;
  • blue value is 121.
RGB:
(125,164,121)
(49%,64%,47%)

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 121 of 255 = 47%

125
164
121

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

Portions of RGB colors in percentages

R + G + B =
125 + 164 + 121 = 410 (100%)
R 125 of 410 ~ 30.49%
G 164 of 410 ~ 40%
B 121 of 410 ~ 29.51%

%30.49
%40
%29.51

CMYK color model

#7DA479 color CMYK value is (24,0,26,36).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 26.22%
  • key color value is 35.69%
CMYK:
(24,0,26,36)
C24M0Y26K36 
(24%,0%,26%,36%)
(0.24/0.00/0.26/0.36)	

CMYK percentages

%23.78
%0
%26.22
%35.69

Codes

Color #7DA479 in popluar color models

7DA479
RGB125164121
HSL114°19.11%55.88%
HSB/HSV114°26.22%64.31%
CMYK23.78%0.00%26.22%
35.69%

Color #7DA479 in popluar number systems.

HEX7DA479
Decimal125164121
Binary1111101101001001111001
Octal175244171

Shades and tints

Shades of #7DA479

#7DA479
(125,164,121)
#72966E
(114,150,110)
#678863
(103,136,99)
#5C7A58
(92,122,88)
#516C4D
(81,108,77)
#465E42
(70,94,66)
#3B5037
(59,80,55)
#30422C
(48,66,44)
#253421
(37,52,33)
#1A2616
(26,38,22)
#0F180B
(15,24,11)
#000000
(0,0,0)

Tints of #7DA479

#7DA479
(125,164,121)
#88AC85
(136,172,133)
#93B491
(147,180,145)
#9EBC9D
(158,188,157)
#A9C4A9
(169,196,169)
#B4CCB5
(180,204,181)
#BFD4C1
(191,212,193)
#CADCCD
(202,220,205)
#D5E4D9
(213,228,217)
#E0ECE5
(224,236,229)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA479 color. Also use rgb(125,164,121) instead hex code.

Text Font Color

.myTextColor { color: #7DA479; }

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

This text font color is #7DA479.


Background Color

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

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

This div background color is #7DA479.


Border color

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

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

This div border color is #7DA479.


Opacity

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

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

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

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

This text has shadow with #7DA479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA479 on black background.


Color preview on white background

This text has color #7DA479 on white background.



Black color preview on #7DA479 background

This text has black color on #7DA479 background.


White color preview on #7DA479 background

This text has white color on #7DA479 background.