COLOR #827C4C

HEX: #827C4C
RGB: (130,124,76)

Renk bilgisi

#827C4C contains red, green and blue colors in about the same proportion. #827C4C ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#827C4C color RGB value is (130,124,76).

  • kırmız ton 130;
  • yeşil ton 124;
  • mavi ton 76.
RGB:
(130,124,76)
(51%,49%,30%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 124 of 255 = 49%
B 76 of 255 = 30%

130
124
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 124 + 76 = 330 (100%)
R 130 of 330 ~ 39.39%
G 124 of 330 ~ 37.58%
B 76 of 330 ~ 23.03%

%39.39
%37.58
%23.03

CMYK RENK MODELİ

#827C4C rengi CMYK tonu (0,5,42,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.62%
  • sarı tonu 41.54%
  • ana renk tonu 49.02%
CMYK:
(0,5,42,49)
C0M5Y42K49 
(0%,5%,42%,49%)
(0.00/0.05/0.42/0.49)	

CMYK yüzdeleri

%0
%4.62
%41.54
%49.02

Codes

Color #827C4C in popluar color models

827C4C
RGB13012476
HSL53°26.21%40.39%
HSB/HSV53°41.54%50.98%
CMYK0.00%4.62%41.54%
49.02%

Color #827C4C in popluar number systems.

HEX827C4C
Decimal13012476
Binary1000001011111001001100
Octal202174114

Shades and tints

Shades of #827C4C

#827C4C
(130,124,76)
#777146
(119,113,70)
#6C6640
(108,102,64)
#615B3A
(97,91,58)
#565034
(86,80,52)
#4B452E
(75,69,46)
#403A28
(64,58,40)
#352F22
(53,47,34)
#2A241C
(42,36,28)
#1F1916
(31,25,22)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #827C4C

#827C4C
(130,124,76)
#8D875C
(141,135,92)
#98926C
(152,146,108)
#A39D7C
(163,157,124)
#AEA88C
(174,168,140)
#B9B39C
(185,179,156)
#C4BEAC
(196,190,172)
#CFC9BC
(207,201,188)
#DAD4CC
(218,212,204)
#E5DFDC
(229,223,220)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827C4C color. Also use rgb(130,124,76) instead hex code.

Text Font Color

.myTextColor { color: #827C4C; }

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

This text font color is #827C4C.


Background Color

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

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

This div background color is #827C4C.


Border color

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

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

This div border color is #827C4C.


Opacity

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

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

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

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

This text has shadow with #827C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827C4C on black background.


Color preview on white background

This text has color #827C4C on white background.



Black color preview on #827C4C background

This text has black color on #827C4C background.


White color preview on #827C4C background

This text has white color on #827C4C background.