COLOR #938077

HEX: #938077
RGB: (147,128,119)

Color info

#938077 contains red, green and blue colors in about the same proportion. Web safe color of #938077 is #996666 (or #966).

RGB color model

#938077 color RGB value is (147,128,119).

  • red value is 147;
  • green value is 128;
  • blue value is 119.
RGB:
(147,128,119)
(58%,50%,47%)

RGB channels and saturation

R 147 of 255 = 58%
G 128 of 255 = 50%
B 119 of 255 = 47%

147
128
119

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

Portions of RGB colors in percentages

R + G + B =
147 + 128 + 119 = 394 (100%)
R 147 of 394 ~ 37.31%
G 128 of 394 ~ 32.49%
B 119 of 394 ~ 30.2%

%37.31
%32.49
%30.2

CMYK color model

#938077 color CMYK value is (0,13,19,42).

  • cyan value is 0.00%
  • magenta value is 12.93%
  • yellow value is 19.05%
  • key color value is 42.35%
CMYK:
(0,13,19,42)
C0M13Y19K42 
(0%,13%,19%,42%)
(0.00/0.13/0.19/0.42)	

CMYK percentages

%0
%12.93
%19.05
%42.35

Codes

Color #938077 in popluar color models

938077
RGB147128119
HSL19°11.48%52.16%
HSB/HSV19°19.05%57.65%
CMYK0.00%12.93%19.05%
42.35%

Color #938077 in popluar number systems.

HEX938077
Decimal147128119
Binary10010011100000001110111
Octal223200167

Shades and tints

Shades of #938077

#938077
(147,128,119)
#86756D
(134,117,109)
#796A63
(121,106,99)
#6C5F59
(108,95,89)
#5F544F
(95,84,79)
#524945
(82,73,69)
#453E3B
(69,62,59)
#383331
(56,51,49)
#2B2827
(43,40,39)
#1E1D1D
(30,29,29)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #938077

#938077
(147,128,119)
#9C8B83
(156,139,131)
#A5968F
(165,150,143)
#AEA19B
(174,161,155)
#B7ACA7
(183,172,167)
#C0B7B3
(192,183,179)
#C9C2BF
(201,194,191)
#D2CDCB
(210,205,203)
#DBD8D7
(219,216,215)
#E4E3E3
(228,227,227)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #938077 color. Also use rgb(147,128,119) instead hex code.

Text Font Color

.myTextColor { color: #938077; }

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

This text font color is #938077.


Background Color

.myBgColor { background-color: #938077; }

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

This div background color is #938077.


Border color

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

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

This div border color is #938077.


Opacity

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

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

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

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

This text has shadow with #938077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #938077 on black background.


Color preview on white background

This text has color #938077 on white background.



Black color preview on #938077 background

This text has black color on #938077 background.


White color preview on #938077 background

This text has white color on #938077 background.