COLOR #827368

HEX: #827368
RGB: (130,115,104)

Renk bilgisi

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

RGB renk modeli

#827368 color RGB value is (130,115,104).

  • kırmız ton 130;
  • yeşil ton 115;
  • mavi ton 104.
RGB:
(130,115,104)
(51%,45%,41%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 115 of 255 = 45%
B 104 of 255 = 41%

130
115
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 115 + 104 = 349 (100%)
R 130 of 349 ~ 37.25%
G 115 of 349 ~ 32.95%
B 104 of 349 ~ 29.8%

%37.25
%32.95
%29.8

CMYK RENK MODELİ

#827368 rengi CMYK tonu (0,12,20,49).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.54%
  • sarı tonu 20.00%
  • ana renk tonu 49.02%
CMYK:
(0,12,20,49)
C0M12Y20K49 
(0%,12%,20%,49%)
(0.00/0.12/0.20/0.49)	

CMYK yüzdeleri

%0
%11.54
%20
%49.02

Codes

Color #827368 in popluar color models

827368
RGB130115104
HSL25°11.11%45.88%
HSB/HSV25°20.00%50.98%
CMYK0.00%11.54%20.00%
49.02%

Color #827368 in popluar number systems.

HEX827368
Decimal130115104
Binary1000001011100111101000
Octal202163150

Shades and tints

Shades of #827368

#827368
(130,115,104)
#77695F
(119,105,95)
#6C5F56
(108,95,86)
#61554D
(97,85,77)
#564B44
(86,75,68)
#4B413B
(75,65,59)
#403732
(64,55,50)
#352D29
(53,45,41)
#2A2320
(42,35,32)
#1F1917
(31,25,23)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #827368

#827368
(130,115,104)
#8D7F75
(141,127,117)
#988B82
(152,139,130)
#A3978F
(163,151,143)
#AEA39C
(174,163,156)
#B9AFA9
(185,175,169)
#C4BBB6
(196,187,182)
#CFC7C3
(207,199,195)
#DAD3D0
(218,211,208)
#E5DFDD
(229,223,221)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827368 color. Also use rgb(130,115,104) instead hex code.

Text Font Color

.myTextColor { color: #827368; }

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

This text font color is #827368.


Background Color

.myBgColor { background-color: #827368; }

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

This div background color is #827368.


Border color

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

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

This div border color is #827368.


Opacity

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

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

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

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

This text has shadow with #827368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827368 on black background.


Color preview on white background

This text has color #827368 on white background.



Black color preview on #827368 background

This text has black color on #827368 background.


White color preview on #827368 background

This text has white color on #827368 background.