COLOR #917D37

HEX: #917D37 RGB: (145,125,55)

Color info

#917D37 contains mainly red and green colors. Web safe color of #917D37 is #996633 (or #963).

RGB color model

#917D37 color RGB value is (145,125,55).

RGB: (145,125,55) (57%, 49%, 22%)

RGB channels and saturation

R 145 of 255 = 57%
G 125 of 255 = 49%
B 55 of 255 = 22%

145
125
55

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

Portions of RGB colors in percentages

R + G + B = 145 + 125 + 55 = 325 (100%)
R 145 of 325 ~ 44.62%
G 125 of 325 ~ 38.46%
B 55 of 325 ~ 16.92'%

%44.62
%38.46
%16.92

CMYK color model

#917D37 color CMYK value is (0,14,62,43).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 62.07%
  • key color value is 43.14%

CMYK: (0,14,62,43)
C0M14Y62K43 (0%, 14%, 62%, 43%)
(0.00 / 0.14 / 0.62 / 0.43)

CMYK percentages

%0
%13.79
%62.07
%43.14

Codes

Color #917D37 in popluar color models

91 7D 37
RGB 145 125 55
HSL 47° 45.00% 39.22%
HSB/HSV 47° 62.07% 56.86%
CMYK 0.00% 13.79% 62.07%
43.14%

Color #917D37 in popluar number systems.

HEX 91 7D 37
Decimal 145 125 55
Binary 10010001 1111101 110111
Octal 221 175 67

Shades and tints

Shades of #917D37

#917D37
(145,125,55)
#847232
(132,114,50)
#77672D
(119,103,45)
#6A5C28
(106,92,40)
#5D5123
(93,81,35)
#50461E
(80,70,30)
#433B19
(67,59,25)
#363014
(54,48,20)
#29250F
(41,37,15)
#1C1A0A
(28,26,10)
#0F0F05
(15,15,5)
#000000
(0,0,0)

Tints of #917D37

#917D37
(145,125,55)
#9B8849
(155,136,73)
#A5935B
(165,147,91)
#AF9E6D
(175,158,109)
#B9A97F
(185,169,127)
#C3B491
(195,180,145)
#CDBFA3
(205,191,163)
#D7CAB5
(215,202,181)
#E1D5C7
(225,213,199)
#EBE0D9
(235,224,217)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917D37 color. Also use rgb(145,125,55) instead hex code.

Text Font Color

.myTextColor { color: #917D37; }

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

This text font color is #917D37.

Background Color

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

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

This div background color is #917D37.

Border color

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

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

This div border color is #917D37.

Opacity

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

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

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

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

This text has shadow with #917D37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #917D37.

Preview

Color preview on black background

This text has color #917D37 on black background.


Color preview on white background

This text has color #917D37 on white background.


Black color preview on #917D37 background

This text has black color on #917D37 background.


White color preview on #917D37 background

This text has white color on #917D37 background.


Related colors

Complementary color

Complementary color for #hex is #6E82C8.


I love getcolorcode.com

Triadic colors

1 #37917D and #7D3791 with #917D37 are triadic colors.

2 #377D91 and #7D9137 with #917D37 are triadic colors.