COLOR #827033

HEX: #827033
RGB: (130,112,51)

Renk bilgisi

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

RGB renk modeli

#827033 color RGB value is (130,112,51).

  • kırmız ton 130;
  • yeşil ton 112;
  • mavi ton 51.
RGB:
(130,112,51)
(51%,44%,20%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 112 of 255 = 44%
B 51 of 255 = 20%

130
112
51

R + G + B ~ 38%. #827033 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 112 + 51 = 293 (100%)
R 130 of 293 ~ 44.37%
G 112 of 293 ~ 38.23%
B 51 of 293 ~ 17.41%

%44.37
%38.23
%17.41

CMYK RENK MODELİ

#827033 rengi CMYK tonu (0,14,61,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.85%
  • sarı tonu 60.77%
  • ana renk tonu 49.02%
CMYK:
(0,14,61,49)
C0M14Y61K49 
(0%,14%,61%,49%)
(0.00/0.14/0.61/0.49)	

CMYK yüzdeleri

%0
%13.85
%60.77
%49.02

Codes

Color #827033 in popluar color models

827033
RGB13011251
HSL46°43.65%35.49%
HSB/HSV46°60.77%50.98%
CMYK0.00%13.85%60.77%
49.02%

Color #827033 in popluar number systems.

HEX827033
Decimal13011251
Binary100000101110000110011
Octal20216063

Shades and tints

Shades of #827033

#827033
(130,112,51)
#77662F
(119,102,47)
#6C5C2B
(108,92,43)
#615227
(97,82,39)
#564823
(86,72,35)
#4B3E1F
(75,62,31)
#40341B
(64,52,27)
#352A17
(53,42,23)
#2A2013
(42,32,19)
#1F160F
(31,22,15)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #827033

#827033
(130,112,51)
#8D7D45
(141,125,69)
#988A57
(152,138,87)
#A39769
(163,151,105)
#AEA47B
(174,164,123)
#B9B18D
(185,177,141)
#C4BE9F
(196,190,159)
#CFCBB1
(207,203,177)
#DAD8C3
(218,216,195)
#E5E5D5
(229,229,213)
#F0F2E7
(240,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827033; }

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

This text font color is #827033.


Background Color

.myBgColor { background-color: #827033; }

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

This div background color is #827033.


Border color

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

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

This div border color is #827033.


Opacity

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

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

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

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

This text has shadow with #827033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827033 on black background.


Color preview on white background

This text has color #827033 on white background.



Black color preview on #827033 background

This text has black color on #827033 background.


White color preview on #827033 background

This text has white color on #827033 background.