COLOR #819289

HEX: #819289
RGB: (129,146,137)

Color info

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

RGB color model

#819289 color RGB value is (129,146,137).

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

RGB channels and saturation

R 129 of 255 = 51%
G 146 of 255 = 57%
B 137 of 255 = 54%

129
146
137

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

Portions of RGB colors in percentages

R + G + B =
129 + 146 + 137 = 412 (100%)
R 129 of 412 ~ 31.31%
G 146 of 412 ~ 35.44%
B 137 of 412 ~ 33.25%

%31.31
%35.44
%33.25

CMYK color model

#819289 color CMYK value is (12,0,6,43).

  • cyan value is 11.64%
  • magenta value is 0.00%
  • yellow value is 6.16%
  • key color value is 42.75%
CMYK:
(12,0,6,43)
C12M0Y6K43 
(12%,0%,6%,43%)
(0.12/0.00/0.06/0.43)	

CMYK percentages

%11.64
%0
%6.16
%42.75

Codes

Color #819289 in popluar color models

819289
RGB129146137
HSL148°7.23%53.92%
HSB/HSV148°11.64%57.25%
CMYK11.64%0.00%6.16%
42.75%

Color #819289 in popluar number systems.

HEX819289
Decimal129146137
Binary100000011001001010001001
Octal201222211

Shades and tints

Shades of #819289

#819289
(129,146,137)
#76857D
(118,133,125)
#6B7871
(107,120,113)
#606B65
(96,107,101)
#555E59
(85,94,89)
#4A514D
(74,81,77)
#3F4441
(63,68,65)
#343735
(52,55,53)
#292A29
(41,42,41)
#1E1D1D
(30,29,29)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #819289

#819289
(129,146,137)
#8C9B93
(140,155,147)
#97A49D
(151,164,157)
#A2ADA7
(162,173,167)
#ADB6B1
(173,182,177)
#B8BFBB
(184,191,187)
#C3C8C5
(195,200,197)
#CED1CF
(206,209,207)
#D9DAD9
(217,218,217)
#E4E3E3
(228,227,227)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819289; }

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

This text font color is #819289.


Background Color

.myBgColor { background-color: #819289; }

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

This div background color is #819289.


Border color

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

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

This div border color is #819289.


Opacity

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

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

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

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

This text has shadow with #819289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819289 on black background.


Color preview on white background

This text has color #819289 on white background.



Black color preview on #819289 background

This text has black color on #819289 background.


White color preview on #819289 background

This text has white color on #819289 background.