COLOR #858465

HEX: #858465
RGB: (133,132,101)

Renk bilgisi

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

RGB renk modeli

#858465 color RGB value is (133,132,101).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 132 of 255 = 52%
B 101 of 255 = 40%

133
132
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 132 + 101 = 366 (100%)
R 133 of 366 ~ 36.34%
G 132 of 366 ~ 36.07%
B 101 of 366 ~ 27.6%

%36.34
%36.07
%27.6

CMYK RENK MODELİ

#858465 rengi CMYK tonu (0,1,24,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.75%
  • sarı tonu 24.06%
  • ana renk tonu 47.84%
CMYK:
(0,1,24,48)
C0M1Y24K48 
(0%,1%,24%,48%)
(0.00/0.01/0.24/0.48)	

CMYK yüzdeleri

%0
%0.75
%24.06
%47.84

Codes

Color #858465 in popluar color models

858465
RGB133132101
HSL58°13.68%45.88%
HSB/HSV58°24.06%52.16%
CMYK0.00%0.75%24.06%
47.84%

Color #858465 in popluar number systems.

HEX858465
Decimal133132101
Binary10000101100001001100101
Octal205204145

Shades and tints

Shades of #858465

#858465
(133,132,101)
#79785C
(121,120,92)
#6D6C53
(109,108,83)
#61604A
(97,96,74)
#555441
(85,84,65)
#494838
(73,72,56)
#3D3C2F
(61,60,47)
#313026
(49,48,38)
#25241D
(37,36,29)
#191814
(25,24,20)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #858465

#858465
(133,132,101)
#908F73
(144,143,115)
#9B9A81
(155,154,129)
#A6A58F
(166,165,143)
#B1B09D
(177,176,157)
#BCBBAB
(188,187,171)
#C7C6B9
(199,198,185)
#D2D1C7
(210,209,199)
#DDDCD5
(221,220,213)
#E8E7E3
(232,231,227)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858465; }

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

This text font color is #858465.


Background Color

.myBgColor { background-color: #858465; }

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

This div background color is #858465.


Border color

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

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

This div border color is #858465.


Opacity

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

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

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

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

This text has shadow with #858465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858465 on black background.


Color preview on white background

This text has color #858465 on white background.



Black color preview on #858465 background

This text has black color on #858465 background.


White color preview on #858465 background

This text has white color on #858465 background.