COLOR #99480D

HEX: #99480D RGB: (153,72,13)

Color info

#99480D contains mainly red color. Web safe color of #99480D is #993300 (or #930).

RGB color model

#99480D color RGB value is (153,72,13).

RGB: (153,72,13) (60%, 28%, 5%)

RGB channels and saturation

R 153 of 255 = 60%
G 72 of 255 = 28%
B 13 of 255 = 5%

153
72
13

R + G + B ~ 31%. #99480D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 153 + 72 + 13 = 238 (100%)
R 153 of 238 ~ 64.29%
G 72 of 238 ~ 30.25%
B 13 of 238 ~ 5.46'%

%64.29
%30.25

CMYK color model

#99480D color CMYK value is (0,53,92,40).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 91.50%
  • key color value is 40.00%

CMYK: (0,53,92,40)
C0M53Y92K40 (0%, 53%, 92%, 40%)
(0.00 / 0.53 / 0.92 / 0.40)

CMYK percentages

%0
%52.94
%91.5
%40

Codes

Color #99480D in popluar color models

99 48 0D
RGB 153 72 13
HSL 25° 84.34% 32.55%
HSB/HSV 25° 91.50% 60.00%
CMYK 0.00% 52.94% 91.50%
40.00%

Color #99480D in popluar number systems.

HEX 99 48 0D
Decimal 153 72 13
Binary 10011001 1001000 1101
Octal 231 110 15

Shades and tints

Shades of #99480D

#99480D
(153,72,13)
#8C420C
(140,66,12)
#7F3C0B
(127,60,11)
#72360A
(114,54,10)
#653009
(101,48,9)
#582A08
(88,42,8)
#4B2407
(75,36,7)
#3E1E06
(62,30,6)
#311805
(49,24,5)
#241204
(36,18,4)
#170C03
(23,12,3)
#000000
(0,0,0)

Tints of #99480D

#99480D
(153,72,13)
#A25823
(162,88,35)
#AB6839
(171,104,57)
#B4784F
(180,120,79)
#BD8865
(189,136,101)
#C6987B
(198,152,123)
#CFA891
(207,168,145)
#D8B8A7
(216,184,167)
#E1C8BD
(225,200,189)
#EAD8D3
(234,216,211)
#F3E8E9
(243,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99480D color. Also use rgb(153,72,13) instead hex code.

Text Font Color

.myTextColor { color: #99480D; }

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

This text font color is #99480D.

Background Color

.myBgColor { background-color: #99480D; }

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

This div background color is #99480D.

Border color

.myBorderColor { border: 1px solid #99480D; }

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

This div border color is #99480D.

Opacity

.myOpacity80 { color: #99480D; opacity: 0.8; }

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

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

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

This text has shadow with #99480D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99480D.

Preview

Color preview on black background

This text has color #99480D on black background.


Color preview on white background

This text has color #99480D on white background.


Black color preview on #99480D background

This text has black color on #99480D background.


White color preview on #99480D background

This text has white color on #99480D background.


Related colors

Complementary color

Complementary color for #hex is #66B7F2.


I love getcolorcode.com

Triadic colors

1 #0D9948 and #480D99 with #99480D are triadic colors.

2 #0D4899 and #48990D with #99480D are triadic colors.