COLOR #735517

HEX: #735517
RGB: (115,85,23)

Color info

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

RGB color model

#735517 color RGB value is (115,85,23).

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

RGB channels and saturation

R 115 of 255 = 45%
G 85 of 255 = 33%
B 23 of 255 = 9%

115
85
23

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

Portions of RGB colors in percentages

R + G + B =
115 + 85 + 23 = 223 (100%)
R 115 of 223 ~ 51.57%
G 85 of 223 ~ 38.12%
B 23 of 223 ~ 10.31%

%51.57
%38.12
%10.31

CMYK color model

#735517 color CMYK value is (0,26,80,55).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 80.00%
  • key color value is 54.90%
CMYK:
(0,26,80,55)
C0M26Y80K55 
(0%,26%,80%,55%)
(0.00/0.26/0.80/0.55)	

CMYK percentages

%0
%26.09
%80
%54.9

Codes

Color #735517 in popluar color models

735517
RGB1158523
HSL40°66.67%27.06%
HSB/HSV40°80.00%45.10%
CMYK0.00%26.09%80.00%
54.90%

Color #735517 in popluar number systems.

HEX735517
Decimal1158523
Binary1110011101010110111
Octal16312527

Shades and tints

Shades of #735517

#735517
(115,85,23)
#694E15
(105,78,21)
#5F4713
(95,71,19)
#554011
(85,64,17)
#4B390F
(75,57,15)
#41320D
(65,50,13)
#372B0B
(55,43,11)
#2D2409
(45,36,9)
#231D07
(35,29,7)
#191605
(25,22,5)
#0F0F03
(15,15,3)
#000000
(0,0,0)

Tints of #735517

#735517
(115,85,23)
#7F642C
(127,100,44)
#8B7341
(139,115,65)
#978256
(151,130,86)
#A3916B
(163,145,107)
#AFA080
(175,160,128)
#BBAF95
(187,175,149)
#C7BEAA
(199,190,170)
#D3CDBF
(211,205,191)
#DFDCD4
(223,220,212)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735517; }

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

This text font color is #735517.


Background Color

.myBgColor { background-color: #735517; }

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

This div background color is #735517.


Border color

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

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

This div border color is #735517.


Opacity

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

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

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

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

This text has shadow with #735517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735517 on black background.


Color preview on white background

This text has color #735517 on white background.



Black color preview on #735517 background

This text has black color on #735517 background.


White color preview on #735517 background

This text has white color on #735517 background.