COLOR #99743B

HEX: #99743B RGB: (153,116,59)

Color info

#99743B contains mainly red and green colors. Web safe color of #99743B is #996633 (or #963).

RGB color model

#99743B color RGB value is (153,116,59).

RGB: (153,116,59) (60%, 45%, 23%)

RGB channels and saturation

R 153 of 255 = 60%
G 116 of 255 = 45%
B 59 of 255 = 23%

153
116
59

R + G + B ~ 43%. #99743B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 116 + 59 = 328 (100%)
R 153 of 328 ~ 46.65%
G 116 of 328 ~ 35.37%
B 59 of 328 ~ 17.99'%

%46.65
%35.37
%17.99

CMYK color model

#99743B color CMYK value is (0,24,61,40).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 61.44%
  • key color value is 40.00%

CMYK: (0,24,61,40)
C0M24Y61K40 (0%, 24%, 61%, 40%)
(0.00 / 0.24 / 0.61 / 0.40)

CMYK percentages

%0
%24.18
%61.44
%40

Codes

Color #99743B in popluar color models

99 74 3B
RGB 153 116 59
HSL 36° 44.34% 41.57%
HSB/HSV 36° 61.44% 60.00%
CMYK 0.00% 24.18% 61.44%
40.00%

Color #99743B in popluar number systems.

HEX 99 74 3B
Decimal 153 116 59
Binary 10011001 1110100 111011
Octal 231 164 73

Shades and tints

Shades of #99743B

#99743B
(153,116,59)
#8C6A36
(140,106,54)
#7F6031
(127,96,49)
#72562C
(114,86,44)
#654C27
(101,76,39)
#584222
(88,66,34)
#4B381D
(75,56,29)
#3E2E18
(62,46,24)
#312413
(49,36,19)
#241A0E
(36,26,14)
#171009
(23,16,9)
#000000
(0,0,0)

Tints of #99743B

#99743B
(153,116,59)
#A2804C
(162,128,76)
#AB8C5D
(171,140,93)
#B4986E
(180,152,110)
#BDA47F
(189,164,127)
#C6B090
(198,176,144)
#CFBCA1
(207,188,161)
#D8C8B2
(216,200,178)
#E1D4C3
(225,212,195)
#EAE0D4
(234,224,212)
#F3ECE5
(243,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99743B color. Also use rgb(153,116,59) instead hex code.

Text Font Color

.myTextColor { color: #99743B; }

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

This text font color is #99743B.

Background Color

.myBgColor { background-color: #99743B; }

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

This div background color is #99743B.

Border color

.myBorderColor { border: 1px solid #99743B; }

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

This div border color is #99743B.

Opacity

.myOpacity80 { color: #99743B; opacity: 0.8; }

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

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

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

This text has shadow with #99743B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99743B.

Preview

Color preview on black background

This text has color #99743B on black background.


Color preview on white background

This text has color #99743B on white background.


Black color preview on #99743B background

This text has black color on #99743B background.


White color preview on #99743B background

This text has white color on #99743B background.


Related colors

Complementary color

Complementary color for #hex is #668BC4.


I love getcolorcode.com

Triadic colors

1 #3B9974 and #743B99 with #99743B are triadic colors.

2 #3B7499 and #74993B with #99743B are triadic colors.