COLOR #873C00

HEX: #873C00
RGB: (135,60,0)

Renk bilgisi

#873C00 contains mainly red color. #873C00 ‘ nin web güvenlik rengi #993300 (ya da #930) dir.

RGB renk modeli

#873C00 color RGB value is (135,60,0).

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

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 60 of 255 = 24%
B 0 of 255 = 0%

135
60
0

R + G + B ~ 26%. #873C00 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 60 + 0 = 195 (100%)
R 135 of 195 ~ 69.23%
G 60 of 195 ~ 30.77%
B 0 of 195 ~ 0%

%69.23
%30.77

CMYK RENK MODELİ

#873C00 rengi CMYK tonu (0,56,100,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.56%
  • sarı tonu 100.00%
  • ana renk tonu 47.06%
CMYK:
(0,56,100,47)
C0M56Y100K47 
(0%,56%,100%,47%)
(0.00/0.56/1.00/0.47)	

CMYK yüzdeleri

%0
%55.56
%100
%47.06

Codes

Color #873C00 in popluar color models

873C00
RGB135600
HSL27°100.00%26.47%
HSB/HSV27°100.00%52.94%
CMYK0.00%55.56%100.00%
47.06%

Color #873C00 in popluar number systems.

HEX873C00
Decimal135600
Binary100001111111000
Octal207740

Shades and tints

Shades of #873C00

#873C00
(135,60,0)
#7B3700
(123,55,0)
#6F3200
(111,50,0)
#632D00
(99,45,0)
#572800
(87,40,0)
#4B2300
(75,35,0)
#3F1E00
(63,30,0)
#331900
(51,25,0)
#271400
(39,20,0)
#1B0F00
(27,15,0)
#0F0A00
(15,10,0)
#000000
(0,0,0)

Tints of #873C00

#873C00
(135,60,0)
#914D17
(145,77,23)
#9B5E2E
(155,94,46)
#A56F45
(165,111,69)
#AF805C
(175,128,92)
#B99173
(185,145,115)
#C3A28A
(195,162,138)
#CDB3A1
(205,179,161)
#D7C4B8
(215,196,184)
#E1D5CF
(225,213,207)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #873C00 color. Also use rgb(135,60,0) instead hex code.

Text Font Color

.myTextColor { color: #873C00; }

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

This text font color is #873C00.


Background Color

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

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

This div background color is #873C00.


Border color

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

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

This div border color is #873C00.


Opacity

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

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

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

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

This text has shadow with #873C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #873C00 on black background.


Color preview on white background

This text has color #873C00 on white background.



Black color preview on #873C00 background

This text has black color on #873C00 background.


White color preview on #873C00 background

This text has white color on #873C00 background.