COLOR #875009

HEX: #875009
RGB: (135,80,9)

Renk bilgisi

#875009 contains mainly red and green colors. #875009 ‘ nin web güvenlik rengi #996600 (ya da #960) dir.

RGB renk modeli

#875009 color RGB value is (135,80,9).

  • kırmız ton 135;
  • yeşil ton 80;
  • mavi ton 9.
RGB:
(135,80,9)
(53%,31%,4%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 80 of 255 = 31%
B 9 of 255 = 4%

135
80
9

R + G + B ~ 29%. #875009 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 80 + 9 = 224 (100%)
R 135 of 224 ~ 60.27%
G 80 of 224 ~ 35.71%
B 9 of 224 ~ 4.02%

%60.27
%35.71

CMYK RENK MODELİ

#875009 rengi CMYK tonu (0,41,93,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.74%
  • sarı tonu 93.33%
  • ana renk tonu 47.06%
CMYK:
(0,41,93,47)
C0M41Y93K47 
(0%,41%,93%,47%)
(0.00/0.41/0.93/0.47)	

CMYK yüzdeleri

%0
%40.74
%93.33
%47.06

Codes

Color #875009 in popluar color models

875009
RGB135809
HSL34°87.50%28.24%
HSB/HSV34°93.33%52.94%
CMYK0.00%40.74%93.33%
47.06%

Color #875009 in popluar number systems.

HEX875009
Decimal135809
Binary1000011110100001001
Octal20712011

Shades and tints

Shades of #875009

#875009
(135,80,9)
#7B4909
(123,73,9)
#6F4209
(111,66,9)
#633B09
(99,59,9)
#573409
(87,52,9)
#4B2D09
(75,45,9)
#3F2609
(63,38,9)
#331F09
(51,31,9)
#271809
(39,24,9)
#1B1109
(27,17,9)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #875009

#875009
(135,80,9)
#915F1F
(145,95,31)
#9B6E35
(155,110,53)
#A57D4B
(165,125,75)
#AF8C61
(175,140,97)
#B99B77
(185,155,119)
#C3AA8D
(195,170,141)
#CDB9A3
(205,185,163)
#D7C8B9
(215,200,185)
#E1D7CF
(225,215,207)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875009 color. Also use rgb(135,80,9) instead hex code.

Text Font Color

.myTextColor { color: #875009; }

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

This text font color is #875009.


Background Color

.myBgColor { background-color: #875009; }

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

This div background color is #875009.


Border color

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

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

This div border color is #875009.


Opacity

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

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

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

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

This text has shadow with #875009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875009 on black background.


Color preview on white background

This text has color #875009 on white background.



Black color preview on #875009 background

This text has black color on #875009 background.


White color preview on #875009 background

This text has white color on #875009 background.