COLOR #907371

HEX: #907371
RGB: (144,115,113)

Color info

#907371 contains red, green and blue colors in about the same proportion. Web safe color of #907371 is #996666 (or #966).

RGB color model

#907371 color RGB value is (144,115,113).

  • red value is 144;
  • green value is 115;
  • blue value is 113.
RGB:
(144,115,113)
(56%,45%,44%)

RGB channels and saturation

R 144 of 255 = 56%
G 115 of 255 = 45%
B 113 of 255 = 44%

144
115
113

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

Portions of RGB colors in percentages

R + G + B =
144 + 115 + 113 = 372 (100%)
R 144 of 372 ~ 38.71%
G 115 of 372 ~ 30.91%
B 113 of 372 ~ 30.38%

%38.71
%30.91
%30.38

CMYK color model

#907371 color CMYK value is (0,20,22,44).

  • cyan value is 0.00%
  • magenta value is 20.14%
  • yellow value is 21.53%
  • key color value is 43.53%
CMYK:
(0,20,22,44)
C0M20Y22K44 
(0%,20%,22%,44%)
(0.00/0.20/0.22/0.44)	

CMYK percentages

%0
%20.14
%21.53
%43.53

Codes

Color #907371 in popluar color models

907371
RGB144115113
HSL12.25%50.39%
HSB/HSV21.53%56.47%
CMYK0.00%20.14%21.53%
43.53%

Color #907371 in popluar number systems.

HEX907371
Decimal144115113
Binary1001000011100111110001
Octal220163161

Shades and tints

Shades of #907371

#907371
(144,115,113)
#836967
(131,105,103)
#765F5D
(118,95,93)
#695553
(105,85,83)
#5C4B49
(92,75,73)
#4F413F
(79,65,63)
#423735
(66,55,53)
#352D2B
(53,45,43)
#282321
(40,35,33)
#1B1917
(27,25,23)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #907371

#907371
(144,115,113)
#9A7F7D
(154,127,125)
#A48B89
(164,139,137)
#AE9795
(174,151,149)
#B8A3A1
(184,163,161)
#C2AFAD
(194,175,173)
#CCBBB9
(204,187,185)
#D6C7C5
(214,199,197)
#E0D3D1
(224,211,209)
#EADFDD
(234,223,221)
#F4EBE9
(244,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #907371 color. Also use rgb(144,115,113) instead hex code.

Text Font Color

.myTextColor { color: #907371; }

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

This text font color is #907371.


Background Color

.myBgColor { background-color: #907371; }

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

This div background color is #907371.


Border color

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

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

This div border color is #907371.


Opacity

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

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

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

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

This text has shadow with #907371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #907371 on black background.


Color preview on white background

This text has color #907371 on white background.



Black color preview on #907371 background

This text has black color on #907371 background.


White color preview on #907371 background

This text has white color on #907371 background.