COLOR #7DA484

HEX: #7DA484
RGB: (125,164,132)

Color info

#7DA484 contains red, green and blue colors in about the same proportion. Web safe color of #7DA484 is #669999 (or #699).

RGB color model

#7DA484 color RGB value is (125,164,132).

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

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 132 of 255 = 52%

125
164
132

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

Portions of RGB colors in percentages

R + G + B =
125 + 164 + 132 = 421 (100%)
R 125 of 421 ~ 29.69%
G 164 of 421 ~ 38.95%
B 132 of 421 ~ 31.35%

%29.69
%38.95
%31.35

CMYK color model

#7DA484 color CMYK value is (24,0,20,36).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 35.69%
CMYK:
(24,0,20,36)
C24M0Y20K36 
(24%,0%,20%,36%)
(0.24/0.00/0.20/0.36)	

CMYK percentages

%23.78
%0
%19.51
%35.69

Codes

Color #7DA484 in popluar color models

7DA484
RGB125164132
HSL131°17.65%56.67%
HSB/HSV131°23.78%64.31%
CMYK23.78%0.00%19.51%
35.69%

Color #7DA484 in popluar number systems.

HEX7DA484
Decimal125164132
Binary11111011010010010000100
Octal175244204

Shades and tints

Shades of #7DA484

#7DA484
(125,164,132)
#729678
(114,150,120)
#67886C
(103,136,108)
#5C7A60
(92,122,96)
#516C54
(81,108,84)
#465E48
(70,94,72)
#3B503C
(59,80,60)
#304230
(48,66,48)
#253424
(37,52,36)
#1A2618
(26,38,24)
#0F180C
(15,24,12)
#000000
(0,0,0)

Tints of #7DA484

#7DA484
(125,164,132)
#88AC8F
(136,172,143)
#93B49A
(147,180,154)
#9EBCA5
(158,188,165)
#A9C4B0
(169,196,176)
#B4CCBB
(180,204,187)
#BFD4C6
(191,212,198)
#CADCD1
(202,220,209)
#D5E4DC
(213,228,220)
#E0ECE7
(224,236,231)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA484; }

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

This text font color is #7DA484.


Background Color

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

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

This div background color is #7DA484.


Border color

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

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

This div border color is #7DA484.


Opacity

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

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

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

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

This text has shadow with #7DA484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA484 on black background.


Color preview on white background

This text has color #7DA484 on white background.



Black color preview on #7DA484 background

This text has black color on #7DA484 background.


White color preview on #7DA484 background

This text has white color on #7DA484 background.