COLOR #7DA292

HEX: #7DA292
RGB: (125,162,146)

Color info

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

RGB color model

#7DA292 color RGB value is (125,162,146).

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

RGB channels and saturation

R 125 of 255 = 49%
G 162 of 255 = 64%
B 146 of 255 = 57%

125
162
146

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

Portions of RGB colors in percentages

R + G + B =
125 + 162 + 146 = 433 (100%)
R 125 of 433 ~ 28.87%
G 162 of 433 ~ 37.41%
B 146 of 433 ~ 33.72%

%28.87
%37.41
%33.72

CMYK color model

#7DA292 color CMYK value is (23,0,10,36).

  • cyan value is 22.84%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 36.47%
CMYK:
(23,0,10,36)
C23M0Y10K36 
(23%,0%,10%,36%)
(0.23/0.00/0.10/0.36)	

CMYK percentages

%22.84
%0
%9.88
%36.47

Codes

Color #7DA292 in popluar color models

7DA292
RGB125162146
HSL154°16.59%56.27%
HSB/HSV154°22.84%63.53%
CMYK22.84%0.00%9.88%
36.47%

Color #7DA292 in popluar number systems.

HEX7DA292
Decimal125162146
Binary11111011010001010010010
Octal175242222

Shades and tints

Shades of #7DA292

#7DA292
(125,162,146)
#729485
(114,148,133)
#678678
(103,134,120)
#5C786B
(92,120,107)
#516A5E
(81,106,94)
#465C51
(70,92,81)
#3B4E44
(59,78,68)
#304037
(48,64,55)
#25322A
(37,50,42)
#1A241D
(26,36,29)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #7DA292

#7DA292
(125,162,146)
#88AA9B
(136,170,155)
#93B2A4
(147,178,164)
#9EBAAD
(158,186,173)
#A9C2B6
(169,194,182)
#B4CABF
(180,202,191)
#BFD2C8
(191,210,200)
#CADAD1
(202,218,209)
#D5E2DA
(213,226,218)
#E0EAE3
(224,234,227)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA292; }

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

This text font color is #7DA292.


Background Color

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

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

This div background color is #7DA292.


Border color

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

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

This div border color is #7DA292.


Opacity

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

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

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

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

This text has shadow with #7DA292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA292 on black background.


Color preview on white background

This text has color #7DA292 on white background.



Black color preview on #7DA292 background

This text has black color on #7DA292 background.


White color preview on #7DA292 background

This text has white color on #7DA292 background.