COLOR #993D3D

HEX: #993D3D
RGB: (153,61,61)

Color info

#993D3D contains mainly red color. Web safe color of #993D3D is #993333 (or #933).

RGB color model

#993D3D color RGB value is (153,61,61).

  • red value is 153;
  • green value is 61;
  • blue value is 61.
RGB:
(153,61,61)
(60%,24%,24%)

RGB channels and saturation

R 153 of 255 = 60%
G 61 of 255 = 24%
B 61 of 255 = 24%

153
61
61

R + G + B ~ 36%. #993D3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 61 + 61 = 275 (100%)
R 153 of 275 ~ 55.64%
G 61 of 275 ~ 22.18%
B 61 of 275 ~ 22.18%

%55.64
%22.18
%22.18

CMYK color model

#993D3D color CMYK value is (0,60,60,40).

  • cyan value is 0.00%
  • magenta value is 60.13%
  • yellow value is 60.13%
  • key color value is 40.00%
CMYK:
(0,60,60,40)
C0M60Y60K40 
(0%,60%,60%,40%)
(0.00/0.60/0.60/0.40)	

CMYK percentages

%0
%60.13
%60.13
%40

Codes

Color #993D3D in popluar color models

993D3D
RGB1536161
HSL42.99%41.96%
HSB/HSV60.13%60.00%
CMYK0.00%60.13%60.13%
40.00%

Color #993D3D in popluar number systems.

HEX993D3D
Decimal1536161
Binary10011001111101111101
Octal2317575

Shades and tints

Shades of #993D3D

#993D3D
(153,61,61)
#8C3838
(140,56,56)
#7F3333
(127,51,51)
#722E2E
(114,46,46)
#652929
(101,41,41)
#582424
(88,36,36)
#4B1F1F
(75,31,31)
#3E1A1A
(62,26,26)
#311515
(49,21,21)
#241010
(36,16,16)
#170B0B
(23,11,11)
#000000
(0,0,0)

Tints of #993D3D

#993D3D
(153,61,61)
#A24E4E
(162,78,78)
#AB5F5F
(171,95,95)
#B47070
(180,112,112)
#BD8181
(189,129,129)
#C69292
(198,146,146)
#CFA3A3
(207,163,163)
#D8B4B4
(216,180,180)
#E1C5C5
(225,197,197)
#EAD6D6
(234,214,214)
#F3E7E7
(243,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #993D3D color. Also use rgb(153,61,61) instead hex code.

Text Font Color

.myTextColor { color: #993D3D; }

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

This text font color is #993D3D.


Background Color

.myBgColor { background-color: #993D3D; }

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

This div background color is #993D3D.


Border color

.myBorderColor { border: 1px solid #993D3D; }

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

This div border color is #993D3D.


Opacity

.myOpacity80 { color: #993D3D; opacity: 0.8; }

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

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

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

This text has shadow with #993D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #993D3D on black background.


Color preview on white background

This text has color #993D3D on white background.



Black color preview on #993D3D background

This text has black color on #993D3D background.


White color preview on #993D3D background

This text has white color on #993D3D background.