COLOR #908761

HEX: #908761
RGB: (144,135,97)

Color info

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

RGB color model

#908761 color RGB value is (144,135,97).

  • red value is 144;
  • green value is 135;
  • blue value is 97.
RGB:
(144,135,97)
(56%,53%,38%)

RGB channels and saturation

R 144 of 255 = 56%
G 135 of 255 = 53%
B 97 of 255 = 38%

144
135
97

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

Portions of RGB colors in percentages

R + G + B =
144 + 135 + 97 = 376 (100%)
R 144 of 376 ~ 38.3%
G 135 of 376 ~ 35.9%
B 97 of 376 ~ 25.8%

%38.3
%35.9
%25.8

CMYK color model

#908761 color CMYK value is (0,6,33,44).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 32.64%
  • key color value is 43.53%
CMYK:
(0,6,33,44)
C0M6Y33K44 
(0%,6%,33%,44%)
(0.00/0.06/0.33/0.44)	

CMYK percentages

%0
%6.25
%32.64
%43.53

Codes

Color #908761 in popluar color models

908761
RGB14413597
HSL49°19.50%47.25%
HSB/HSV49°32.64%56.47%
CMYK0.00%6.25%32.64%
43.53%

Color #908761 in popluar number systems.

HEX908761
Decimal14413597
Binary10010000100001111100001
Octal220207141

Shades and tints

Shades of #908761

#908761
(144,135,97)
#837B59
(131,123,89)
#766F51
(118,111,81)
#696349
(105,99,73)
#5C5741
(92,87,65)
#4F4B39
(79,75,57)
#423F31
(66,63,49)
#353329
(53,51,41)
#282721
(40,39,33)
#1B1B19
(27,27,25)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #908761

#908761
(144,135,97)
#9A916F
(154,145,111)
#A49B7D
(164,155,125)
#AEA58B
(174,165,139)
#B8AF99
(184,175,153)
#C2B9A7
(194,185,167)
#CCC3B5
(204,195,181)
#D6CDC3
(214,205,195)
#E0D7D1
(224,215,209)
#EAE1DF
(234,225,223)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908761 color. Also use rgb(144,135,97) instead hex code.

Text Font Color

.myTextColor { color: #908761; }

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

This text font color is #908761.


Background Color

.myBgColor { background-color: #908761; }

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

This div background color is #908761.


Border color

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

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

This div border color is #908761.


Opacity

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

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

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

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

This text has shadow with #908761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908761 on black background.


Color preview on white background

This text has color #908761 on white background.



Black color preview on #908761 background

This text has black color on #908761 background.


White color preview on #908761 background

This text has white color on #908761 background.