COLOR #819492

HEX: #819492
RGB: (129,148,146)

Color info

#819492 contains red, green and blue colors in about the same proportion. Web safe color of #819492 is #999999 (or #999).

RGB color model

#819492 color RGB value is (129,148,146).

  • red value is 129;
  • green value is 148;
  • blue value is 146.
RGB:
(129,148,146)
(51%,58%,57%)

RGB channels and saturation

R 129 of 255 = 51%
G 148 of 255 = 58%
B 146 of 255 = 57%

129
148
146

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

Portions of RGB colors in percentages

R + G + B =
129 + 148 + 146 = 423 (100%)
R 129 of 423 ~ 30.5%
G 148 of 423 ~ 34.99%
B 146 of 423 ~ 34.52%

%30.5
%34.99
%34.52

CMYK color model

#819492 color CMYK value is (13,0,1,42).

  • cyan value is 12.84%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 41.96%
CMYK:
(13,0,1,42)
C13M0Y1K42 
(13%,0%,1%,42%)
(0.13/0.00/0.01/0.42)	

CMYK percentages

%12.84
%0
%1.35
%41.96

Codes

Color #819492 in popluar color models

819492
RGB129148146
HSL174°8.15%54.31%
HSB/HSV174°12.84%58.04%
CMYK12.84%0.00%1.35%
41.96%

Color #819492 in popluar number systems.

HEX819492
Decimal129148146
Binary100000011001010010010010
Octal201224222

Shades and tints

Shades of #819492

#819492
(129,148,146)
#768785
(118,135,133)
#6B7A78
(107,122,120)
#606D6B
(96,109,107)
#55605E
(85,96,94)
#4A5351
(74,83,81)
#3F4644
(63,70,68)
#343937
(52,57,55)
#292C2A
(41,44,42)
#1E1F1D
(30,31,29)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #819492

#819492
(129,148,146)
#8C9D9B
(140,157,155)
#97A6A4
(151,166,164)
#A2AFAD
(162,175,173)
#ADB8B6
(173,184,182)
#B8C1BF
(184,193,191)
#C3CAC8
(195,202,200)
#CED3D1
(206,211,209)
#D9DCDA
(217,220,218)
#E4E5E3
(228,229,227)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819492 color. Also use rgb(129,148,146) instead hex code.

Text Font Color

.myTextColor { color: #819492; }

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

This text font color is #819492.


Background Color

.myBgColor { background-color: #819492; }

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

This div background color is #819492.


Border color

.myBorderColor { border: 1px solid #819492; }

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

This div border color is #819492.


Opacity

.myOpacity80 { color: #819492; opacity: 0.8; }

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

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

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

This text has shadow with #819492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819492 on black background.


Color preview on white background

This text has color #819492 on white background.



Black color preview on #819492 background

This text has black color on #819492 background.


White color preview on #819492 background

This text has white color on #819492 background.