COLOR #73653F

HEX: #73653F
RGB: (115,101,63)

Color info

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

RGB color model

#73653F color RGB value is (115,101,63).

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

RGB channels and saturation

R 115 of 255 = 45%
G 101 of 255 = 40%
B 63 of 255 = 25%

115
101
63

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

Portions of RGB colors in percentages

R + G + B =
115 + 101 + 63 = 279 (100%)
R 115 of 279 ~ 41.22%
G 101 of 279 ~ 36.2%
B 63 of 279 ~ 22.58%

%41.22
%36.2
%22.58

CMYK color model

#73653F color CMYK value is (0,12,45,55).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 45.22%
  • key color value is 54.90%
CMYK:
(0,12,45,55)
C0M12Y45K55 
(0%,12%,45%,55%)
(0.00/0.12/0.45/0.55)	

CMYK percentages

%0
%12.17
%45.22
%54.9

Codes

Color #73653F in popluar color models

73653F
RGB11510163
HSL44°29.21%34.90%
HSB/HSV44°45.22%45.10%
CMYK0.00%12.17%45.22%
54.90%

Color #73653F in popluar number systems.

HEX73653F
Decimal11510163
Binary11100111100101111111
Octal16314577

Shades and tints

Shades of #73653F

#73653F
(115,101,63)
#695C3A
(105,92,58)
#5F5335
(95,83,53)
#554A30
(85,74,48)
#4B412B
(75,65,43)
#413826
(65,56,38)
#372F21
(55,47,33)
#2D261C
(45,38,28)
#231D17
(35,29,23)
#191412
(25,20,18)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #73653F

#73653F
(115,101,63)
#7F7350
(127,115,80)
#8B8161
(139,129,97)
#978F72
(151,143,114)
#A39D83
(163,157,131)
#AFAB94
(175,171,148)
#BBB9A5
(187,185,165)
#C7C7B6
(199,199,182)
#D3D5C7
(211,213,199)
#DFE3D8
(223,227,216)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73653F; }

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

This text font color is #73653F.


Background Color

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

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

This div background color is #73653F.


Border color

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

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

This div border color is #73653F.


Opacity

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

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

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

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

This text has shadow with #73653F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73653F on black background.


Color preview on white background

This text has color #73653F on white background.



Black color preview on #73653F background

This text has black color on #73653F background.


White color preview on #73653F background

This text has white color on #73653F background.