COLOR #827B52

HEX: #827B52
RGB: (130,123,82)

Renk bilgisi

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

RGB renk modeli

#827B52 color RGB value is (130,123,82).

  • kırmız ton 130;
  • yeşil ton 123;
  • mavi ton 82.
RGB:
(130,123,82)
(51%,48%,32%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 123 of 255 = 48%
B 82 of 255 = 32%

130
123
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 123 + 82 = 335 (100%)
R 130 of 335 ~ 38.81%
G 123 of 335 ~ 36.72%
B 82 of 335 ~ 24.48%

%38.81
%36.72
%24.48

CMYK RENK MODELİ

#827B52 rengi CMYK tonu (0,5,37,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.38%
  • sarı tonu 36.92%
  • ana renk tonu 49.02%
CMYK:
(0,5,37,49)
C0M5Y37K49 
(0%,5%,37%,49%)
(0.00/0.05/0.37/0.49)	

CMYK yüzdeleri

%0
%5.38
%36.92
%49.02

Codes

Color #827B52 in popluar color models

827B52
RGB13012382
HSL51°22.64%41.57%
HSB/HSV51°36.92%50.98%
CMYK0.00%5.38%36.92%
49.02%

Color #827B52 in popluar number systems.

HEX827B52
Decimal13012382
Binary1000001011110111010010
Octal202173122

Shades and tints

Shades of #827B52

#827B52
(130,123,82)
#77704B
(119,112,75)
#6C6544
(108,101,68)
#615A3D
(97,90,61)
#564F36
(86,79,54)
#4B442F
(75,68,47)
#403928
(64,57,40)
#352E21
(53,46,33)
#2A231A
(42,35,26)
#1F1813
(31,24,19)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #827B52

#827B52
(130,123,82)
#8D8761
(141,135,97)
#989370
(152,147,112)
#A39F7F
(163,159,127)
#AEAB8E
(174,171,142)
#B9B79D
(185,183,157)
#C4C3AC
(196,195,172)
#CFCFBB
(207,207,187)
#DADBCA
(218,219,202)
#E5E7D9
(229,231,217)
#F0F3E8
(240,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827B52; }

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

This text font color is #827B52.


Background Color

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

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

This div background color is #827B52.


Border color

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

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

This div border color is #827B52.


Opacity

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

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

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

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

This text has shadow with #827B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827B52 on black background.


Color preview on white background

This text has color #827B52 on white background.



Black color preview on #827B52 background

This text has black color on #827B52 background.


White color preview on #827B52 background

This text has white color on #827B52 background.