COLOR #917E53

HEX: #917E53 RGB: (145,126,83)

Color info

#917E53 contains mainly red and green colors. Web safe color of #917E53 is #996666 (or #966).

RGB color model

#917E53 color RGB value is (145,126,83).

RGB: (145,126,83) (57%, 49%, 33%)

RGB channels and saturation

R 145 of 255 = 57%
G 126 of 255 = 49%
B 83 of 255 = 33%

145
126
83

R + G + B ~ 46%. #917E53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 145 + 126 + 83 = 354 (100%)
R 145 of 354 ~ 40.96%
G 126 of 354 ~ 35.59%
B 83 of 354 ~ 23.45'%

%40.96
%35.59
%23.45

CMYK color model

#917E53 color CMYK value is (0,13,43,43).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 42.76%
  • key color value is 43.14%

CMYK: (0,13,43,43)
C0M13Y43K43 (0%, 13%, 43%, 43%)
(0.00 / 0.13 / 0.43 / 0.43)

CMYK percentages

%0
%13.1
%42.76
%43.14

Codes

Color #917E53 in popluar color models

91 7E 53
RGB 145 126 83
HSL 42° 27.19% 44.71%
HSB/HSV 42° 42.76% 56.86%
CMYK 0.00% 13.10% 42.76%
43.14%

Color #917E53 in popluar number systems.

HEX 91 7E 53
Decimal 145 126 83
Binary 10010001 1111110 1010011
Octal 221 176 123

Shades and tints

Shades of #917E53

#917E53
(145,126,83)
#84734C
(132,115,76)
#776845
(119,104,69)
#6A5D3E
(106,93,62)
#5D5237
(93,82,55)
#504730
(80,71,48)
#433C29
(67,60,41)
#363122
(54,49,34)
#29261B
(41,38,27)
#1C1B14
(28,27,20)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #917E53

#917E53
(145,126,83)
#9B8962
(155,137,98)
#A59471
(165,148,113)
#AF9F80
(175,159,128)
#B9AA8F
(185,170,143)
#C3B59E
(195,181,158)
#CDC0AD
(205,192,173)
#D7CBBC
(215,203,188)
#E1D6CB
(225,214,203)
#EBE1DA
(235,225,218)
#F5ECE9
(245,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917E53 color. Also use rgb(145,126,83) instead hex code.

Text Font Color

.myTextColor { color: #917E53; }

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

This text font color is #917E53.

Background Color

.myBgColor { background-color: #917E53; }

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

This div background color is #917E53.

Border color

.myBorderColor { border: 1px solid #917E53; }

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

This div border color is #917E53.

Opacity

.myOpacity80 { color: #917E53; opacity: 0.8; }

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

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

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

This text has shadow with #917E53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #917E53.

Preview

Color preview on black background

This text has color #917E53 on black background.


Color preview on white background

This text has color #917E53 on white background.


Black color preview on #917E53 background

This text has black color on #917E53 background.


White color preview on #917E53 background

This text has white color on #917E53 background.


Related colors

Complementary color

Complementary color for #hex is #6E81AC.


I love getcolorcode.com

Triadic colors

1 #53917E and #7E5391 with #917E53 are triadic colors.

2 #537E91 and #7E9153 with #917E53 are triadic colors.