COLOR #993337

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

153
51
55

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

Yüzdelerle RGB renk parçaları

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

%59.07
%19.69
%21.24

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%66.67
%64.05
%40

Codes

Color #993337 in popluar color models

993337
RGB1535155
HSL358°50.00%40.00%
HSB/HSV358°66.67%60.00%
CMYK0.00%66.67%64.05%
40.00%

Color #993337 in popluar number systems.

HEX993337
Decimal1535155
Binary10011001110011110111
Octal2316367

Shades and tints

Shades of #993337

#993337
(153,51,55)
#8C2F32
(140,47,50)
#7F2B2D
(127,43,45)
#722728
(114,39,40)
#652323
(101,35,35)
#581F1E
(88,31,30)
#4B1B19
(75,27,25)
#3E1714
(62,23,20)
#31130F
(49,19,15)
#240F0A
(36,15,10)
#170B05
(23,11,5)
#000000
(0,0,0)

Tints of #993337

#993337
(153,51,55)
#A24549
(162,69,73)
#AB575B
(171,87,91)
#B4696D
(180,105,109)
#BD7B7F
(189,123,127)
#C68D91
(198,141,145)
#CF9FA3
(207,159,163)
#D8B1B5
(216,177,181)
#E1C3C7
(225,195,199)
#EAD5D9
(234,213,217)
#F3E7EB
(243,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #993337; }

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

This text font color is #993337.


Background Color

.myBgColor { background-color: #993337; }

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

This div background color is #993337.


Border color

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

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

This div border color is #993337.


Opacity

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

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

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

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

This text has shadow with #993337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993337 on black background.


Color preview on white background

This text has color #993337 on white background.



Black color preview on #993337 background

This text has black color on #993337 background.


White color preview on #993337 background

This text has white color on #993337 background.