COLOR #919C63

HEX: #919C63
RGB: (145,156,99)

Color info

#919C63 contains red, green and blue colors in about the same proportion. Web safe color of #919C63 is #999966 (or #996).

RGB color model

#919C63 color RGB value is (145,156,99).

  • red value is 145;
  • green value is 156;
  • blue value is 99.
RGB:
(145,156,99)
(57%,61%,39%)

RGB channels and saturation

R 145 of 255 = 57%
G 156 of 255 = 61%
B 99 of 255 = 39%

145
156
99

R + G + B ~ 52%. #919C63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 156 + 99 = 400 (100%)
R 145 of 400 ~ 36.25%
G 156 of 400 ~ 39%
B 99 of 400 ~ 24.75%

%36.25
%39
%24.75

CMYK color model

#919C63 color CMYK value is (7,0,37,39).

  • cyan value is 7.05%
  • magenta value is 0.00%
  • yellow value is 36.54%
  • key color value is 38.82%
CMYK:
(7,0,37,39)
C7M0Y37K39 
(7%,0%,37%,39%)
(0.07/0.00/0.37/0.39)	

CMYK percentages

%7.05
%0
%36.54
%38.82

Codes

Color #919C63 in popluar color models

919C63
RGB14515699
HSL72°22.35%50.00%
HSB/HSV72°36.54%61.18%
CMYK7.05%0.00%36.54%
38.82%

Color #919C63 in popluar number systems.

HEX919C63
Decimal14515699
Binary10010001100111001100011
Octal221234143

Shades and tints

Shades of #919C63

#919C63
(145,156,99)
#848E5A
(132,142,90)
#778051
(119,128,81)
#6A7248
(106,114,72)
#5D643F
(93,100,63)
#505636
(80,86,54)
#43482D
(67,72,45)
#363A24
(54,58,36)
#292C1B
(41,44,27)
#1C1E12
(28,30,18)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #919C63

#919C63
(145,156,99)
#9BA571
(155,165,113)
#A5AE7F
(165,174,127)
#AFB78D
(175,183,141)
#B9C09B
(185,192,155)
#C3C9A9
(195,201,169)
#CDD2B7
(205,210,183)
#D7DBC5
(215,219,197)
#E1E4D3
(225,228,211)
#EBEDE1
(235,237,225)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #919C63 color. Also use rgb(145,156,99) instead hex code.

Text Font Color

.myTextColor { color: #919C63; }

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

This text font color is #919C63.


Background Color

.myBgColor { background-color: #919C63; }

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

This div background color is #919C63.


Border color

.myBorderColor { border: 1px solid #919C63; }

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

This div border color is #919C63.


Opacity

.myOpacity80 { color: #919C63; opacity: 0.8; }

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

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

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

This text has shadow with #919C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #919C63 on black background.


Color preview on white background

This text has color #919C63 on white background.



Black color preview on #919C63 background

This text has black color on #919C63 background.


White color preview on #919C63 background

This text has white color on #919C63 background.