COLOR #856B35

HEX: #856B35
RGB: (133,107,53)

Renk bilgisi

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

RGB renk modeli

#856B35 color RGB value is (133,107,53).

  • kırmız ton 133;
  • yeşil ton 107;
  • mavi ton 53.
RGB:
(133,107,53)
(52%,42%,21%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 107 of 255 = 42%
B 53 of 255 = 21%

133
107
53

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 107 + 53 = 293 (100%)
R 133 of 293 ~ 45.39%
G 107 of 293 ~ 36.52%
B 53 of 293 ~ 18.09%

%45.39
%36.52
%18.09

CMYK RENK MODELİ

#856B35 rengi CMYK tonu (0,20,60,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.55%
  • sarı tonu 60.15%
  • ana renk tonu 47.84%
CMYK:
(0,20,60,48)
C0M20Y60K48 
(0%,20%,60%,48%)
(0.00/0.20/0.60/0.48)	

CMYK yüzdeleri

%0
%19.55
%60.15
%47.84

Codes

Color #856B35 in popluar color models

856B35
RGB13310753
HSL41°43.01%36.47%
HSB/HSV41°60.15%52.16%
CMYK0.00%19.55%60.15%
47.84%

Color #856B35 in popluar number systems.

HEX856B35
Decimal13310753
Binary100001011101011110101
Octal20515365

Shades and tints

Shades of #856B35

#856B35
(133,107,53)
#796231
(121,98,49)
#6D592D
(109,89,45)
#615029
(97,80,41)
#554725
(85,71,37)
#493E21
(73,62,33)
#3D351D
(61,53,29)
#312C19
(49,44,25)
#252315
(37,35,21)
#191A11
(25,26,17)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #856B35

#856B35
(133,107,53)
#907847
(144,120,71)
#9B8559
(155,133,89)
#A6926B
(166,146,107)
#B19F7D
(177,159,125)
#BCAC8F
(188,172,143)
#C7B9A1
(199,185,161)
#D2C6B3
(210,198,179)
#DDD3C5
(221,211,197)
#E8E0D7
(232,224,215)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856B35 color. Also use rgb(133,107,53) instead hex code.

Text Font Color

.myTextColor { color: #856B35; }

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

This text font color is #856B35.


Background Color

.myBgColor { background-color: #856B35; }

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

This div background color is #856B35.


Border color

.myBorderColor { border: 1px solid #856B35; }

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

This div border color is #856B35.


Opacity

.myOpacity80 { color: #856B35; opacity: 0.8; }

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

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

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

This text has shadow with #856B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856B35 on black background.


Color preview on white background

This text has color #856B35 on white background.



Black color preview on #856B35 background

This text has black color on #856B35 background.


White color preview on #856B35 background

This text has white color on #856B35 background.