COLOR #828465

HEX: #828465
RGB: (130,132,101)

Renk bilgisi

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

RGB renk modeli

#828465 color RGB value is (130,132,101).

  • kırmız ton 130;
  • yeşil ton 132;
  • mavi ton 101.
RGB:
(130,132,101)
(51%,52%,40%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 132 of 255 = 52%
B 101 of 255 = 40%

130
132
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 132 + 101 = 363 (100%)
R 130 of 363 ~ 35.81%
G 132 of 363 ~ 36.36%
B 101 of 363 ~ 27.82%

%35.81
%36.36
%27.82

CMYK RENK MODELİ

#828465 rengi CMYK tonu (2,0,23,48).

  • camgöbeği tonu 1.52%
  • eflatun tonu 0.00%
  • sarı tonu 23.48%
  • ana renk tonu 48.24%
CMYK:
(2,0,23,48)
C2M0Y23K48 
(2%,0%,23%,48%)
(0.02/0.00/0.23/0.48)	

CMYK yüzdeleri

%1.52
%0
%23.48
%48.24

Codes

Color #828465 in popluar color models

828465
RGB130132101
HSL64°13.30%45.69%
HSB/HSV64°23.48%51.76%
CMYK1.52%0.00%23.48%
48.24%

Color #828465 in popluar number systems.

HEX828465
Decimal130132101
Binary10000010100001001100101
Octal202204145

Shades and tints

Shades of #828465

#828465
(130,132,101)
#77785C
(119,120,92)
#6C6C53
(108,108,83)
#61604A
(97,96,74)
#565441
(86,84,65)
#4B4838
(75,72,56)
#403C2F
(64,60,47)
#353026
(53,48,38)
#2A241D
(42,36,29)
#1F1814
(31,24,20)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #828465

#828465
(130,132,101)
#8D8F73
(141,143,115)
#989A81
(152,154,129)
#A3A58F
(163,165,143)
#AEB09D
(174,176,157)
#B9BBAB
(185,187,171)
#C4C6B9
(196,198,185)
#CFD1C7
(207,209,199)
#DADCD5
(218,220,213)
#E5E7E3
(229,231,227)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828465 color. Also use rgb(130,132,101) instead hex code.

Text Font Color

.myTextColor { color: #828465; }

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

This text font color is #828465.


Background Color

.myBgColor { background-color: #828465; }

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

This div background color is #828465.


Border color

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

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

This div border color is #828465.


Opacity

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

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

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

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

This text has shadow with #828465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828465 on black background.


Color preview on white background

This text has color #828465 on white background.



Black color preview on #828465 background

This text has black color on #828465 background.


White color preview on #828465 background

This text has white color on #828465 background.