COLOR #73683D

HEX: #73683D
RGB: (115,104,61)

Color info

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

RGB color model

#73683D color RGB value is (115,104,61).

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

RGB channels and saturation

R 115 of 255 = 45%
G 104 of 255 = 41%
B 61 of 255 = 24%

115
104
61

R + G + B ~ 37%. #73683D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 104 + 61 = 280 (100%)
R 115 of 280 ~ 41.07%
G 104 of 280 ~ 37.14%
B 61 of 280 ~ 21.79%

%41.07
%37.14
%21.79

CMYK color model

#73683D color CMYK value is (0,10,47,55).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 46.96%
  • key color value is 54.90%
CMYK:
(0,10,47,55)
C0M10Y47K55 
(0%,10%,47%,55%)
(0.00/0.10/0.47/0.55)	

CMYK percentages

%0
%9.57
%46.96
%54.9

Codes

Color #73683D in popluar color models

73683D
RGB11510461
HSL48°30.68%34.51%
HSB/HSV48°46.96%45.10%
CMYK0.00%9.57%46.96%
54.90%

Color #73683D in popluar number systems.

HEX73683D
Decimal11510461
Binary11100111101000111101
Octal16315075

Shades and tints

Shades of #73683D

#73683D
(115,104,61)
#695F38
(105,95,56)
#5F5633
(95,86,51)
#554D2E
(85,77,46)
#4B4429
(75,68,41)
#413B24
(65,59,36)
#37321F
(55,50,31)
#2D291A
(45,41,26)
#232015
(35,32,21)
#191710
(25,23,16)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #73683D

#73683D
(115,104,61)
#7F754E
(127,117,78)
#8B825F
(139,130,95)
#978F70
(151,143,112)
#A39C81
(163,156,129)
#AFA992
(175,169,146)
#BBB6A3
(187,182,163)
#C7C3B4
(199,195,180)
#D3D0C5
(211,208,197)
#DFDDD6
(223,221,214)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73683D; }

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

This text font color is #73683D.


Background Color

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

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

This div background color is #73683D.


Border color

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

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

This div border color is #73683D.


Opacity

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

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

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

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

This text has shadow with #73683D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73683D on black background.


Color preview on white background

This text has color #73683D on white background.



Black color preview on #73683D background

This text has black color on #73683D background.


White color preview on #73683D background

This text has white color on #73683D background.