COLOR #908163

HEX: #908163
RGB: (144,129,99)

Color info

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

RGB color model

#908163 color RGB value is (144,129,99).

  • red value is 144;
  • green value is 129;
  • blue value is 99.
RGB:
(144,129,99)
(56%,51%,39%)

RGB channels and saturation

R 144 of 255 = 56%
G 129 of 255 = 51%
B 99 of 255 = 39%

144
129
99

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

Portions of RGB colors in percentages

R + G + B =
144 + 129 + 99 = 372 (100%)
R 144 of 372 ~ 38.71%
G 129 of 372 ~ 34.68%
B 99 of 372 ~ 26.61%

%38.71
%34.68
%26.61

CMYK color model

#908163 color CMYK value is (0,10,31,44).

  • cyan value is 0.00%
  • magenta value is 10.42%
  • yellow value is 31.25%
  • key color value is 43.53%
CMYK:
(0,10,31,44)
C0M10Y31K44 
(0%,10%,31%,44%)
(0.00/0.10/0.31/0.44)	

CMYK percentages

%0
%10.42
%31.25
%43.53

Codes

Color #908163 in popluar color models

908163
RGB14412999
HSL40°18.52%47.65%
HSB/HSV40°31.25%56.47%
CMYK0.00%10.42%31.25%
43.53%

Color #908163 in popluar number systems.

HEX908163
Decimal14412999
Binary10010000100000011100011
Octal220201143

Shades and tints

Shades of #908163

#908163
(144,129,99)
#83765A
(131,118,90)
#766B51
(118,107,81)
#696048
(105,96,72)
#5C553F
(92,85,63)
#4F4A36
(79,74,54)
#423F2D
(66,63,45)
#353424
(53,52,36)
#28291B
(40,41,27)
#1B1E12
(27,30,18)
#0E1309
(14,19,9)
#000000
(0,0,0)

Tints of #908163

#908163
(144,129,99)
#9A8C71
(154,140,113)
#A4977F
(164,151,127)
#AEA28D
(174,162,141)
#B8AD9B
(184,173,155)
#C2B8A9
(194,184,169)
#CCC3B7
(204,195,183)
#D6CEC5
(214,206,197)
#E0D9D3
(224,217,211)
#EAE4E1
(234,228,225)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908163 color. Also use rgb(144,129,99) instead hex code.

Text Font Color

.myTextColor { color: #908163; }

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

This text font color is #908163.


Background Color

.myBgColor { background-color: #908163; }

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

This div background color is #908163.


Border color

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

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

This div border color is #908163.


Opacity

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

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

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

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

This text has shadow with #908163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908163 on black background.


Color preview on white background

This text has color #908163 on white background.



Black color preview on #908163 background

This text has black color on #908163 background.


White color preview on #908163 background

This text has white color on #908163 background.