COLOR #73552C

HEX: #73552C RGB: (115,85,44)

Color info

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

RGB color model

#73552C color RGB value is (115,85,44).

RGB: (115,85,44) (45%, 33%, 17%)

RGB channels and saturation

R 115 of 255 = 45%
G 85 of 255 = 33%
B 44 of 255 = 17%

115
85
44

R + G + B ~ 32%. #73552C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 85 + 44 = 244 (100%)
R 115 of 244 ~ 47.13%
G 85 of 244 ~ 34.84%
B 44 of 244 ~ 18.03'%

%47.13
%34.84
%18.03

CMYK color model

#73552C color CMYK value is (0,26,62,55).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 61.74%
  • key color value is 54.90%

CMYK: (0,26,62,55)
C0M26Y62K55 (0%, 26%, 62%, 55%)
(0.00 / 0.26 / 0.62 / 0.55)

CMYK percentages

%0
%26.09
%61.74
%54.9

Codes

Color #73552C in popluar color models

73 55 2C
RGB 115 85 44
HSL 35° 44.65% 31.18%
HSB/HSV 35° 61.74% 45.10%
CMYK 0.00% 26.09% 61.74%
54.90%

Color #73552C in popluar number systems.

HEX 73 55 2C
Decimal 115 85 44
Binary 1110011 1010101 101100
Octal 163 125 54

Shades and tints

Shades of #73552C

#73552C
(115,85,44)
#694E28
(105,78,40)
#5F4724
(95,71,36)
#554020
(85,64,32)
#4B391C
(75,57,28)
#413218
(65,50,24)
#372B14
(55,43,20)
#2D2410
(45,36,16)
#231D0C
(35,29,12)
#191608
(25,22,8)
#0F0F04
(15,15,4)
#000000
(0,0,0)

Tints of #73552C

#73552C
(115,85,44)
#7F643F
(127,100,63)
#8B7352
(139,115,82)
#978265
(151,130,101)
#A39178
(163,145,120)
#AFA08B
(175,160,139)
#BBAF9E
(187,175,158)
#C7BEB1
(199,190,177)
#D3CDC4
(211,205,196)
#DFDCD7
(223,220,215)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73552C color. Also use rgb(115,85,44) instead hex code.

Text Font Color

.myTextColor { color: #73552C; }

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

This text font color is #73552C.

Background Color

.myBgColor { background-color: #73552C; }

<div style="background-color:#73552C">Inner text</div>

This div background color is #73552C.

Border color

.myBorderColor { border: 1px solid #73552C; }

<div style="border:3px solid #73552C">Div</div>

This div border color is #73552C.

Opacity

.myOpacity80 { color: #73552C; opacity: 0.8; }

<p style="color:#73552C;opacity:0.8;">80%</p>

Text with #73552C 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 #73552C;}

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

This text has shadow with #73552C color.


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

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

This text has shadow with #73552C primary color and red secondary color.


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

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

This text has shadow with #73552C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73552C.

Preview

Color preview on black background

This text has color #73552C on black background.


Color preview on white background

This text has color #73552C on white background.


Black color preview on #73552C background

This text has black color on #73552C background.


White color preview on #73552C background

This text has white color on #73552C background.


Related colors

Complementary color

Complementary color for #hex is #8CAAD3.


I love getcolorcode.com

Triadic colors

1 #2C7355 and #552C73 with #73552C are triadic colors.

2 #2C5573 and #55732C with #73552C are triadic colors.