COLOR #73693E

HEX: #73693E
RGB: (115,105,62)

Color info

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

RGB color model

#73693E color RGB value is (115,105,62).

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

RGB channels and saturation

R 115 of 255 = 45%
G 105 of 255 = 41%
B 62 of 255 = 24%

115
105
62

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

Portions of RGB colors in percentages

R + G + B =
115 + 105 + 62 = 282 (100%)
R 115 of 282 ~ 40.78%
G 105 of 282 ~ 37.23%
B 62 of 282 ~ 21.99%

%40.78
%37.23
%21.99

CMYK color model

#73693E color CMYK value is (0,9,46,55).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 46.09%
  • key color value is 54.90%
CMYK:
(0,9,46,55)
C0M9Y46K55 
(0%,9%,46%,55%)
(0.00/0.09/0.46/0.55)	

CMYK percentages

%0
%8.7
%46.09
%54.9

Codes

Color #73693E in popluar color models

73693E
RGB11510562
HSL49°29.94%34.71%
HSB/HSV49°46.09%45.10%
CMYK0.00%8.70%46.09%
54.90%

Color #73693E in popluar number systems.

HEX73693E
Decimal11510562
Binary11100111101001111110
Octal16315176

Shades and tints

Shades of #73693E

#73693E
(115,105,62)
#696039
(105,96,57)
#5F5734
(95,87,52)
#554E2F
(85,78,47)
#4B452A
(75,69,42)
#413C25
(65,60,37)
#373320
(55,51,32)
#2D2A1B
(45,42,27)
#232116
(35,33,22)
#191811
(25,24,17)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #73693E

#73693E
(115,105,62)
#7F764F
(127,118,79)
#8B8360
(139,131,96)
#979071
(151,144,113)
#A39D82
(163,157,130)
#AFAA93
(175,170,147)
#BBB7A4
(187,183,164)
#C7C4B5
(199,196,181)
#D3D1C6
(211,209,198)
#DFDED7
(223,222,215)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73693E; }

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

This text font color is #73693E.


Background Color

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

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

This div background color is #73693E.


Border color

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

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

This div border color is #73693E.


Opacity

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

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

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

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

This text has shadow with #73693E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73693E on black background.


Color preview on white background

This text has color #73693E on white background.



Black color preview on #73693E background

This text has black color on #73693E background.


White color preview on #73693E background

This text has white color on #73693E background.