COLOR #858263

HEX: #858263
RGB: (133,130,99)

Renk bilgisi

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

RGB renk modeli

#858263 color RGB value is (133,130,99).

  • kırmız ton 133;
  • yeşil ton 130;
  • mavi ton 99.
RGB:
(133,130,99)
(52%,51%,39%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 130 of 255 = 51%
B 99 of 255 = 39%

133
130
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 130 + 99 = 362 (100%)
R 133 of 362 ~ 36.74%
G 130 of 362 ~ 35.91%
B 99 of 362 ~ 27.35%

%36.74
%35.91
%27.35

CMYK RENK MODELİ

#858263 rengi CMYK tonu (0,2,26,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.26%
  • sarı tonu 25.56%
  • ana renk tonu 47.84%
CMYK:
(0,2,26,48)
C0M2Y26K48 
(0%,2%,26%,48%)
(0.00/0.02/0.26/0.48)	

CMYK yüzdeleri

%0
%2.26
%25.56
%47.84

Codes

Color #858263 in popluar color models

858263
RGB13313099
HSL55°14.66%45.49%
HSB/HSV55°25.56%52.16%
CMYK0.00%2.26%25.56%
47.84%

Color #858263 in popluar number systems.

HEX858263
Decimal13313099
Binary10000101100000101100011
Octal205202143

Shades and tints

Shades of #858263

#858263
(133,130,99)
#79775A
(121,119,90)
#6D6C51
(109,108,81)
#616148
(97,97,72)
#55563F
(85,86,63)
#494B36
(73,75,54)
#3D402D
(61,64,45)
#313524
(49,53,36)
#252A1B
(37,42,27)
#191F12
(25,31,18)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #858263

#858263
(133,130,99)
#908D71
(144,141,113)
#9B987F
(155,152,127)
#A6A38D
(166,163,141)
#B1AE9B
(177,174,155)
#BCB9A9
(188,185,169)
#C7C4B7
(199,196,183)
#D2CFC5
(210,207,197)
#DDDAD3
(221,218,211)
#E8E5E1
(232,229,225)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858263 color. Also use rgb(133,130,99) instead hex code.

Text Font Color

.myTextColor { color: #858263; }

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

This text font color is #858263.


Background Color

.myBgColor { background-color: #858263; }

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

This div background color is #858263.


Border color

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

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

This div border color is #858263.


Opacity

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

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

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

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

This text has shadow with #858263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858263 on black background.


Color preview on white background

This text has color #858263 on white background.



Black color preview on #858263 background

This text has black color on #858263 background.


White color preview on #858263 background

This text has white color on #858263 background.