COLOR #8E4514

HEX: #8E4514
RGB: (142,69,20)

Renk bilgisi

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

RGB renk modeli

#8E4514 color RGB value is (142,69,20).

  • kırmız ton 142;
  • yeşil ton 69;
  • mavi ton 20.
RGB:
(142,69,20)
(56%,27%,8%)

RGB bağlantıları ve doygunluk

R 142 of 255 = 56%
G 69 of 255 = 27%
B 20 of 255 = 8%

142
69
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
142 + 69 + 20 = 231 (100%)
R 142 of 231 ~ 61.47%
G 69 of 231 ~ 29.87%
B 20 of 231 ~ 8.66%

%61.47
%29.87

CMYK RENK MODELİ

#8E4514 rengi CMYK tonu (0,51,86,44).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.41%
  • sarı tonu 85.92%
  • ana renk tonu 44.31%
CMYK:
(0,51,86,44)
C0M51Y86K44 
(0%,51%,86%,44%)
(0.00/0.51/0.86/0.44)	

CMYK yüzdeleri

%0
%51.41
%85.92
%44.31

Codes

Color #8E4514 in popluar color models

8E4514
RGB1426920
HSL24°75.31%31.76%
HSB/HSV24°85.92%55.69%
CMYK0.00%51.41%85.92%
44.31%

Color #8E4514 in popluar number systems.

HEX8E4514
Decimal1426920
Binary10001110100010110100
Octal21610524

Shades and tints

Shades of #8E4514

#8E4514
(142,69,20)
#823F13
(130,63,19)
#763912
(118,57,18)
#6A3311
(106,51,17)
#5E2D10
(94,45,16)
#52270F
(82,39,15)
#46210E
(70,33,14)
#3A1B0D
(58,27,13)
#2E150C
(46,21,12)
#220F0B
(34,15,11)
#16090A
(22,9,10)
#000000
(0,0,0)

Tints of #8E4514

#8E4514
(142,69,20)
#985529
(152,85,41)
#A2653E
(162,101,62)
#AC7553
(172,117,83)
#B68568
(182,133,104)
#C0957D
(192,149,125)
#CAA592
(202,165,146)
#D4B5A7
(212,181,167)
#DEC5BC
(222,197,188)
#E8D5D1
(232,213,209)
#F2E5E6
(242,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4514 color. Also use rgb(142,69,20) instead hex code.

Text Font Color

.myTextColor { color: #8E4514; }

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

This text font color is #8E4514.


Background Color

.myBgColor { background-color: #8E4514; }

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

This div background color is #8E4514.


Border color

.myBorderColor { border: 1px solid #8E4514; }

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

This div border color is #8E4514.


Opacity

.myOpacity80 { color: #8E4514; opacity: 0.8; }

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

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

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

This text has shadow with #8E4514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4514 on black background.


Color preview on white background

This text has color #8E4514 on white background.



Black color preview on #8E4514 background

This text has black color on #8E4514 background.


White color preview on #8E4514 background

This text has white color on #8E4514 background.