COLOR #893349

HEX: #893349
RGB: (137,51,73)

Renk bilgisi

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

RGB renk modeli

#893349 color RGB value is (137,51,73).

  • kırmız ton 137;
  • yeşil ton 51;
  • mavi ton 73.
RGB:
(137,51,73)
(54%,20%,29%)

RGB bağlantıları ve doygunluk

R 137 of 255 = 54%
G 51 of 255 = 20%
B 73 of 255 = 29%

137
51
73

R + G + B ~ 34%. #893349 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
137 + 51 + 73 = 261 (100%)
R 137 of 261 ~ 52.49%
G 51 of 261 ~ 19.54%
B 73 of 261 ~ 27.97%

%52.49
%19.54
%27.97

CMYK RENK MODELİ

#893349 rengi CMYK tonu (0,63,47,46).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.77%
  • sarı tonu 46.72%
  • ana renk tonu 46.27%
CMYK:
(0,63,47,46)
C0M63Y47K46 
(0%,63%,47%,46%)
(0.00/0.63/0.47/0.46)	

CMYK yüzdeleri

%0
%62.77
%46.72
%46.27

Codes

Color #893349 in popluar color models

893349
RGB1375173
HSL345°45.74%36.86%
HSB/HSV345°62.77%53.73%
CMYK0.00%62.77%46.72%
46.27%

Color #893349 in popluar number systems.

HEX893349
Decimal1375173
Binary100010011100111001001
Octal21163111

Shades and tints

Shades of #893349

#893349
(137,51,73)
#7D2F43
(125,47,67)
#712B3D
(113,43,61)
#652737
(101,39,55)
#592331
(89,35,49)
#4D1F2B
(77,31,43)
#411B25
(65,27,37)
#35171F
(53,23,31)
#291319
(41,19,25)
#1D0F13
(29,15,19)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #893349

#893349
(137,51,73)
#934559
(147,69,89)
#9D5769
(157,87,105)
#A76979
(167,105,121)
#B17B89
(177,123,137)
#BB8D99
(187,141,153)
#C59FA9
(197,159,169)
#CFB1B9
(207,177,185)
#D9C3C9
(217,195,201)
#E3D5D9
(227,213,217)
#EDE7E9
(237,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893349 color. Also use rgb(137,51,73) instead hex code.

Text Font Color

.myTextColor { color: #893349; }

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

This text font color is #893349.


Background Color

.myBgColor { background-color: #893349; }

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

This div background color is #893349.


Border color

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

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

This div border color is #893349.


Opacity

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

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

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

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

This text has shadow with #893349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893349 on black background.


Color preview on white background

This text has color #893349 on white background.



Black color preview on #893349 background

This text has black color on #893349 background.


White color preview on #893349 background

This text has white color on #893349 background.