COLOR #7DA281

HEX: #7DA281
RGB: (125,162,129)

Color info

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

RGB color model

#7DA281 color RGB value is (125,162,129).

  • red value is 125;
  • green value is 162;
  • blue value is 129.
RGB:
(125,162,129)
(49%,64%,51%)

RGB channels and saturation

R 125 of 255 = 49%
G 162 of 255 = 64%
B 129 of 255 = 51%

125
162
129

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

Portions of RGB colors in percentages

R + G + B =
125 + 162 + 129 = 416 (100%)
R 125 of 416 ~ 30.05%
G 162 of 416 ~ 38.94%
B 129 of 416 ~ 31.01%

%30.05
%38.94
%31.01

CMYK color model

#7DA281 color CMYK value is (23,0,20,36).

  • cyan value is 22.84%
  • magenta value is 0.00%
  • yellow value is 20.37%
  • key color value is 36.47%
CMYK:
(23,0,20,36)
C23M0Y20K36 
(23%,0%,20%,36%)
(0.23/0.00/0.20/0.36)	

CMYK percentages

%22.84
%0
%20.37
%36.47

Codes

Color #7DA281 in popluar color models

7DA281
RGB125162129
HSL126°16.59%56.27%
HSB/HSV126°22.84%63.53%
CMYK22.84%0.00%20.37%
36.47%

Color #7DA281 in popluar number systems.

HEX7DA281
Decimal125162129
Binary11111011010001010000001
Octal175242201

Shades and tints

Shades of #7DA281

#7DA281
(125,162,129)
#729476
(114,148,118)
#67866B
(103,134,107)
#5C7860
(92,120,96)
#516A55
(81,106,85)
#465C4A
(70,92,74)
#3B4E3F
(59,78,63)
#304034
(48,64,52)
#253229
(37,50,41)
#1A241E
(26,36,30)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #7DA281

#7DA281
(125,162,129)
#88AA8C
(136,170,140)
#93B297
(147,178,151)
#9EBAA2
(158,186,162)
#A9C2AD
(169,194,173)
#B4CAB8
(180,202,184)
#BFD2C3
(191,210,195)
#CADACE
(202,218,206)
#D5E2D9
(213,226,217)
#E0EAE4
(224,234,228)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA281 color. Also use rgb(125,162,129) instead hex code.

Text Font Color

.myTextColor { color: #7DA281; }

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

This text font color is #7DA281.


Background Color

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

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

This div background color is #7DA281.


Border color

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

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

This div border color is #7DA281.


Opacity

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

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

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

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

This text has shadow with #7DA281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA281 on black background.


Color preview on white background

This text has color #7DA281 on white background.



Black color preview on #7DA281 background

This text has black color on #7DA281 background.


White color preview on #7DA281 background

This text has white color on #7DA281 background.