COLOR #7D949A

HEX: #7D949A
RGB: (125,148,154)

Color info

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

RGB color model

#7D949A color RGB value is (125,148,154).

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

RGB channels and saturation

R 125 of 255 = 49%
G 148 of 255 = 58%
B 154 of 255 = 60%

125
148
154

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

Portions of RGB colors in percentages

R + G + B =
125 + 148 + 154 = 427 (100%)
R 125 of 427 ~ 29.27%
G 148 of 427 ~ 34.66%
B 154 of 427 ~ 36.07%

%29.27
%34.66
%36.07

CMYK color model

#7D949A color CMYK value is (19,4,0,40).

  • cyan value is 18.83%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(19,4,0,40)
C19M4Y0K40 
(19%,4%,0%,40%)
(0.19/0.04/0.00/0.40)	

CMYK percentages

%18.83
%3.9
%0
%39.61

Codes

Color #7D949A in popluar color models

7D949A
RGB125148154
HSL192°12.55%54.71%
HSB/HSV192°18.83%60.39%
CMYK18.83%3.90%0.00%
39.61%

Color #7D949A in popluar number systems.

HEX7D949A
Decimal125148154
Binary11111011001010010011010
Octal175224232

Shades and tints

Shades of #7D949A

#7D949A
(125,148,154)
#72878C
(114,135,140)
#677A7E
(103,122,126)
#5C6D70
(92,109,112)
#516062
(81,96,98)
#465354
(70,83,84)
#3B4646
(59,70,70)
#303938
(48,57,56)
#252C2A
(37,44,42)
#1A1F1C
(26,31,28)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #7D949A

#7D949A
(125,148,154)
#889DA3
(136,157,163)
#93A6AC
(147,166,172)
#9EAFB5
(158,175,181)
#A9B8BE
(169,184,190)
#B4C1C7
(180,193,199)
#BFCAD0
(191,202,208)
#CAD3D9
(202,211,217)
#D5DCE2
(213,220,226)
#E0E5EB
(224,229,235)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D949A; }

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

This text font color is #7D949A.


Background Color

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

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

This div background color is #7D949A.


Border color

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

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

This div border color is #7D949A.


Opacity

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

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

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

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

This text has shadow with #7D949A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D949A on black background.


Color preview on white background

This text has color #7D949A on white background.



Black color preview on #7D949A background

This text has black color on #7D949A background.


White color preview on #7D949A background

This text has white color on #7D949A background.