COLOR #819249

HEX: #819249
RGB: (129,146,73)

Color info

#819249 contains mainly red and green colors. Web safe color of #819249 is #999933 (or #993).

RGB color model

#819249 color RGB value is (129,146,73).

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

RGB channels and saturation

R 129 of 255 = 51%
G 146 of 255 = 57%
B 73 of 255 = 29%

129
146
73

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

Portions of RGB colors in percentages

R + G + B =
129 + 146 + 73 = 348 (100%)
R 129 of 348 ~ 37.07%
G 146 of 348 ~ 41.95%
B 73 of 348 ~ 20.98%

%37.07
%41.95
%20.98

CMYK color model

#819249 color CMYK value is (12,0,50,43).

  • cyan value is 11.64%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 42.75%
CMYK:
(12,0,50,43)
C12M0Y50K43 
(12%,0%,50%,43%)
(0.12/0.00/0.50/0.43)	

CMYK percentages

%11.64
%0
%50
%42.75

Codes

Color #819249 in popluar color models

819249
RGB12914673
HSL74°33.33%42.94%
HSB/HSV74°50.00%57.25%
CMYK11.64%0.00%50.00%
42.75%

Color #819249 in popluar number systems.

HEX819249
Decimal12914673
Binary10000001100100101001001
Octal201222111

Shades and tints

Shades of #819249

#819249
(129,146,73)
#768543
(118,133,67)
#6B783D
(107,120,61)
#606B37
(96,107,55)
#555E31
(85,94,49)
#4A512B
(74,81,43)
#3F4425
(63,68,37)
#34371F
(52,55,31)
#292A19
(41,42,25)
#1E1D13
(30,29,19)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #819249

#819249
(129,146,73)
#8C9B59
(140,155,89)
#97A469
(151,164,105)
#A2AD79
(162,173,121)
#ADB689
(173,182,137)
#B8BF99
(184,191,153)
#C3C8A9
(195,200,169)
#CED1B9
(206,209,185)
#D9DAC9
(217,218,201)
#E4E3D9
(228,227,217)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819249; }

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

This text font color is #819249.


Background Color

.myBgColor { background-color: #819249; }

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

This div background color is #819249.


Border color

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

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

This div border color is #819249.


Opacity

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

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

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

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

This text has shadow with #819249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819249 on black background.


Color preview on white background

This text has color #819249 on white background.



Black color preview on #819249 background

This text has black color on #819249 background.


White color preview on #819249 background

This text has white color on #819249 background.