COLOR #874814

HEX: #874814
RGB: (135,72,20)

Renk bilgisi

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

RGB renk modeli

#874814 color RGB value is (135,72,20).

  • kırmız ton 135;
  • yeşil ton 72;
  • mavi ton 20.
RGB:
(135,72,20)
(53%,28%,8%)

RGB bağlantıları ve doygunluk

R 135 of 255 = 53%
G 72 of 255 = 28%
B 20 of 255 = 8%

135
72
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
135 + 72 + 20 = 227 (100%)
R 135 of 227 ~ 59.47%
G 72 of 227 ~ 31.72%
B 20 of 227 ~ 8.81%

%59.47
%31.72

CMYK RENK MODELİ

#874814 rengi CMYK tonu (0,47,85,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.67%
  • sarı tonu 85.19%
  • ana renk tonu 47.06%
CMYK:
(0,47,85,47)
C0M47Y85K47 
(0%,47%,85%,47%)
(0.00/0.47/0.85/0.47)	

CMYK yüzdeleri

%0
%46.67
%85.19
%47.06

Codes

Color #874814 in popluar color models

874814
RGB1357220
HSL27°74.19%30.39%
HSB/HSV27°85.19%52.94%
CMYK0.00%46.67%85.19%
47.06%

Color #874814 in popluar number systems.

HEX874814
Decimal1357220
Binary10000111100100010100
Octal20711024

Shades and tints

Shades of #874814

#874814
(135,72,20)
#7B4213
(123,66,19)
#6F3C12
(111,60,18)
#633611
(99,54,17)
#573010
(87,48,16)
#4B2A0F
(75,42,15)
#3F240E
(63,36,14)
#331E0D
(51,30,13)
#27180C
(39,24,12)
#1B120B
(27,18,11)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #874814

#874814
(135,72,20)
#915829
(145,88,41)
#9B683E
(155,104,62)
#A57853
(165,120,83)
#AF8868
(175,136,104)
#B9987D
(185,152,125)
#C3A892
(195,168,146)
#CDB8A7
(205,184,167)
#D7C8BC
(215,200,188)
#E1D8D1
(225,216,209)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #874814 color. Also use rgb(135,72,20) instead hex code.

Text Font Color

.myTextColor { color: #874814; }

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

This text font color is #874814.


Background Color

.myBgColor { background-color: #874814; }

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

This div background color is #874814.


Border color

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

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

This div border color is #874814.


Opacity

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

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

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

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

This text has shadow with #874814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #874814 on black background.


Color preview on white background

This text has color #874814 on white background.



Black color preview on #874814 background

This text has black color on #874814 background.


White color preview on #874814 background

This text has white color on #874814 background.