COLOR #73692D

HEX: #73692D
RGB: (115,105,45)

Color info

#73692D contains mainly red and green colors. Web safe color of #73692D is #666633 (or #663).

RGB color model

#73692D color RGB value is (115,105,45).

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

RGB channels and saturation

R 115 of 255 = 45%
G 105 of 255 = 41%
B 45 of 255 = 18%

115
105
45

R + G + B ~ 35%. #73692D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 105 + 45 = 265 (100%)
R 115 of 265 ~ 43.4%
G 105 of 265 ~ 39.62%
B 45 of 265 ~ 16.98%

%43.4
%39.62
%16.98

CMYK color model

#73692D color CMYK value is (0,9,61,55).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 60.87%
  • key color value is 54.90%
CMYK:
(0,9,61,55)
C0M9Y61K55 
(0%,9%,61%,55%)
(0.00/0.09/0.61/0.55)	

CMYK percentages

%0
%8.7
%60.87
%54.9

Codes

Color #73692D in popluar color models

73692D
RGB11510545
HSL51°43.75%31.37%
HSB/HSV51°60.87%45.10%
CMYK0.00%8.70%60.87%
54.90%

Color #73692D in popluar number systems.

HEX73692D
Decimal11510545
Binary11100111101001101101
Octal16315155

Shades and tints

Shades of #73692D

#73692D
(115,105,45)
#696029
(105,96,41)
#5F5725
(95,87,37)
#554E21
(85,78,33)
#4B451D
(75,69,29)
#413C19
(65,60,25)
#373315
(55,51,21)
#2D2A11
(45,42,17)
#23210D
(35,33,13)
#191809
(25,24,9)
#0F0F05
(15,15,5)
#000000
(0,0,0)

Tints of #73692D

#73692D
(115,105,45)
#7F7640
(127,118,64)
#8B8353
(139,131,83)
#979066
(151,144,102)
#A39D79
(163,157,121)
#AFAA8C
(175,170,140)
#BBB79F
(187,183,159)
#C7C4B2
(199,196,178)
#D3D1C5
(211,209,197)
#DFDED8
(223,222,216)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73692D color. Also use rgb(115,105,45) instead hex code.

Text Font Color

.myTextColor { color: #73692D; }

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

This text font color is #73692D.


Background Color

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

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

This div background color is #73692D.


Border color

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

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

This div border color is #73692D.


Opacity

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

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

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

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

This text has shadow with #73692D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73692D on black background.


Color preview on white background

This text has color #73692D on white background.



Black color preview on #73692D background

This text has black color on #73692D background.


White color preview on #73692D background

This text has white color on #73692D background.