COLOR #827537

HEX: #827537
RGB: (130,117,55)

Renk bilgisi

#827537 contains mainly red and green colors. #827537 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#827537 color RGB value is (130,117,55).

  • kırmız ton 130;
  • yeşil ton 117;
  • mavi ton 55.
RGB:
(130,117,55)
(51%,46%,22%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 117 of 255 = 46%
B 55 of 255 = 22%

130
117
55

R + G + B ~ 40%. #827537 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 117 + 55 = 302 (100%)
R 130 of 302 ~ 43.05%
G 117 of 302 ~ 38.74%
B 55 of 302 ~ 18.21%

%43.05
%38.74
%18.21

CMYK RENK MODELİ

#827537 rengi CMYK tonu (0,10,58,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.00%
  • sarı tonu 57.69%
  • ana renk tonu 49.02%
CMYK:
(0,10,58,49)
C0M10Y58K49 
(0%,10%,58%,49%)
(0.00/0.10/0.58/0.49)	

CMYK yüzdeleri

%0
%10
%57.69
%49.02

Codes

Color #827537 in popluar color models

827537
RGB13011755
HSL50°40.54%36.27%
HSB/HSV50°57.69%50.98%
CMYK0.00%10.00%57.69%
49.02%

Color #827537 in popluar number systems.

HEX827537
Decimal13011755
Binary100000101110101110111
Octal20216567

Shades and tints

Shades of #827537

#827537
(130,117,55)
#776B32
(119,107,50)
#6C612D
(108,97,45)
#615728
(97,87,40)
#564D23
(86,77,35)
#4B431E
(75,67,30)
#403919
(64,57,25)
#352F14
(53,47,20)
#2A250F
(42,37,15)
#1F1B0A
(31,27,10)
#141105
(20,17,5)
#000000
(0,0,0)

Tints of #827537

#827537
(130,117,55)
#8D8149
(141,129,73)
#988D5B
(152,141,91)
#A3996D
(163,153,109)
#AEA57F
(174,165,127)
#B9B191
(185,177,145)
#C4BDA3
(196,189,163)
#CFC9B5
(207,201,181)
#DAD5C7
(218,213,199)
#E5E1D9
(229,225,217)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827537 color. Also use rgb(130,117,55) instead hex code.

Text Font Color

.myTextColor { color: #827537; }

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

This text font color is #827537.


Background Color

.myBgColor { background-color: #827537; }

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

This div background color is #827537.


Border color

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

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

This div border color is #827537.


Opacity

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

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

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

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

This text has shadow with #827537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827537 on black background.


Color preview on white background

This text has color #827537 on white background.



Black color preview on #827537 background

This text has black color on #827537 background.


White color preview on #827537 background

This text has white color on #827537 background.