COLOR #735217

HEX: #735217
RGB: (115,82,23)

Color info

#735217 contains mainly red and green colors. Web safe color of #735217 is #666600 (or #660).

RGB color model

#735217 color RGB value is (115,82,23).

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

RGB channels and saturation

R 115 of 255 = 45%
G 82 of 255 = 32%
B 23 of 255 = 9%

115
82
23

R + G + B ~ 29%. #735217 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 82 + 23 = 220 (100%)
R 115 of 220 ~ 52.27%
G 82 of 220 ~ 37.27%
B 23 of 220 ~ 10.45%

%52.27
%37.27
%10.45

CMYK color model

#735217 color CMYK value is (0,29,80,55).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 80.00%
  • key color value is 54.90%
CMYK:
(0,29,80,55)
C0M29Y80K55 
(0%,29%,80%,55%)
(0.00/0.29/0.80/0.55)	

CMYK percentages

%0
%28.7
%80
%54.9

Codes

Color #735217 in popluar color models

735217
RGB1158223
HSL38°66.67%27.06%
HSB/HSV38°80.00%45.10%
CMYK0.00%28.70%80.00%
54.90%

Color #735217 in popluar number systems.

HEX735217
Decimal1158223
Binary1110011101001010111
Octal16312227

Shades and tints

Shades of #735217

#735217
(115,82,23)
#694B15
(105,75,21)
#5F4413
(95,68,19)
#553D11
(85,61,17)
#4B360F
(75,54,15)
#412F0D
(65,47,13)
#37280B
(55,40,11)
#2D2109
(45,33,9)
#231A07
(35,26,7)
#191305
(25,19,5)
#0F0C03
(15,12,3)
#000000
(0,0,0)

Tints of #735217

#735217
(115,82,23)
#7F612C
(127,97,44)
#8B7041
(139,112,65)
#977F56
(151,127,86)
#A38E6B
(163,142,107)
#AF9D80
(175,157,128)
#BBAC95
(187,172,149)
#C7BBAA
(199,187,170)
#D3CABF
(211,202,191)
#DFD9D4
(223,217,212)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735217; }

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

This text font color is #735217.


Background Color

.myBgColor { background-color: #735217; }

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

This div background color is #735217.


Border color

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

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

This div border color is #735217.


Opacity

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

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

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

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

This text has shadow with #735217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735217 on black background.


Color preview on white background

This text has color #735217 on white background.



Black color preview on #735217 background

This text has black color on #735217 background.


White color preview on #735217 background

This text has white color on #735217 background.