COLOR #8A7B03

HEX: #8A7B03
RGB: (138,123,3)

Color info

#8A7B03 contains mainly red and green colors. Web safe color of #8A7B03 is #996600 (or #960).

RGB color model

#8A7B03 color RGB value is (138,123,3).

  • red value is 138;
  • green value is 123;
  • blue value is 3.
RGB:
(138,123,3)
(54%,48%,1%)

RGB channels and saturation

R 138 of 255 = 54%
G 123 of 255 = 48%
B 3 of 255 = 1%

138
123
3

R + G + B ~ 34%. #8A7B03 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 123 + 3 = 264 (100%)
R 138 of 264 ~ 52.27%
G 123 of 264 ~ 46.59%
B 3 of 264 ~ 1.14%

%52.27
%46.59

CMYK color model

#8A7B03 color CMYK value is (0,11,98,46).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 97.83%
  • key color value is 45.88%
CMYK:
(0,11,98,46)
C0M11Y98K46 
(0%,11%,98%,46%)
(0.00/0.11/0.98/0.46)	

CMYK percentages

%0
%10.87
%97.83
%45.88

Codes

Color #8A7B03 in popluar color models

8A7B03
RGB1381233
HSL53°95.74%27.65%
HSB/HSV53°97.83%54.12%
CMYK0.00%10.87%97.83%
45.88%

Color #8A7B03 in popluar number systems.

HEX8A7B03
Decimal1381233
Binary10001010111101111
Octal2121733

Shades and tints

Shades of #8A7B03

#8A7B03
(138,123,3)
#7E7003
(126,112,3)
#726503
(114,101,3)
#665A03
(102,90,3)
#5A4F03
(90,79,3)
#4E4403
(78,68,3)
#423903
(66,57,3)
#362E03
(54,46,3)
#2A2303
(42,35,3)
#1E1803
(30,24,3)
#120D03
(18,13,3)
#000000
(0,0,0)

Tints of #8A7B03

#8A7B03
(138,123,3)
#948719
(148,135,25)
#9E932F
(158,147,47)
#A89F45
(168,159,69)
#B2AB5B
(178,171,91)
#BCB771
(188,183,113)
#C6C387
(198,195,135)
#D0CF9D
(208,207,157)
#DADBB3
(218,219,179)
#E4E7C9
(228,231,201)
#EEF3DF
(238,243,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7B03 color. Also use rgb(138,123,3) instead hex code.

Text Font Color

.myTextColor { color: #8A7B03; }

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

This text font color is #8A7B03.


Background Color

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

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

This div background color is #8A7B03.


Border color

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

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

This div border color is #8A7B03.


Opacity

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

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

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

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

This text has shadow with #8A7B03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7B03 on black background.


Color preview on white background

This text has color #8A7B03 on white background.



Black color preview on #8A7B03 background

This text has black color on #8A7B03 background.


White color preview on #8A7B03 background

This text has white color on #8A7B03 background.