COLOR #893C28

HEX: #893C28
RGB: (137,60,40)

Renk bilgisi

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

RGB renk modeli

#893C28 color RGB value is (137,60,40).

  • kırmız ton 137;
  • yeşil ton 60;
  • mavi ton 40.
RGB:
(137,60,40)
(54%,24%,16%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 60 of 255 = 24%
B 40 of 255 = 16%

137
60
40

R + G + B ~ 31%. #893C28 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 60 + 40 = 237 (100%)
R 137 of 237 ~ 57.81%
G 60 of 237 ~ 25.32%
B 40 of 237 ~ 16.88%

%57.81
%25.32
%16.88

CMYK RENK MODELİ

#893C28 rengi CMYK tonu (0,56,71,46).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.20%
  • sarı tonu 70.80%
  • ana renk tonu 46.27%
CMYK:
(0,56,71,46)
C0M56Y71K46 
(0%,56%,71%,46%)
(0.00/0.56/0.71/0.46)	

CMYK yüzdeleri

%0
%56.2
%70.8
%46.27

Codes

Color #893C28 in popluar color models

893C28
RGB1376040
HSL12°54.80%34.71%
HSB/HSV12°70.80%53.73%
CMYK0.00%56.20%70.80%
46.27%

Color #893C28 in popluar number systems.

HEX893C28
Decimal1376040
Binary10001001111100101000
Octal2117450

Shades and tints

Shades of #893C28

#893C28
(137,60,40)
#7D3725
(125,55,37)
#713222
(113,50,34)
#652D1F
(101,45,31)
#59281C
(89,40,28)
#4D2319
(77,35,25)
#411E16
(65,30,22)
#351913
(53,25,19)
#291410
(41,20,16)
#1D0F0D
(29,15,13)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #893C28

#893C28
(137,60,40)
#934D3B
(147,77,59)
#9D5E4E
(157,94,78)
#A76F61
(167,111,97)
#B18074
(177,128,116)
#BB9187
(187,145,135)
#C5A29A
(197,162,154)
#CFB3AD
(207,179,173)
#D9C4C0
(217,196,192)
#E3D5D3
(227,213,211)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893C28 color. Also use rgb(137,60,40) instead hex code.

Text Font Color

.myTextColor { color: #893C28; }

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

This text font color is #893C28.


Background Color

.myBgColor { background-color: #893C28; }

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

This div background color is #893C28.


Border color

.myBorderColor { border: 1px solid #893C28; }

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

This div border color is #893C28.


Opacity

.myOpacity80 { color: #893C28; opacity: 0.8; }

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

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

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

This text has shadow with #893C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893C28 on black background.


Color preview on white background

This text has color #893C28 on white background.



Black color preview on #893C28 background

This text has black color on #893C28 background.


White color preview on #893C28 background

This text has white color on #893C28 background.