COLOR #73693F

HEX: #73693F
RGB: (115,105,63)

Color info

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

RGB color model

#73693F color RGB value is (115,105,63).

  • red value is 115;
  • green value is 105;
  • blue value is 63.
RGB:
(115,105,63)
(45%,41%,25%)

RGB channels and saturation

R 115 of 255 = 45%
G 105 of 255 = 41%
B 63 of 255 = 25%

115
105
63

R + G + B ~ 37%. #73693F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 105 + 63 = 283 (100%)
R 115 of 283 ~ 40.64%
G 105 of 283 ~ 37.1%
B 63 of 283 ~ 22.26%

%40.64
%37.1
%22.26

CMYK color model

#73693F color CMYK value is (0,9,45,55).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 45.22%
  • key color value is 54.90%
CMYK:
(0,9,45,55)
C0M9Y45K55 
(0%,9%,45%,55%)
(0.00/0.09/0.45/0.55)	

CMYK percentages

%0
%8.7
%45.22
%54.9

Codes

Color #73693F in popluar color models

73693F
RGB11510563
HSL48°29.21%34.90%
HSB/HSV48°45.22%45.10%
CMYK0.00%8.70%45.22%
54.90%

Color #73693F in popluar number systems.

HEX73693F
Decimal11510563
Binary11100111101001111111
Octal16315177

Shades and tints

Shades of #73693F

#73693F
(115,105,63)
#69603A
(105,96,58)
#5F5735
(95,87,53)
#554E30
(85,78,48)
#4B452B
(75,69,43)
#413C26
(65,60,38)
#373321
(55,51,33)
#2D2A1C
(45,42,28)
#232117
(35,33,23)
#191812
(25,24,18)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #73693F

#73693F
(115,105,63)
#7F7650
(127,118,80)
#8B8361
(139,131,97)
#979072
(151,144,114)
#A39D83
(163,157,131)
#AFAA94
(175,170,148)
#BBB7A5
(187,183,165)
#C7C4B6
(199,196,182)
#D3D1C7
(211,209,199)
#DFDED8
(223,222,216)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73693F color. Also use rgb(115,105,63) instead hex code.

Text Font Color

.myTextColor { color: #73693F; }

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

This text font color is #73693F.


Background Color

.myBgColor { background-color: #73693F; }

<div style="background-color:#73693F">Inner text</div>

This div background color is #73693F.


Border color

.myBorderColor { border: 1px solid #73693F; }

<div style="border:3px solid #73693F">Div</div>

This div border color is #73693F.


Opacity

.myOpacity80 { color: #73693F; opacity: 0.8; }

<p style="color:#73693F;opacity:0.8;">80%</p>

Text with #73693F 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 #73693F;}

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

This text has shadow with #73693F color.

.textShadow {text-shadow: 3px 3px 1px #73693F, 3px 3px 1px red;}

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

This text has shadow with #73693F primary color and red secondary color.


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

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

This text has shadow with #73693F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73693F on black background.


Color preview on white background

This text has color #73693F on white background.



Black color preview on #73693F background

This text has black color on #73693F background.


White color preview on #73693F background

This text has white color on #73693F background.