COLOR #993F05

HEX: #993F05 RGB: (153,63,5)

Color info

#993F05 contains mainly red color. Web safe color of #993F05 is #993300 (or #930).

RGB color model

#993F05 color RGB value is (153,63,5).

RGB: (153,63,5) (60%, 25%, 2%)

RGB channels and saturation

R 153 of 255 = 60%
G 63 of 255 = 25%
B 5 of 255 = 2%

153
63
5

R + G + B ~ 29%. #993F05 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 153 + 63 + 5 = 221 (100%)
R 153 of 221 ~ 69.23%
G 63 of 221 ~ 28.51%
B 5 of 221 ~ 2.26'%

%69.23
%28.51

CMYK color model

#993F05 color CMYK value is (0,59,97,40).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 96.73%
  • key color value is 40.00%

CMYK: (0,59,97,40)
C0M59Y97K40 (0%, 59%, 97%, 40%)
(0.00 / 0.59 / 0.97 / 0.40)

CMYK percentages

%0
%58.82
%96.73
%40

Codes

Color #993F05 in popluar color models

99 3F 05
RGB 153 63 5
HSL 24° 93.67% 30.98%
HSB/HSV 24° 96.73% 60.00%
CMYK 0.00% 58.82% 96.73%
40.00%

Color #993F05 in popluar number systems.

HEX 99 3F 05
Decimal 153 63 5
Binary 10011001 111111 101
Octal 231 77 5

Shades and tints

Shades of #993F05

#993F05
(153,63,5)
#8C3A05
(140,58,5)
#7F3505
(127,53,5)
#723005
(114,48,5)
#652B05
(101,43,5)
#582605
(88,38,5)
#4B2105
(75,33,5)
#3E1C05
(62,28,5)
#311705
(49,23,5)
#241205
(36,18,5)
#170D05
(23,13,5)
#000000
(0,0,0)

Tints of #993F05

#993F05
(153,63,5)
#A2501B
(162,80,27)
#AB6131
(171,97,49)
#B47247
(180,114,71)
#BD835D
(189,131,93)
#C69473
(198,148,115)
#CFA589
(207,165,137)
#D8B69F
(216,182,159)
#E1C7B5
(225,199,181)
#EAD8CB
(234,216,203)
#F3E9E1
(243,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #993F05; }

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

This text font color is #993F05.

Background Color

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

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

This div background color is #993F05.

Border color

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

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

This div border color is #993F05.

Opacity

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

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

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

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

This text has shadow with #993F05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #993F05.

Preview

Color preview on black background

This text has color #993F05 on black background.


Color preview on white background

This text has color #993F05 on white background.


Black color preview on #993F05 background

This text has black color on #993F05 background.


White color preview on #993F05 background

This text has white color on #993F05 background.


Related colors

Complementary color

Complementary color for #hex is #66C0FA.


I love getcolorcode.com

Triadic colors

1 #05993F and #3F0599 with #993F05 are triadic colors.

2 #053F99 and #3F9905 with #993F05 are triadic colors.