COLOR #873D21

HEX: #873D21
RGB: (135,61,33)

Renk bilgisi

#873D21 contains mainly red color. #873D21 ‘ nin web güvenlik rengi #993333 (ya da #933) dir.

RGB renk modeli

#873D21 color RGB value is (135,61,33).

  • kırmız ton 135;
  • yeşil ton 61;
  • mavi ton 33.
RGB:
(135,61,33)
(53%,24%,13%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 61 of 255 = 24%
B 33 of 255 = 13%

135
61
33

R + G + B ~ 30%. #873D21 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 61 + 33 = 229 (100%)
R 135 of 229 ~ 58.95%
G 61 of 229 ~ 26.64%
B 33 of 229 ~ 14.41%

%58.95
%26.64
%14.41

CMYK RENK MODELİ

#873D21 rengi CMYK tonu (0,55,76,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.81%
  • sarı tonu 75.56%
  • ana renk tonu 47.06%
CMYK:
(0,55,76,47)
C0M55Y76K47 
(0%,55%,76%,47%)
(0.00/0.55/0.76/0.47)	

CMYK yüzdeleri

%0
%54.81
%75.56
%47.06

Codes

Color #873D21 in popluar color models

873D21
RGB1356133
HSL16°60.71%32.94%
HSB/HSV16°75.56%52.94%
CMYK0.00%54.81%75.56%
47.06%

Color #873D21 in popluar number systems.

HEX873D21
Decimal1356133
Binary10000111111101100001
Octal2077541

Shades and tints

Shades of #873D21

#873D21
(135,61,33)
#7B381E
(123,56,30)
#6F331B
(111,51,27)
#632E18
(99,46,24)
#572915
(87,41,21)
#4B2412
(75,36,18)
#3F1F0F
(63,31,15)
#331A0C
(51,26,12)
#271509
(39,21,9)
#1B1006
(27,16,6)
#0F0B03
(15,11,3)
#000000
(0,0,0)

Tints of #873D21

#873D21
(135,61,33)
#914E35
(145,78,53)
#9B5F49
(155,95,73)
#A5705D
(165,112,93)
#AF8171
(175,129,113)
#B99285
(185,146,133)
#C3A399
(195,163,153)
#CDB4AD
(205,180,173)
#D7C5C1
(215,197,193)
#E1D6D5
(225,214,213)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873D21 color. Also use rgb(135,61,33) instead hex code.

Text Font Color

.myTextColor { color: #873D21; }

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

This text font color is #873D21.


Background Color

.myBgColor { background-color: #873D21; }

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

This div background color is #873D21.


Border color

.myBorderColor { border: 1px solid #873D21; }

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

This div border color is #873D21.


Opacity

.myOpacity80 { color: #873D21; opacity: 0.8; }

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

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

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

This text has shadow with #873D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873D21 on black background.


Color preview on white background

This text has color #873D21 on white background.



Black color preview on #873D21 background

This text has black color on #873D21 background.


White color preview on #873D21 background

This text has white color on #873D21 background.