COLOR #993733

HEX: #993733
RGB: (153,55,51)

Renk bilgisi

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

RGB renk modeli

#993733 color RGB value is (153,55,51).

  • kırmız ton 153;
  • yeşil ton 55;
  • mavi ton 51.
RGB:
(153,55,51)
(60%,22%,20%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 55 of 255 = 22%
B 51 of 255 = 20%

153
55
51

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 55 + 51 = 259 (100%)
R 153 of 259 ~ 59.07%
G 55 of 259 ~ 21.24%
B 51 of 259 ~ 19.69%

%59.07
%21.24
%19.69

CMYK RENK MODELİ

#993733 rengi CMYK tonu (0,64,67,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 64.05%
  • sarı tonu 66.67%
  • ana renk tonu 40.00%
CMYK:
(0,64,67,40)
C0M64Y67K40 
(0%,64%,67%,40%)
(0.00/0.64/0.67/0.40)	

CMYK yüzdeleri

%0
%64.05
%66.67
%40

Codes

Color #993733 in popluar color models

993733
RGB1535551
HSL50.00%40.00%
HSB/HSV66.67%60.00%
CMYK0.00%64.05%66.67%
40.00%

Color #993733 in popluar number systems.

HEX993733
Decimal1535551
Binary10011001110111110011
Octal2316763

Shades and tints

Shades of #993733

#993733
(153,55,51)
#8C322F
(140,50,47)
#7F2D2B
(127,45,43)
#722827
(114,40,39)
#652323
(101,35,35)
#581E1F
(88,30,31)
#4B191B
(75,25,27)
#3E1417
(62,20,23)
#310F13
(49,15,19)
#240A0F
(36,10,15)
#17050B
(23,5,11)
#000000
(0,0,0)

Tints of #993733

#993733
(153,55,51)
#A24945
(162,73,69)
#AB5B57
(171,91,87)
#B46D69
(180,109,105)
#BD7F7B
(189,127,123)
#C6918D
(198,145,141)
#CFA39F
(207,163,159)
#D8B5B1
(216,181,177)
#E1C7C3
(225,199,195)
#EAD9D5
(234,217,213)
#F3EBE7
(243,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993733 color. Also use rgb(153,55,51) instead hex code.

Text Font Color

.myTextColor { color: #993733; }

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

This text font color is #993733.


Background Color

.myBgColor { background-color: #993733; }

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

This div background color is #993733.


Border color

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

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

This div border color is #993733.


Opacity

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

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

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

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

This text has shadow with #993733 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993733 on black background.


Color preview on white background

This text has color #993733 on white background.



Black color preview on #993733 background

This text has black color on #993733 background.


White color preview on #993733 background

This text has white color on #993733 background.