COLOR #735D35

HEX: #735D35
RGB: (115,93,53)

Color info

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

RGB color model

#735D35 color RGB value is (115,93,53).

  • red value is 115;
  • green value is 93;
  • blue value is 53.
RGB:
(115,93,53)
(45%,36%,21%)

RGB channels and saturation

R 115 of 255 = 45%
G 93 of 255 = 36%
B 53 of 255 = 21%

115
93
53

R + G + B ~ 34%. #735D35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 93 + 53 = 261 (100%)
R 115 of 261 ~ 44.06%
G 93 of 261 ~ 35.63%
B 53 of 261 ~ 20.31%

%44.06
%35.63
%20.31

CMYK color model

#735D35 color CMYK value is (0,19,54,55).

  • cyan value is 0.00%
  • magenta value is 19.13%
  • yellow value is 53.91%
  • key color value is 54.90%
CMYK:
(0,19,54,55)
C0M19Y54K55 
(0%,19%,54%,55%)
(0.00/0.19/0.54/0.55)	

CMYK percentages

%0
%19.13
%53.91
%54.9

Codes

Color #735D35 in popluar color models

735D35
RGB1159353
HSL39°36.90%32.94%
HSB/HSV39°53.91%45.10%
CMYK0.00%19.13%53.91%
54.90%

Color #735D35 in popluar number systems.

HEX735D35
Decimal1159353
Binary11100111011101110101
Octal16313565

Shades and tints

Shades of #735D35

#735D35
(115,93,53)
#695531
(105,85,49)
#5F4D2D
(95,77,45)
#554529
(85,69,41)
#4B3D25
(75,61,37)
#413521
(65,53,33)
#372D1D
(55,45,29)
#2D2519
(45,37,25)
#231D15
(35,29,21)
#191511
(25,21,17)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #735D35

#735D35
(115,93,53)
#7F6B47
(127,107,71)
#8B7959
(139,121,89)
#97876B
(151,135,107)
#A3957D
(163,149,125)
#AFA38F
(175,163,143)
#BBB1A1
(187,177,161)
#C7BFB3
(199,191,179)
#D3CDC5
(211,205,197)
#DFDBD7
(223,219,215)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735D35 color. Also use rgb(115,93,53) instead hex code.

Text Font Color

.myTextColor { color: #735D35; }

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

This text font color is #735D35.


Background Color

.myBgColor { background-color: #735D35; }

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

This div background color is #735D35.


Border color

.myBorderColor { border: 1px solid #735D35; }

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

This div border color is #735D35.


Opacity

.myOpacity80 { color: #735D35; opacity: 0.8; }

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

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

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

This text has shadow with #735D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735D35 on black background.


Color preview on white background

This text has color #735D35 on white background.



Black color preview on #735D35 background

This text has black color on #735D35 background.


White color preview on #735D35 background

This text has white color on #735D35 background.