COLOR #73652F

HEX: #73652F RGB: (115,101,47)

Color info

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

RGB color model

#73652F color RGB value is (115,101,47).

RGB: (115,101,47) (45%, 40%, 18%)

RGB channels and saturation

R 115 of 255 = 45%
G 101 of 255 = 40%
B 47 of 255 = 18%

115
101
47

R + G + B ~ 34%. #73652F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 101 + 47 = 263 (100%)
R 115 of 263 ~ 43.73%
G 101 of 263 ~ 38.4%
B 47 of 263 ~ 17.87'%

%43.73
%38.4
%17.87

CMYK color model

#73652F color CMYK value is (0,12,59,55).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 59.13%
  • key color value is 54.90%

CMYK: (0,12,59,55)
C0M12Y59K55 (0%, 12%, 59%, 55%)
(0.00 / 0.12 / 0.59 / 0.55)

CMYK percentages

%0
%12.17
%59.13
%54.9

Codes

Color #73652F in popluar color models

73 65 2F
RGB 115 101 47
HSL 48° 41.98% 31.76%
HSB/HSV 48° 59.13% 45.10%
CMYK 0.00% 12.17% 59.13%
54.90%

Color #73652F in popluar number systems.

HEX 73 65 2F
Decimal 115 101 47
Binary 1110011 1100101 101111
Octal 163 145 57

Shades and tints

Shades of #73652F

#73652F
(115,101,47)
#695C2B
(105,92,43)
#5F5327
(95,83,39)
#554A23
(85,74,35)
#4B411F
(75,65,31)
#41381B
(65,56,27)
#372F17
(55,47,23)
#2D2613
(45,38,19)
#231D0F
(35,29,15)
#19140B
(25,20,11)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #73652F

#73652F
(115,101,47)
#7F7341
(127,115,65)
#8B8153
(139,129,83)
#978F65
(151,143,101)
#A39D77
(163,157,119)
#AFAB89
(175,171,137)
#BBB99B
(187,185,155)
#C7C7AD
(199,199,173)
#D3D5BF
(211,213,191)
#DFE3D1
(223,227,209)
#EBF1E3
(235,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73652F; }

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

This text font color is #73652F.

Background Color

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

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

This div background color is #73652F.

Border color

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

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

This div border color is #73652F.

Opacity

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

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

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

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

This text has shadow with #73652F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73652F.

Preview

Color preview on black background

This text has color #73652F on black background.


Color preview on white background

This text has color #73652F on white background.


Black color preview on #73652F background

This text has black color on #73652F background.


White color preview on #73652F background

This text has white color on #73652F background.


Related colors

Complementary color

Complementary color for #hex is #8C9AD0.


I love getcolorcode.com

Triadic colors

1 #2F7365 and #652F73 with #73652F are triadic colors.

2 #2F6573 and #65732F with #73652F are triadic colors.