COLOR #908C4B

HEX: #908C4B RGB: (144,140,75)

Color info

#908C4B contains mainly red and green colors. Web safe color of #908C4B is #999933 (or #993).

RGB color model

#908C4B color RGB value is (144,140,75).

RGB: (144,140,75) (56%, 55%, 29%)

RGB channels and saturation

R 144 of 255 = 56%
G 140 of 255 = 55%
B 75 of 255 = 29%

144
140
75

R + G + B ~ 47%. #908C4B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 140 + 75 = 359 (100%)
R 144 of 359 ~ 40.11%
G 140 of 359 ~ 39%
B 75 of 359 ~ 20.89'%

%40.11
%39
%20.89

CMYK color model

#908C4B color CMYK value is (0,3,48,44).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 47.92%
  • key color value is 43.53%
CMYK: (0,3,48,44) C0M3Y48K44 (0%,3%,48%,44%) (0.00/0.03/0.48/0.44) 

CMYK percentages

%0
%2.78
%47.92
%43.53

Codes

Color #908C4B in popluar color models

90 8C 4B
RGB 144 140 75
HSL 57° 31.51% 42.94%
HSB/HSV 57° 47.92% 56.47%
CMYK 0.00% 2.78% 47.92%
43.53%

Color #908C4B in popluar number systems.

HEX 90 8C 4B
Decimal 144 140 75
Binary 10010000 10001100 1001011
Octal 220 214 113

Shades and tints

Shades of #908C4B

#908C4B
(144,140,75)
#838045
(131,128,69)
#76743F
(118,116,63)
#696839
(105,104,57)
#5C5C33
(92,92,51)
#4F502D
(79,80,45)
#424427
(66,68,39)
#353821
(53,56,33)
#282C1B
(40,44,27)
#1B2015
(27,32,21)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #908C4B

#908C4B
(144,140,75)
#9A965B
(154,150,91)
#A4A06B
(164,160,107)
#AEAA7B
(174,170,123)
#B8B48B
(184,180,139)
#C2BE9B
(194,190,155)
#CCC8AB
(204,200,171)
#D6D2BB
(214,210,187)
#E0DCCB
(224,220,203)
#EAE6DB
(234,230,219)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908C4B color. Also use rgb(144,140,75) instead hex code.

Text Font Color

.myTextColor { color: #908C4B; }

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

This text font color is #908C4B.

Background Color

.myBgColor { background-color: #908C4B; }

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

This div background color is #908C4B.

Border color

.myBorderColor { border: 1px solid #908C4B; }

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

This div border color is #908C4B.

Opacity

.myOpacity80 { color: #908C4B; opacity: 0.8; }

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

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

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

This text has shadow with #908C4B color.


.textShadow {text-shadow: 3px 3px 1px #908C4B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #908C4B; -webkit-box-shadow: 1px 1px 3px 2px #908C4B; box-shadow:1px 1px 3px 2px #908C4B;">
Div content here
</div>

This div box has shadow with color #908C4B.

Preview

Color preview on black background

This text has color #908C4B on black background.


Color preview on white background

This text has color #908C4B on white background.


Black color preview on #908C4B background

This text has black color on #908C4B background.


White color preview on #908C4B background

This text has white color on #908C4B background.


Related colors

Complementary color

Complementary color for #hex is #6F73B4.


I love getcolorcode.com

Triadic colors

1 #4B908C and #8C4B90 with #908C4B are triadic colors.

2 #4B8C90 and #8C904B with #908C4B are triadic colors.