COLOR #919B7E

HEX: #919B7E
RGB: (145,155,126)

Color info

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

RGB color model

#919B7E color RGB value is (145,155,126).

  • red value is 145;
  • green value is 155;
  • blue value is 126.
RGB:
(145,155,126)
(57%,61%,49%)

RGB channels and saturation

R 145 of 255 = 57%
G 155 of 255 = 61%
B 126 of 255 = 49%

145
155
126

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

Portions of RGB colors in percentages

R + G + B =
145 + 155 + 126 = 426 (100%)
R 145 of 426 ~ 34.04%
G 155 of 426 ~ 36.38%
B 126 of 426 ~ 29.58%

%34.04
%36.38
%29.58

CMYK color model

#919B7E color CMYK value is (6,0,19,39).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 18.71%
  • key color value is 39.22%
CMYK:
(6,0,19,39)
C6M0Y19K39 
(6%,0%,19%,39%)
(0.06/0.00/0.19/0.39)	

CMYK percentages

%6.45
%0
%18.71
%39.22

Codes

Color #919B7E in popluar color models

919B7E
RGB145155126
HSL81°12.66%55.10%
HSB/HSV81°18.71%60.78%
CMYK6.45%0.00%18.71%
39.22%

Color #919B7E in popluar number systems.

HEX919B7E
Decimal145155126
Binary10010001100110111111110
Octal221233176

Shades and tints

Shades of #919B7E

#919B7E
(145,155,126)
#848D73
(132,141,115)
#777F68
(119,127,104)
#6A715D
(106,113,93)
#5D6352
(93,99,82)
#505547
(80,85,71)
#43473C
(67,71,60)
#363931
(54,57,49)
#292B26
(41,43,38)
#1C1D1B
(28,29,27)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #919B7E

#919B7E
(145,155,126)
#9BA489
(155,164,137)
#A5AD94
(165,173,148)
#AFB69F
(175,182,159)
#B9BFAA
(185,191,170)
#C3C8B5
(195,200,181)
#CDD1C0
(205,209,192)
#D7DACB
(215,218,203)
#E1E3D6
(225,227,214)
#EBECE1
(235,236,225)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #919B7E color. Also use rgb(145,155,126) instead hex code.

Text Font Color

.myTextColor { color: #919B7E; }

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

This text font color is #919B7E.


Background Color

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

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

This div background color is #919B7E.


Border color

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

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

This div border color is #919B7E.


Opacity

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

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

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

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

This text has shadow with #919B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #919B7E on black background.


Color preview on white background

This text has color #919B7E on white background.



Black color preview on #919B7E background

This text has black color on #919B7E background.


White color preview on #919B7E background

This text has white color on #919B7E background.