COLOR #855D33

HEX: #855D33
RGB: (133,93,51)

Renk bilgisi

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

RGB renk modeli

#855D33 color RGB value is (133,93,51).

  • kırmız ton 133;
  • yeşil ton 93;
  • mavi ton 51.
RGB:
(133,93,51)
(52%,36%,20%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 93 of 255 = 36%
B 51 of 255 = 20%

133
93
51

R + G + B ~ 36%. #855D33 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 93 + 51 = 277 (100%)
R 133 of 277 ~ 48.01%
G 93 of 277 ~ 33.57%
B 51 of 277 ~ 18.41%

%48.01
%33.57
%18.41

CMYK RENK MODELİ

#855D33 rengi CMYK tonu (0,30,62,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.08%
  • sarı tonu 61.65%
  • ana renk tonu 47.84%
CMYK:
(0,30,62,48)
C0M30Y62K48 
(0%,30%,62%,48%)
(0.00/0.30/0.62/0.48)	

CMYK yüzdeleri

%0
%30.08
%61.65
%47.84

Codes

Color #855D33 in popluar color models

855D33
RGB1339351
HSL31°44.57%36.08%
HSB/HSV31°61.65%52.16%
CMYK0.00%30.08%61.65%
47.84%

Color #855D33 in popluar number systems.

HEX855D33
Decimal1339351
Binary100001011011101110011
Octal20513563

Shades and tints

Shades of #855D33

#855D33
(133,93,51)
#79552F
(121,85,47)
#6D4D2B
(109,77,43)
#614527
(97,69,39)
#553D23
(85,61,35)
#49351F
(73,53,31)
#3D2D1B
(61,45,27)
#312517
(49,37,23)
#251D13
(37,29,19)
#19150F
(25,21,15)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #855D33

#855D33
(133,93,51)
#906B45
(144,107,69)
#9B7957
(155,121,87)
#A68769
(166,135,105)
#B1957B
(177,149,123)
#BCA38D
(188,163,141)
#C7B19F
(199,177,159)
#D2BFB1
(210,191,177)
#DDCDC3
(221,205,195)
#E8DBD5
(232,219,213)
#F3E9E7
(243,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855D33 color. Also use rgb(133,93,51) instead hex code.

Text Font Color

.myTextColor { color: #855D33; }

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

This text font color is #855D33.


Background Color

.myBgColor { background-color: #855D33; }

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

This div background color is #855D33.


Border color

.myBorderColor { border: 1px solid #855D33; }

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

This div border color is #855D33.


Opacity

.myOpacity80 { color: #855D33; opacity: 0.8; }

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

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

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

This text has shadow with #855D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855D33 on black background.


Color preview on white background

This text has color #855D33 on white background.



Black color preview on #855D33 background

This text has black color on #855D33 background.


White color preview on #855D33 background

This text has white color on #855D33 background.