COLOR #908768

HEX: #908768
RGB: (144,135,104)

Color info

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

RGB color model

#908768 color RGB value is (144,135,104).

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

RGB channels and saturation

R 144 of 255 = 56%
G 135 of 255 = 53%
B 104 of 255 = 41%

144
135
104

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

Portions of RGB colors in percentages

R + G + B =
144 + 135 + 104 = 383 (100%)
R 144 of 383 ~ 37.6%
G 135 of 383 ~ 35.25%
B 104 of 383 ~ 27.15%

%37.6
%35.25
%27.15

CMYK color model

#908768 color CMYK value is (0,6,28,44).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 27.78%
  • key color value is 43.53%
CMYK:
(0,6,28,44)
C0M6Y28K44 
(0%,6%,28%,44%)
(0.00/0.06/0.28/0.44)	

CMYK percentages

%0
%6.25
%27.78
%43.53

Codes

Color #908768 in popluar color models

908768
RGB144135104
HSL47°16.13%48.63%
HSB/HSV47°27.78%56.47%
CMYK0.00%6.25%27.78%
43.53%

Color #908768 in popluar number systems.

HEX908768
Decimal144135104
Binary10010000100001111101000
Octal220207150

Shades and tints

Shades of #908768

#908768
(144,135,104)
#837B5F
(131,123,95)
#766F56
(118,111,86)
#69634D
(105,99,77)
#5C5744
(92,87,68)
#4F4B3B
(79,75,59)
#423F32
(66,63,50)
#353329
(53,51,41)
#282720
(40,39,32)
#1B1B17
(27,27,23)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #908768

#908768
(144,135,104)
#9A9175
(154,145,117)
#A49B82
(164,155,130)
#AEA58F
(174,165,143)
#B8AF9C
(184,175,156)
#C2B9A9
(194,185,169)
#CCC3B6
(204,195,182)
#D6CDC3
(214,205,195)
#E0D7D0
(224,215,208)
#EAE1DD
(234,225,221)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908768; }

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

This text font color is #908768.


Background Color

.myBgColor { background-color: #908768; }

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

This div background color is #908768.


Border color

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

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

This div border color is #908768.


Opacity

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

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

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

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

This text has shadow with #908768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908768 on black background.


Color preview on white background

This text has color #908768 on white background.



Black color preview on #908768 background

This text has black color on #908768 background.


White color preview on #908768 background

This text has white color on #908768 background.