COLOR #855C30

HEX: #855C30
RGB: (133,92,48)

Renk bilgisi

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

RGB renk modeli

#855C30 color RGB value is (133,92,48).

  • kırmız ton 133;
  • yeşil ton 92;
  • mavi ton 48.
RGB:
(133,92,48)
(52%,36%,19%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 92 of 255 = 36%
B 48 of 255 = 19%

133
92
48

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 92 + 48 = 273 (100%)
R 133 of 273 ~ 48.72%
G 92 of 273 ~ 33.7%
B 48 of 273 ~ 17.58%

%48.72
%33.7
%17.58

CMYK RENK MODELİ

#855C30 rengi CMYK tonu (0,31,64,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.83%
  • sarı tonu 63.91%
  • ana renk tonu 47.84%
CMYK:
(0,31,64,48)
C0M31Y64K48 
(0%,31%,64%,48%)
(0.00/0.31/0.64/0.48)	

CMYK yüzdeleri

%0
%30.83
%63.91
%47.84

Codes

Color #855C30 in popluar color models

855C30
RGB1339248
HSL31°46.96%35.49%
HSB/HSV31°63.91%52.16%
CMYK0.00%30.83%63.91%
47.84%

Color #855C30 in popluar number systems.

HEX855C30
Decimal1339248
Binary100001011011100110000
Octal20513460

Shades and tints

Shades of #855C30

#855C30
(133,92,48)
#79542C
(121,84,44)
#6D4C28
(109,76,40)
#614424
(97,68,36)
#553C20
(85,60,32)
#49341C
(73,52,28)
#3D2C18
(61,44,24)
#312414
(49,36,20)
#251C10
(37,28,16)
#19140C
(25,20,12)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #855C30

#855C30
(133,92,48)
#906A42
(144,106,66)
#9B7854
(155,120,84)
#A68666
(166,134,102)
#B19478
(177,148,120)
#BCA28A
(188,162,138)
#C7B09C
(199,176,156)
#D2BEAE
(210,190,174)
#DDCCC0
(221,204,192)
#E8DAD2
(232,218,210)
#F3E8E4
(243,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855C30 color. Also use rgb(133,92,48) instead hex code.

Text Font Color

.myTextColor { color: #855C30; }

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

This text font color is #855C30.


Background Color

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

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

This div background color is #855C30.


Border color

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

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

This div border color is #855C30.


Opacity

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

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

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

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

This text has shadow with #855C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855C30 on black background.


Color preview on white background

This text has color #855C30 on white background.



Black color preview on #855C30 background

This text has black color on #855C30 background.


White color preview on #855C30 background

This text has white color on #855C30 background.