COLOR #73533D

HEX: #73533D
RGB: (115,83,61)

Color info

#73533D contains red, green and blue colors in about the same proportion. Web safe color of #73533D is #666633 (or #663).

RGB color model

#73533D color RGB value is (115,83,61).

  • red value is 115;
  • green value is 83;
  • blue value is 61.
RGB:
(115,83,61)
(45%,33%,24%)

RGB channels and saturation

R 115 of 255 = 45%
G 83 of 255 = 33%
B 61 of 255 = 24%

115
83
61

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

Portions of RGB colors in percentages

R + G + B =
115 + 83 + 61 = 259 (100%)
R 115 of 259 ~ 44.4%
G 83 of 259 ~ 32.05%
B 61 of 259 ~ 23.55%

%44.4
%32.05
%23.55

CMYK color model

#73533D color CMYK value is (0,28,47,55).

  • cyan value is 0.00%
  • magenta value is 27.83%
  • yellow value is 46.96%
  • key color value is 54.90%
CMYK:
(0,28,47,55)
C0M28Y47K55 
(0%,28%,47%,55%)
(0.00/0.28/0.47/0.55)	

CMYK percentages

%0
%27.83
%46.96
%54.9

Codes

Color #73533D in popluar color models

73533D
RGB1158361
HSL24°30.68%34.51%
HSB/HSV24°46.96%45.10%
CMYK0.00%27.83%46.96%
54.90%

Color #73533D in popluar number systems.

HEX73533D
Decimal1158361
Binary11100111010011111101
Octal16312375

Shades and tints

Shades of #73533D

#73533D
(115,83,61)
#694C38
(105,76,56)
#5F4533
(95,69,51)
#553E2E
(85,62,46)
#4B3729
(75,55,41)
#413024
(65,48,36)
#37291F
(55,41,31)
#2D221A
(45,34,26)
#231B15
(35,27,21)
#191410
(25,20,16)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #73533D

#73533D
(115,83,61)
#7F624E
(127,98,78)
#8B715F
(139,113,95)
#978070
(151,128,112)
#A38F81
(163,143,129)
#AF9E92
(175,158,146)
#BBADA3
(187,173,163)
#C7BCB4
(199,188,180)
#D3CBC5
(211,203,197)
#DFDAD6
(223,218,214)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73533D color. Also use rgb(115,83,61) instead hex code.

Text Font Color

.myTextColor { color: #73533D; }

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

This text font color is #73533D.


Background Color

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

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

This div background color is #73533D.


Border color

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

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

This div border color is #73533D.


Opacity

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

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

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

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

This text has shadow with #73533D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73533D on black background.


Color preview on white background

This text has color #73533D on white background.



Black color preview on #73533D background

This text has black color on #73533D background.


White color preview on #73533D background

This text has white color on #73533D background.