COLOR #824B00

HEX: #824B00
RGB: (130,75,0)

Color info

#824B00 contains only red and green colors. Web safe color of #824B00 is #993300 (or #930).

RGB color model

#824B00 color RGB value is (130,75,0).

  • red value is 130;
  • green value is 75;
  • blue value is 0.
RGB:
(130,75,0)
(51%,29%,0%)

RGB channels and saturation

R 130 of 255 = 51%
G 75 of 255 = 29%
B 0 of 255 = 0%

130
75
0

R + G + B ~ 27%. #824B00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 75 + 0 = 205 (100%)
R 130 of 205 ~ 63.41%
G 75 of 205 ~ 36.59%
B 0 of 205 ~ 0%

%63.41
%36.59

CMYK color model

#824B00 color CMYK value is (0,42,100,49).

  • cyan value is 0.00%
  • magenta value is 42.31%
  • yellow value is 100.00%
  • key color value is 49.02%
CMYK:
(0,42,100,49)
C0M42Y100K49 
(0%,42%,100%,49%)
(0.00/0.42/1.00/0.49)	

CMYK percentages

%0
%42.31
%100
%49.02

Codes

Color #824B00 in popluar color models

824B00
RGB130750
HSL35°100.00%25.49%
HSB/HSV35°100.00%50.98%
CMYK0.00%42.31%100.00%
49.02%

Color #824B00 in popluar number systems.

HEX824B00
Decimal130750
Binary1000001010010110
Octal2021130

Shades and tints

Shades of #824B00

#824B00
(130,75,0)
#774500
(119,69,0)
#6C3F00
(108,63,0)
#613900
(97,57,0)
#563300
(86,51,0)
#4B2D00
(75,45,0)
#402700
(64,39,0)
#352100
(53,33,0)
#2A1B00
(42,27,0)
#1F1500
(31,21,0)
#140F00
(20,15,0)
#000000
(0,0,0)

Tints of #824B00

#824B00
(130,75,0)
#8D5B17
(141,91,23)
#986B2E
(152,107,46)
#A37B45
(163,123,69)
#AE8B5C
(174,139,92)
#B99B73
(185,155,115)
#C4AB8A
(196,171,138)
#CFBBA1
(207,187,161)
#DACBB8
(218,203,184)
#E5DBCF
(229,219,207)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824B00 color. Also use rgb(130,75,0) instead hex code.

Text Font Color

.myTextColor { color: #824B00; }

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

This text font color is #824B00.


Background Color

.myBgColor { background-color: #824B00; }

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

This div background color is #824B00.


Border color

.myBorderColor { border: 1px solid #824B00; }

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

This div border color is #824B00.


Opacity

.myOpacity80 { color: #824B00; opacity: 0.8; }

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

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

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

This text has shadow with #824B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824B00 on black background.


Color preview on white background

This text has color #824B00 on white background.



Black color preview on #824B00 background

This text has black color on #824B00 background.


White color preview on #824B00 background

This text has white color on #824B00 background.