COLOR #908565

HEX: #908565
RGB: (144,133,101)

Color info

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

RGB color model

#908565 color RGB value is (144,133,101).

  • red value is 144;
  • green value is 133;
  • blue value is 101.
RGB:
(144,133,101)
(56%,52%,40%)

RGB channels and saturation

R 144 of 255 = 56%
G 133 of 255 = 52%
B 101 of 255 = 40%

144
133
101

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

Portions of RGB colors in percentages

R + G + B =
144 + 133 + 101 = 378 (100%)
R 144 of 378 ~ 38.1%
G 133 of 378 ~ 35.19%
B 101 of 378 ~ 26.72%

%38.1
%35.19
%26.72

CMYK color model

#908565 color CMYK value is (0,8,30,44).

  • cyan value is 0.00%
  • magenta value is 7.64%
  • yellow value is 29.86%
  • key color value is 43.53%
CMYK:
(0,8,30,44)
C0M8Y30K44 
(0%,8%,30%,44%)
(0.00/0.08/0.30/0.44)	

CMYK percentages

%0
%7.64
%29.86
%43.53

Codes

Color #908565 in popluar color models

908565
RGB144133101
HSL45°17.55%48.04%
HSB/HSV45°29.86%56.47%
CMYK0.00%7.64%29.86%
43.53%

Color #908565 in popluar number systems.

HEX908565
Decimal144133101
Binary10010000100001011100101
Octal220205145

Shades and tints

Shades of #908565

#908565
(144,133,101)
#83795C
(131,121,92)
#766D53
(118,109,83)
#69614A
(105,97,74)
#5C5541
(92,85,65)
#4F4938
(79,73,56)
#423D2F
(66,61,47)
#353126
(53,49,38)
#28251D
(40,37,29)
#1B1914
(27,25,20)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #908565

#908565
(144,133,101)
#9A9073
(154,144,115)
#A49B81
(164,155,129)
#AEA68F
(174,166,143)
#B8B19D
(184,177,157)
#C2BCAB
(194,188,171)
#CCC7B9
(204,199,185)
#D6D2C7
(214,210,199)
#E0DDD5
(224,221,213)
#EAE8E3
(234,232,227)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908565 color. Also use rgb(144,133,101) instead hex code.

Text Font Color

.myTextColor { color: #908565; }

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

This text font color is #908565.


Background Color

.myBgColor { background-color: #908565; }

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

This div background color is #908565.


Border color

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

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

This div border color is #908565.


Opacity

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

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

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

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

This text has shadow with #908565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908565 on black background.


Color preview on white background

This text has color #908565 on white background.



Black color preview on #908565 background

This text has black color on #908565 background.


White color preview on #908565 background

This text has white color on #908565 background.