COLOR #735221

HEX: #735221
RGB: (115,82,33)

Color info

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

RGB color model

#735221 color RGB value is (115,82,33).

  • red value is 115;
  • green value is 82;
  • blue value is 33.
RGB:
(115,82,33)
(45%,32%,13%)

RGB channels and saturation

R 115 of 255 = 45%
G 82 of 255 = 32%
B 33 of 255 = 13%

115
82
33

R + G + B ~ 30%. #735221 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 82 + 33 = 230 (100%)
R 115 of 230 ~ 50%
G 82 of 230 ~ 35.65%
B 33 of 230 ~ 14.35%

%50
%35.65
%14.35

CMYK color model

#735221 color CMYK value is (0,29,71,55).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 71.30%
  • key color value is 54.90%
CMYK:
(0,29,71,55)
C0M29Y71K55 
(0%,29%,71%,55%)
(0.00/0.29/0.71/0.55)	

CMYK percentages

%0
%28.7
%71.3
%54.9

Codes

Color #735221 in popluar color models

735221
RGB1158233
HSL36°55.41%29.02%
HSB/HSV36°71.30%45.10%
CMYK0.00%28.70%71.30%
54.90%

Color #735221 in popluar number systems.

HEX735221
Decimal1158233
Binary11100111010010100001
Octal16312241

Shades and tints

Shades of #735221

#735221
(115,82,33)
#694B1E
(105,75,30)
#5F441B
(95,68,27)
#553D18
(85,61,24)
#4B3615
(75,54,21)
#412F12
(65,47,18)
#37280F
(55,40,15)
#2D210C
(45,33,12)
#231A09
(35,26,9)
#191306
(25,19,6)
#0F0C03
(15,12,3)
#000000
(0,0,0)

Tints of #735221

#735221
(115,82,33)
#7F6135
(127,97,53)
#8B7049
(139,112,73)
#977F5D
(151,127,93)
#A38E71
(163,142,113)
#AF9D85
(175,157,133)
#BBAC99
(187,172,153)
#C7BBAD
(199,187,173)
#D3CAC1
(211,202,193)
#DFD9D5
(223,217,213)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735221 color. Also use rgb(115,82,33) instead hex code.

Text Font Color

.myTextColor { color: #735221; }

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

This text font color is #735221.


Background Color

.myBgColor { background-color: #735221; }

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

This div background color is #735221.


Border color

.myBorderColor { border: 1px solid #735221; }

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

This div border color is #735221.


Opacity

.myOpacity80 { color: #735221; opacity: 0.8; }

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

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

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

This text has shadow with #735221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735221 on black background.


Color preview on white background

This text has color #735221 on white background.



Black color preview on #735221 background

This text has black color on #735221 background.


White color preview on #735221 background

This text has white color on #735221 background.