COLOR #819385

HEX: #819385
RGB: (129,147,133)

Color info

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

RGB color model

#819385 color RGB value is (129,147,133).

  • red value is 129;
  • green value is 147;
  • blue value is 133.
RGB:
(129,147,133)
(51%,58%,52%)

RGB channels and saturation

R 129 of 255 = 51%
G 147 of 255 = 58%
B 133 of 255 = 52%

129
147
133

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

Portions of RGB colors in percentages

R + G + B =
129 + 147 + 133 = 409 (100%)
R 129 of 409 ~ 31.54%
G 147 of 409 ~ 35.94%
B 133 of 409 ~ 32.52%

%31.54
%35.94
%32.52

CMYK color model

#819385 color CMYK value is (12,0,10,42).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 42.35%
CMYK:
(12,0,10,42)
C12M0Y10K42 
(12%,0%,10%,42%)
(0.12/0.00/0.10/0.42)	

CMYK percentages

%12.24
%0
%9.52
%42.35

Codes

Color #819385 in popluar color models

819385
RGB129147133
HSL133°7.69%54.12%
HSB/HSV133°12.24%57.65%
CMYK12.24%0.00%9.52%
42.35%

Color #819385 in popluar number systems.

HEX819385
Decimal129147133
Binary100000011001001110000101
Octal201223205

Shades and tints

Shades of #819385

#819385
(129,147,133)
#768679
(118,134,121)
#6B796D
(107,121,109)
#606C61
(96,108,97)
#555F55
(85,95,85)
#4A5249
(74,82,73)
#3F453D
(63,69,61)
#343831
(52,56,49)
#292B25
(41,43,37)
#1E1E19
(30,30,25)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #819385

#819385
(129,147,133)
#8C9C90
(140,156,144)
#97A59B
(151,165,155)
#A2AEA6
(162,174,166)
#ADB7B1
(173,183,177)
#B8C0BC
(184,192,188)
#C3C9C7
(195,201,199)
#CED2D2
(206,210,210)
#D9DBDD
(217,219,221)
#E4E4E8
(228,228,232)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819385 color. Also use rgb(129,147,133) instead hex code.

Text Font Color

.myTextColor { color: #819385; }

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

This text font color is #819385.


Background Color

.myBgColor { background-color: #819385; }

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

This div background color is #819385.


Border color

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

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

This div border color is #819385.


Opacity

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

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

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

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

This text has shadow with #819385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819385 on black background.


Color preview on white background

This text has color #819385 on white background.



Black color preview on #819385 background

This text has black color on #819385 background.


White color preview on #819385 background

This text has white color on #819385 background.