COLOR #827A35

HEX: #827A35
RGB: (130,122,53)

Renk bilgisi

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

RGB renk modeli

#827A35 color RGB value is (130,122,53).

  • kırmız ton 130;
  • yeşil ton 122;
  • mavi ton 53.
RGB:
(130,122,53)
(51%,48%,21%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 122 of 255 = 48%
B 53 of 255 = 21%

130
122
53

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 122 + 53 = 305 (100%)
R 130 of 305 ~ 42.62%
G 122 of 305 ~ 40%
B 53 of 305 ~ 17.38%

%42.62
%40
%17.38

CMYK RENK MODELİ

#827A35 rengi CMYK tonu (0,6,59,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.15%
  • sarı tonu 59.23%
  • ana renk tonu 49.02%
CMYK:
(0,6,59,49)
C0M6Y59K49 
(0%,6%,59%,49%)
(0.00/0.06/0.59/0.49)	

CMYK yüzdeleri

%0
%6.15
%59.23
%49.02

Codes

Color #827A35 in popluar color models

827A35
RGB13012253
HSL54°42.08%35.88%
HSB/HSV54°59.23%50.98%
CMYK0.00%6.15%59.23%
49.02%

Color #827A35 in popluar number systems.

HEX827A35
Decimal13012253
Binary100000101111010110101
Octal20217265

Shades and tints

Shades of #827A35

#827A35
(130,122,53)
#776F31
(119,111,49)
#6C642D
(108,100,45)
#615929
(97,89,41)
#564E25
(86,78,37)
#4B4321
(75,67,33)
#40381D
(64,56,29)
#352D19
(53,45,25)
#2A2215
(42,34,21)
#1F1711
(31,23,17)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #827A35

#827A35
(130,122,53)
#8D8647
(141,134,71)
#989259
(152,146,89)
#A39E6B
(163,158,107)
#AEAA7D
(174,170,125)
#B9B68F
(185,182,143)
#C4C2A1
(196,194,161)
#CFCEB3
(207,206,179)
#DADAC5
(218,218,197)
#E5E6D7
(229,230,215)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827A35 color. Also use rgb(130,122,53) instead hex code.

Text Font Color

.myTextColor { color: #827A35; }

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

This text font color is #827A35.


Background Color

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

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

This div background color is #827A35.


Border color

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

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

This div border color is #827A35.


Opacity

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

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

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

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

This text has shadow with #827A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827A35 on black background.


Color preview on white background

This text has color #827A35 on white background.



Black color preview on #827A35 background

This text has black color on #827A35 background.


White color preview on #827A35 background

This text has white color on #827A35 background.