COLOR #877C30

HEX: #877C30 RGB: (135,124,48)

Color info

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

RGB color model

#877C30 color RGB value is (135,124,48).

RGB: (135,124,48) (53%, 49%, 19%)

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 48 of 255 = 19%

135
124
48

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

Portions of RGB colors in percentages

R + G + B = 135 + 124 + 48 = 307 (100%)
R 135 of 307 ~ 43.97%
G 124 of 307 ~ 40.39%
B 48 of 307 ~ 15.64'%

%43.97
%40.39
%15.64

CMYK color model

#877C30 color CMYK value is (0,8,64,47).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 64.44%
  • key color value is 47.06%

CMYK: (0,8,64,47)
C0M8Y64K47 (0%, 8%, 64%, 47%)
(0.00 / 0.08 / 0.64 / 0.47)

CMYK percentages

%0
%8.15
%64.44
%47.06

Codes

Color #877C30 in popluar color models

87 7C 30
RGB 135 124 48
HSL 52° 47.54% 35.88%
HSB/HSV 52° 64.44% 52.94%
CMYK 0.00% 8.15% 64.44%
47.06%

Color #877C30 in popluar number systems.

HEX 87 7C 30
Decimal 135 124 48
Binary 10000111 1111100 110000
Octal 207 174 60

Shades and tints

Shades of #877C30

#877C30
(135,124,48)
#7B712C
(123,113,44)
#6F6628
(111,102,40)
#635B24
(99,91,36)
#575020
(87,80,32)
#4B451C
(75,69,28)
#3F3A18
(63,58,24)
#332F14
(51,47,20)
#272410
(39,36,16)
#1B190C
(27,25,12)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #877C30

#877C30
(135,124,48)
#918742
(145,135,66)
#9B9254
(155,146,84)
#A59D66
(165,157,102)
#AFA878
(175,168,120)
#B9B38A
(185,179,138)
#C3BE9C
(195,190,156)
#CDC9AE
(205,201,174)
#D7D4C0
(215,212,192)
#E1DFD2
(225,223,210)
#EBEAE4
(235,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877C30 color. Also use rgb(135,124,48) instead hex code.

Text Font Color

.myTextColor { color: #877C30; }

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

This text font color is #877C30.

Background Color

.myBgColor { background-color: #877C30; }

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

This div background color is #877C30.

Border color

.myBorderColor { border: 1px solid #877C30; }

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

This div border color is #877C30.

Opacity

.myOpacity80 { color: #877C30; opacity: 0.8; }

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

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

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

This text has shadow with #877C30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877C30.

Preview

Color preview on black background

This text has color #877C30 on black background.


Color preview on white background

This text has color #877C30 on white background.


Black color preview on #877C30 background

This text has black color on #877C30 background.


White color preview on #877C30 background

This text has white color on #877C30 background.


Related colors

Complementary color

Complementary color for #hex is #7883CF.


I love getcolorcode.com

Triadic colors

1 #30877C and #7C3087 with #877C30 are triadic colors.

2 #307C87 and #7C8730 with #877C30 are triadic colors.