COLOR #827B3F

HEX: #827B3F
RGB: (130,123,63)

Color info

#827B3F contains mainly red and green colors. Web safe color of #827B3F is #996633 (or #963).

RGB color model

#827B3F color RGB value is (130,123,63).

  • red value is 130;
  • green value is 123;
  • blue value is 63.
RGB:
(130,123,63)
(51%,48%,25%)

RGB channels and saturation

R 130 of 255 = 51%
G 123 of 255 = 48%
B 63 of 255 = 25%

130
123
63

R + G + B ~ 41%. #827B3F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 123 + 63 = 316 (100%)
R 130 of 316 ~ 41.14%
G 123 of 316 ~ 38.92%
B 63 of 316 ~ 19.94%

%41.14
%38.92
%19.94

CMYK color model

#827B3F color CMYK value is (0,5,52,49).

  • cyan value is 0.00%
  • magenta value is 5.38%
  • yellow value is 51.54%
  • key color value is 49.02%
CMYK:
(0,5,52,49)
C0M5Y52K49 
(0%,5%,52%,49%)
(0.00/0.05/0.52/0.49)	

CMYK percentages

%0
%5.38
%51.54
%49.02

Codes

Color #827B3F in popluar color models

827B3F
RGB13012363
HSL54°34.72%37.84%
HSB/HSV54°51.54%50.98%
CMYK0.00%5.38%51.54%
49.02%

Color #827B3F in popluar number systems.

HEX827B3F
Decimal13012363
Binary100000101111011111111
Octal20217377

Shades and tints

Shades of #827B3F

#827B3F
(130,123,63)
#77703A
(119,112,58)
#6C6535
(108,101,53)
#615A30
(97,90,48)
#564F2B
(86,79,43)
#4B4426
(75,68,38)
#403921
(64,57,33)
#352E1C
(53,46,28)
#2A2317
(42,35,23)
#1F1812
(31,24,18)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #827B3F

#827B3F
(130,123,63)
#8D8750
(141,135,80)
#989361
(152,147,97)
#A39F72
(163,159,114)
#AEAB83
(174,171,131)
#B9B794
(185,183,148)
#C4C3A5
(196,195,165)
#CFCFB6
(207,207,182)
#DADBC7
(218,219,199)
#E5E7D8
(229,231,216)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827B3F color. Also use rgb(130,123,63) instead hex code.

Text Font Color

.myTextColor { color: #827B3F; }

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

This text font color is #827B3F.


Background Color

.myBgColor { background-color: #827B3F; }

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

This div background color is #827B3F.


Border color

.myBorderColor { border: 1px solid #827B3F; }

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

This div border color is #827B3F.


Opacity

.myOpacity80 { color: #827B3F; opacity: 0.8; }

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

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

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

This text has shadow with #827B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827B3F on black background.


Color preview on white background

This text has color #827B3F on white background.



Black color preview on #827B3F background

This text has black color on #827B3F background.


White color preview on #827B3F background

This text has white color on #827B3F background.