COLOR #827018

HEX: #827018
RGB: (130,112,24)

Color info

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

RGB color model

#827018 color RGB value is (130,112,24).

  • red value is 130;
  • green value is 112;
  • blue value is 24.
RGB:
(130,112,24)
(51%,44%,9%)

RGB channels and saturation

R 130 of 255 = 51%
G 112 of 255 = 44%
B 24 of 255 = 9%

130
112
24

R + G + B ~ 35%. #827018 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 112 + 24 = 266 (100%)
R 130 of 266 ~ 48.87%
G 112 of 266 ~ 42.11%
B 24 of 266 ~ 9.02%

%48.87
%42.11

CMYK color model

#827018 color CMYK value is (0,14,82,49).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 81.54%
  • key color value is 49.02%
CMYK:
(0,14,82,49)
C0M14Y82K49 
(0%,14%,82%,49%)
(0.00/0.14/0.82/0.49)	

CMYK percentages

%0
%13.85
%81.54
%49.02

Codes

Color #827018 in popluar color models

827018
RGB13011224
HSL50°68.83%30.20%
HSB/HSV50°81.54%50.98%
CMYK0.00%13.85%81.54%
49.02%

Color #827018 in popluar number systems.

HEX827018
Decimal13011224
Binary10000010111000011000
Octal20216030

Shades and tints

Shades of #827018

#827018
(130,112,24)
#776616
(119,102,22)
#6C5C14
(108,92,20)
#615212
(97,82,18)
#564810
(86,72,16)
#4B3E0E
(75,62,14)
#40340C
(64,52,12)
#352A0A
(53,42,10)
#2A2008
(42,32,8)
#1F1606
(31,22,6)
#140C04
(20,12,4)
#000000
(0,0,0)

Tints of #827018

#827018
(130,112,24)
#8D7D2D
(141,125,45)
#988A42
(152,138,66)
#A39757
(163,151,87)
#AEA46C
(174,164,108)
#B9B181
(185,177,129)
#C4BE96
(196,190,150)
#CFCBAB
(207,203,171)
#DAD8C0
(218,216,192)
#E5E5D5
(229,229,213)
#F0F2EA
(240,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827018 color. Also use rgb(130,112,24) instead hex code.

Text Font Color

.myTextColor { color: #827018; }

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

This text font color is #827018.


Background Color

.myBgColor { background-color: #827018; }

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

This div background color is #827018.


Border color

.myBorderColor { border: 1px solid #827018; }

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

This div border color is #827018.


Opacity

.myOpacity80 { color: #827018; opacity: 0.8; }

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

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

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

This text has shadow with #827018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827018 on black background.


Color preview on white background

This text has color #827018 on white background.



Black color preview on #827018 background

This text has black color on #827018 background.


White color preview on #827018 background

This text has white color on #827018 background.