COLOR #8A730B

HEX: #8A730B
RGB: (138,115,11)

Color info

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

RGB color model

#8A730B color RGB value is (138,115,11).

  • red value is 138;
  • green value is 115;
  • blue value is 11.
RGB:
(138,115,11)
(54%,45%,4%)

RGB channels and saturation

R 138 of 255 = 54%
G 115 of 255 = 45%
B 11 of 255 = 4%

138
115
11

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

Portions of RGB colors in percentages

R + G + B =
138 + 115 + 11 = 264 (100%)
R 138 of 264 ~ 52.27%
G 115 of 264 ~ 43.56%
B 11 of 264 ~ 4.17%

%52.27
%43.56

CMYK color model

#8A730B color CMYK value is (0,17,92,46).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 92.03%
  • key color value is 45.88%
CMYK:
(0,17,92,46)
C0M17Y92K46 
(0%,17%,92%,46%)
(0.00/0.17/0.92/0.46)	

CMYK percentages

%0
%16.67
%92.03
%45.88

Codes

Color #8A730B in popluar color models

8A730B
RGB13811511
HSL49°85.23%29.22%
HSB/HSV49°92.03%54.12%
CMYK0.00%16.67%92.03%
45.88%

Color #8A730B in popluar number systems.

HEX8A730B
Decimal13811511
Binary1000101011100111011
Octal21216313

Shades and tints

Shades of #8A730B

#8A730B
(138,115,11)
#7E690A
(126,105,10)
#725F09
(114,95,9)
#665508
(102,85,8)
#5A4B07
(90,75,7)
#4E4106
(78,65,6)
#423705
(66,55,5)
#362D04
(54,45,4)
#2A2303
(42,35,3)
#1E1902
(30,25,2)
#120F01
(18,15,1)
#000000
(0,0,0)

Tints of #8A730B

#8A730B
(138,115,11)
#947F21
(148,127,33)
#9E8B37
(158,139,55)
#A8974D
(168,151,77)
#B2A363
(178,163,99)
#BCAF79
(188,175,121)
#C6BB8F
(198,187,143)
#D0C7A5
(208,199,165)
#DAD3BB
(218,211,187)
#E4DFD1
(228,223,209)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A730B color. Also use rgb(138,115,11) instead hex code.

Text Font Color

.myTextColor { color: #8A730B; }

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

This text font color is #8A730B.


Background Color

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

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

This div background color is #8A730B.


Border color

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

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

This div border color is #8A730B.


Opacity

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

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

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

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

This text has shadow with #8A730B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A730B on black background.


Color preview on white background

This text has color #8A730B on white background.



Black color preview on #8A730B background

This text has black color on #8A730B background.


White color preview on #8A730B background

This text has white color on #8A730B background.