COLOR #908374

HEX: #908374
RGB: (144,131,116)

Color info

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

RGB color model

#908374 color RGB value is (144,131,116).

  • red value is 144;
  • green value is 131;
  • blue value is 116.
RGB:
(144,131,116)
(56%,51%,45%)

RGB channels and saturation

R 144 of 255 = 56%
G 131 of 255 = 51%
B 116 of 255 = 45%

144
131
116

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

Portions of RGB colors in percentages

R + G + B =
144 + 131 + 116 = 391 (100%)
R 144 of 391 ~ 36.83%
G 131 of 391 ~ 33.5%
B 116 of 391 ~ 29.67%

%36.83
%33.5
%29.67

CMYK color model

#908374 color CMYK value is (0,9,19,44).

  • cyan value is 0.00%
  • magenta value is 9.03%
  • yellow value is 19.44%
  • key color value is 43.53%
CMYK:
(0,9,19,44)
C0M9Y19K44 
(0%,9%,19%,44%)
(0.00/0.09/0.19/0.44)	

CMYK percentages

%0
%9.03
%19.44
%43.53

Codes

Color #908374 in popluar color models

908374
RGB144131116
HSL32°11.20%50.98%
HSB/HSV32°19.44%56.47%
CMYK0.00%9.03%19.44%
43.53%

Color #908374 in popluar number systems.

HEX908374
Decimal144131116
Binary10010000100000111110100
Octal220203164

Shades and tints

Shades of #908374

#908374
(144,131,116)
#83786A
(131,120,106)
#766D60
(118,109,96)
#696256
(105,98,86)
#5C574C
(92,87,76)
#4F4C42
(79,76,66)
#424138
(66,65,56)
#35362E
(53,54,46)
#282B24
(40,43,36)
#1B201A
(27,32,26)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #908374

#908374
(144,131,116)
#9A8E80
(154,142,128)
#A4998C
(164,153,140)
#AEA498
(174,164,152)
#B8AFA4
(184,175,164)
#C2BAB0
(194,186,176)
#CCC5BC
(204,197,188)
#D6D0C8
(214,208,200)
#E0DBD4
(224,219,212)
#EAE6E0
(234,230,224)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908374 color. Also use rgb(144,131,116) instead hex code.

Text Font Color

.myTextColor { color: #908374; }

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

This text font color is #908374.


Background Color

.myBgColor { background-color: #908374; }

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

This div background color is #908374.


Border color

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

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

This div border color is #908374.


Opacity

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

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

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

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

This text has shadow with #908374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908374 on black background.


Color preview on white background

This text has color #908374 on white background.



Black color preview on #908374 background

This text has black color on #908374 background.


White color preview on #908374 background

This text has white color on #908374 background.