COLOR #908F79

HEX: #908F79 RGB: (144,143,121)

Color info

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

RGB color model

#908F79 color RGB value is (144,143,121).

RGB: (144,143,121) (56%, 56%, 47%)

RGB channels and saturation

R 144 of 255 = 56%
G 143 of 255 = 56%
B 121 of 255 = 47%

144
143
121

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

Portions of RGB colors in percentages

R + G + B = 144 + 143 + 121 = 408 (100%)
R 144 of 408 ~ 35.29%
G 143 of 408 ~ 35.05%
B 121 of 408 ~ 29.66'%

%35.29
%35.05
%29.66

CMYK color model

#908F79 color CMYK value is (0,1,16,44).

  • cyan value is 0.00%
  • magenta value is 0.69%
  • yellow value is 15.97%
  • key color value is 43.53%

CMYK: (0,1,16,44)
C0M1Y16K44 (0%, 1%, 16%, 44%)
(0.00 / 0.01 / 0.16 / 0.44)

CMYK percentages

%0
%0.69
%15.97
%43.53

Codes

Color #908F79 in popluar color models

90 8F 79
RGB 144 143 121
HSL 57° 9.39% 51.96%
HSB/HSV 57° 15.97% 56.47%
CMYK 0.00% 0.69% 15.97%
43.53%

Color #908F79 in popluar number systems.

HEX 90 8F 79
Decimal 144 143 121
Binary 10010000 10001111 1111001
Octal 220 217 171

Shades and tints

Shades of #908F79

#908F79
(144,143,121)
#83826E
(131,130,110)
#767563
(118,117,99)
#696858
(105,104,88)
#5C5B4D
(92,91,77)
#4F4E42
(79,78,66)
#424137
(66,65,55)
#35342C
(53,52,44)
#282721
(40,39,33)
#1B1A16
(27,26,22)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #908F79

#908F79
(144,143,121)
#9A9985
(154,153,133)
#A4A391
(164,163,145)
#AEAD9D
(174,173,157)
#B8B7A9
(184,183,169)
#C2C1B5
(194,193,181)
#CCCBC1
(204,203,193)
#D6D5CD
(214,213,205)
#E0DFD9
(224,223,217)
#EAE9E5
(234,233,229)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908F79 color. Also use rgb(144,143,121) instead hex code.

Text Font Color

.myTextColor { color: #908F79; }

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

This text font color is #908F79.

Background Color

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

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

This div background color is #908F79.

Border color

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

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

This div border color is #908F79.

Opacity

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

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

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

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

This text has shadow with #908F79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #908F79.

Preview

Color preview on black background

This text has color #908F79 on black background.


Color preview on white background

This text has color #908F79 on white background.


Black color preview on #908F79 background

This text has black color on #908F79 background.


White color preview on #908F79 background

This text has white color on #908F79 background.


Related colors

Complementary color

Complementary color for #hex is #6F7086.


I love getcolorcode.com

Triadic colors

1 #79908F and #8F7990 with #908F79 are triadic colors.

2 #798F90 and #8F9079 with #908F79 are triadic colors.