COLOR #855347

HEX: #855347
RGB: (133,83,71)

Renk bilgisi

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

RGB renk modeli

#855347 color RGB value is (133,83,71).

  • kırmız ton 133;
  • yeşil ton 83;
  • mavi ton 71.
RGB:
(133,83,71)
(52%,33%,28%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 83 of 255 = 33%
B 71 of 255 = 28%

133
83
71

R + G + B ~ 38%. #855347 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 83 + 71 = 287 (100%)
R 133 of 287 ~ 46.34%
G 83 of 287 ~ 28.92%
B 71 of 287 ~ 24.74%

%46.34
%28.92
%24.74

CMYK RENK MODELİ

#855347 rengi CMYK tonu (0,38,47,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.59%
  • sarı tonu 46.62%
  • ana renk tonu 47.84%
CMYK:
(0,38,47,48)
C0M38Y47K48 
(0%,38%,47%,48%)
(0.00/0.38/0.47/0.48)	

CMYK yüzdeleri

%0
%37.59
%46.62
%47.84

Codes

Color #855347 in popluar color models

855347
RGB1338371
HSL12°30.39%40.00%
HSB/HSV12°46.62%52.16%
CMYK0.00%37.59%46.62%
47.84%

Color #855347 in popluar number systems.

HEX855347
Decimal1338371
Binary1000010110100111000111
Octal205123107

Shades and tints

Shades of #855347

#855347
(133,83,71)
#794C41
(121,76,65)
#6D453B
(109,69,59)
#613E35
(97,62,53)
#55372F
(85,55,47)
#493029
(73,48,41)
#3D2923
(61,41,35)
#31221D
(49,34,29)
#251B17
(37,27,23)
#191411
(25,20,17)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #855347

#855347
(133,83,71)
#906257
(144,98,87)
#9B7167
(155,113,103)
#A68077
(166,128,119)
#B18F87
(177,143,135)
#BC9E97
(188,158,151)
#C7ADA7
(199,173,167)
#D2BCB7
(210,188,183)
#DDCBC7
(221,203,199)
#E8DAD7
(232,218,215)
#F3E9E7
(243,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855347 color. Also use rgb(133,83,71) instead hex code.

Text Font Color

.myTextColor { color: #855347; }

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

This text font color is #855347.


Background Color

.myBgColor { background-color: #855347; }

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

This div background color is #855347.


Border color

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

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

This div border color is #855347.


Opacity

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

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

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

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

This text has shadow with #855347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855347 on black background.


Color preview on white background

This text has color #855347 on white background.



Black color preview on #855347 background

This text has black color on #855347 background.


White color preview on #855347 background

This text has white color on #855347 background.