COLOR #919449

HEX: #919449
RGB: (145,148,73)

Color info

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

RGB color model

#919449 color RGB value is (145,148,73).

  • red value is 145;
  • green value is 148;
  • blue value is 73.
RGB:
(145,148,73)
(57%,58%,29%)

RGB channels and saturation

R 145 of 255 = 57%
G 148 of 255 = 58%
B 73 of 255 = 29%

145
148
73

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

Portions of RGB colors in percentages

R + G + B =
145 + 148 + 73 = 366 (100%)
R 145 of 366 ~ 39.62%
G 148 of 366 ~ 40.44%
B 73 of 366 ~ 19.95%

%39.62
%40.44
%19.95

CMYK color model

#919449 color CMYK value is (2,0,51,42).

  • cyan value is 2.03%
  • magenta value is 0.00%
  • yellow value is 50.68%
  • key color value is 41.96%
CMYK:
(2,0,51,42)
C2M0Y51K42 
(2%,0%,51%,42%)
(0.02/0.00/0.51/0.42)	

CMYK percentages

%2.03
%0
%50.68
%41.96

Codes

Color #919449 in popluar color models

919449
RGB14514873
HSL62°33.94%43.33%
HSB/HSV62°50.68%58.04%
CMYK2.03%0.00%50.68%
41.96%

Color #919449 in popluar number systems.

HEX919449
Decimal14514873
Binary10010001100101001001001
Octal221224111

Shades and tints

Shades of #919449

#919449
(145,148,73)
#848743
(132,135,67)
#777A3D
(119,122,61)
#6A6D37
(106,109,55)
#5D6031
(93,96,49)
#50532B
(80,83,43)
#434625
(67,70,37)
#36391F
(54,57,31)
#292C19
(41,44,25)
#1C1F13
(28,31,19)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #919449

#919449
(145,148,73)
#9B9D59
(155,157,89)
#A5A669
(165,166,105)
#AFAF79
(175,175,121)
#B9B889
(185,184,137)
#C3C199
(195,193,153)
#CDCAA9
(205,202,169)
#D7D3B9
(215,211,185)
#E1DCC9
(225,220,201)
#EBE5D9
(235,229,217)
#F5EEE9
(245,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #919449 color. Also use rgb(145,148,73) instead hex code.

Text Font Color

.myTextColor { color: #919449; }

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

This text font color is #919449.


Background Color

.myBgColor { background-color: #919449; }

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

This div background color is #919449.


Border color

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

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

This div border color is #919449.


Opacity

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

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

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

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

This text has shadow with #919449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #919449 on black background.


Color preview on white background

This text has color #919449 on white background.



Black color preview on #919449 background

This text has black color on #919449 background.


White color preview on #919449 background

This text has white color on #919449 background.