COLOR #908E2F

HEX: #908E2F
RGB: (144,142,47)

Color info

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

RGB color model

#908E2F color RGB value is (144,142,47).

  • red value is 144;
  • green value is 142;
  • blue value is 47.
RGB:
(144,142,47)
(56%,56%,18%)

RGB channels and saturation

R 144 of 255 = 56%
G 142 of 255 = 56%
B 47 of 255 = 18%

144
142
47

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

Portions of RGB colors in percentages

R + G + B =
144 + 142 + 47 = 333 (100%)
R 144 of 333 ~ 43.24%
G 142 of 333 ~ 42.64%
B 47 of 333 ~ 14.11%

%43.24
%42.64
%14.11

CMYK color model

#908E2F color CMYK value is (0,1,67,44).

  • cyan value is 0.00%
  • magenta value is 1.39%
  • yellow value is 67.36%
  • key color value is 43.53%
CMYK:
(0,1,67,44)
C0M1Y67K44 
(0%,1%,67%,44%)
(0.00/0.01/0.67/0.44)	

CMYK percentages

%0
%1.39
%67.36
%43.53

Codes

Color #908E2F in popluar color models

908E2F
RGB14414247
HSL59°50.79%37.45%
HSB/HSV59°67.36%56.47%
CMYK0.00%1.39%67.36%
43.53%

Color #908E2F in popluar number systems.

HEX908E2F
Decimal14414247
Binary1001000010001110101111
Octal22021657

Shades and tints

Shades of #908E2F

#908E2F
(144,142,47)
#83822B
(131,130,43)
#767627
(118,118,39)
#696A23
(105,106,35)
#5C5E1F
(92,94,31)
#4F521B
(79,82,27)
#424617
(66,70,23)
#353A13
(53,58,19)
#282E0F
(40,46,15)
#1B220B
(27,34,11)
#0E1607
(14,22,7)
#000000
(0,0,0)

Tints of #908E2F

#908E2F
(144,142,47)
#9A9841
(154,152,65)
#A4A253
(164,162,83)
#AEAC65
(174,172,101)
#B8B677
(184,182,119)
#C2C089
(194,192,137)
#CCCA9B
(204,202,155)
#D6D4AD
(214,212,173)
#E0DEBF
(224,222,191)
#EAE8D1
(234,232,209)
#F4F2E3
(244,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908E2F color. Also use rgb(144,142,47) instead hex code.

Text Font Color

.myTextColor { color: #908E2F; }

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

This text font color is #908E2F.


Background Color

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

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

This div background color is #908E2F.


Border color

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

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

This div border color is #908E2F.


Opacity

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

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

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

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

This text has shadow with #908E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908E2F on black background.


Color preview on white background

This text has color #908E2F on white background.



Black color preview on #908E2F background

This text has black color on #908E2F background.


White color preview on #908E2F background

This text has white color on #908E2F background.