COLOR #8C8230

HEX: #8C8230
RGB: (140,130,48)

Color info

#8C8230 contains mainly red and green colors. Web safe color of #8C8230 is #999933 (or #993).

RGB color model

#8C8230 color RGB value is (140,130,48).

  • red value is 140;
  • green value is 130;
  • blue value is 48.
RGB:
(140,130,48)
(55%,51%,19%)

RGB channels and saturation

R 140 of 255 = 55%
G 130 of 255 = 51%
B 48 of 255 = 19%

140
130
48

R + G + B ~ 42%. #8C8230 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 130 + 48 = 318 (100%)
R 140 of 318 ~ 44.03%
G 130 of 318 ~ 40.88%
B 48 of 318 ~ 15.09%

%44.03
%40.88
%15.09

CMYK color model

#8C8230 color CMYK value is (0,7,66,45).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 65.71%
  • key color value is 45.10%
CMYK:
(0,7,66,45)
C0M7Y66K45 
(0%,7%,66%,45%)
(0.00/0.07/0.66/0.45)	

CMYK percentages

%0
%7.14
%65.71
%45.1

Codes

Color #8C8230 in popluar color models

8C8230
RGB14013048
HSL53°48.94%36.86%
HSB/HSV53°65.71%54.90%
CMYK0.00%7.14%65.71%
45.10%

Color #8C8230 in popluar number systems.

HEX8C8230
Decimal14013048
Binary1000110010000010110000
Octal21420260

Shades and tints

Shades of #8C8230

#8C8230
(140,130,48)
#80772C
(128,119,44)
#746C28
(116,108,40)
#686124
(104,97,36)
#5C5620
(92,86,32)
#504B1C
(80,75,28)
#444018
(68,64,24)
#383514
(56,53,20)
#2C2A10
(44,42,16)
#201F0C
(32,31,12)
#141408
(20,20,8)
#000000
(0,0,0)

Tints of #8C8230

#8C8230
(140,130,48)
#968D42
(150,141,66)
#A09854
(160,152,84)
#AAA366
(170,163,102)
#B4AE78
(180,174,120)
#BEB98A
(190,185,138)
#C8C49C
(200,196,156)
#D2CFAE
(210,207,174)
#DCDAC0
(220,218,192)
#E6E5D2
(230,229,210)
#F0F0E4
(240,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C8230 color. Also use rgb(140,130,48) instead hex code.

Text Font Color

.myTextColor { color: #8C8230; }

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

This text font color is #8C8230.


Background Color

.myBgColor { background-color: #8C8230; }

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

This div background color is #8C8230.


Border color

.myBorderColor { border: 1px solid #8C8230; }

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

This div border color is #8C8230.


Opacity

.myOpacity80 { color: #8C8230; opacity: 0.8; }

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

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

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

This text has shadow with #8C8230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8230 on black background.


Color preview on white background

This text has color #8C8230 on white background.



Black color preview on #8C8230 background

This text has black color on #8C8230 background.


White color preview on #8C8230 background

This text has white color on #8C8230 background.