COLOR #977629

HEX: #977629
RGB: (151,118,41)

Color info

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

RGB color model

#977629 color RGB value is (151,118,41).

  • red value is 151;
  • green value is 118;
  • blue value is 41.
RGB:
(151,118,41)
(59%,46%,16%)

RGB channels and saturation

R 151 of 255 = 59%
G 118 of 255 = 46%
B 41 of 255 = 16%

151
118
41

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

Portions of RGB colors in percentages

R + G + B =
151 + 118 + 41 = 310 (100%)
R 151 of 310 ~ 48.71%
G 118 of 310 ~ 38.06%
B 41 of 310 ~ 13.23%

%48.71
%38.06
%13.23

CMYK color model

#977629 color CMYK value is (0,22,73,41).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 72.85%
  • key color value is 40.78%
CMYK:
(0,22,73,41)
C0M22Y73K41 
(0%,22%,73%,41%)
(0.00/0.22/0.73/0.41)	

CMYK percentages

%0
%21.85
%72.85
%40.78

Codes

Color #977629 in popluar color models

977629
RGB15111841
HSL42°57.29%37.65%
HSB/HSV42°72.85%59.22%
CMYK0.00%21.85%72.85%
40.78%

Color #977629 in popluar number systems.

HEX977629
Decimal15111841
Binary100101111110110101001
Octal22716651

Shades and tints

Shades of #977629

#977629
(151,118,41)
#8A6C26
(138,108,38)
#7D6223
(125,98,35)
#705820
(112,88,32)
#634E1D
(99,78,29)
#56441A
(86,68,26)
#493A17
(73,58,23)
#3C3014
(60,48,20)
#2F2611
(47,38,17)
#221C0E
(34,28,14)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #977629

#977629
(151,118,41)
#A0823C
(160,130,60)
#A98E4F
(169,142,79)
#B29A62
(178,154,98)
#BBA675
(187,166,117)
#C4B288
(196,178,136)
#CDBE9B
(205,190,155)
#D6CAAE
(214,202,174)
#DFD6C1
(223,214,193)
#E8E2D4
(232,226,212)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977629 color. Also use rgb(151,118,41) instead hex code.

Text Font Color

.myTextColor { color: #977629; }

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

This text font color is #977629.


Background Color

.myBgColor { background-color: #977629; }

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

This div background color is #977629.


Border color

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

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

This div border color is #977629.


Opacity

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

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

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

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

This text has shadow with #977629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977629 on black background.


Color preview on white background

This text has color #977629 on white background.



Black color preview on #977629 background

This text has black color on #977629 background.


White color preview on #977629 background

This text has white color on #977629 background.