COLOR #825E02

HEX: #825E02
RGB: (130,94,2)

Color info

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

RGB color model

#825E02 color RGB value is (130,94,2).

  • red value is 130;
  • green value is 94;
  • blue value is 2.
RGB:
(130,94,2)
(51%,37%,1%)

RGB channels and saturation

R 130 of 255 = 51%
G 94 of 255 = 37%
B 2 of 255 = 1%

130
94
2

R + G + B ~ 30%. #825E02 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 94 + 2 = 226 (100%)
R 130 of 226 ~ 57.52%
G 94 of 226 ~ 41.59%
B 2 of 226 ~ 0.88%

%57.52
%41.59

CMYK color model

#825E02 color CMYK value is (0,28,98,49).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 98.46%
  • key color value is 49.02%
CMYK:
(0,28,98,49)
C0M28Y98K49 
(0%,28%,98%,49%)
(0.00/0.28/0.98/0.49)	

CMYK percentages

%0
%27.69
%98.46
%49.02

Codes

Color #825E02 in popluar color models

825E02
RGB130942
HSL43°96.97%25.88%
HSB/HSV43°98.46%50.98%
CMYK0.00%27.69%98.46%
49.02%

Color #825E02 in popluar number systems.

HEX825E02
Decimal130942
Binary10000010101111010
Octal2021362

Shades and tints

Shades of #825E02

#825E02
(130,94,2)
#775602
(119,86,2)
#6C4E02
(108,78,2)
#614602
(97,70,2)
#563E02
(86,62,2)
#4B3602
(75,54,2)
#402E02
(64,46,2)
#352602
(53,38,2)
#2A1E02
(42,30,2)
#1F1602
(31,22,2)
#140E02
(20,14,2)
#000000
(0,0,0)

Tints of #825E02

#825E02
(130,94,2)
#8D6C19
(141,108,25)
#987A30
(152,122,48)
#A38847
(163,136,71)
#AE965E
(174,150,94)
#B9A475
(185,164,117)
#C4B28C
(196,178,140)
#CFC0A3
(207,192,163)
#DACEBA
(218,206,186)
#E5DCD1
(229,220,209)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825E02 color. Also use rgb(130,94,2) instead hex code.

Text Font Color

.myTextColor { color: #825E02; }

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

This text font color is #825E02.


Background Color

.myBgColor { background-color: #825E02; }

<div style="background-color:#825E02">Inner text</div>

This div background color is #825E02.


Border color

.myBorderColor { border: 1px solid #825E02; }

<div style="border:3px solid #825E02">Div</div>

This div border color is #825E02.


Opacity

.myOpacity80 { color: #825E02; opacity: 0.8; }

<p style="color:#825E02;opacity:0.8;">80%</p>

Text with #825E02 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 #825E02;}

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

This text has shadow with #825E02 color.

.textShadow {text-shadow: 3px 3px 1px #825E02, 3px 3px 1px red;}

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

This text has shadow with #825E02 primary color and red secondary color.


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

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

This text has shadow with #825E02 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825E02 on black background.


Color preview on white background

This text has color #825E02 on white background.



Black color preview on #825E02 background

This text has black color on #825E02 background.


White color preview on #825E02 background

This text has white color on #825E02 background.