COLOR #735F41

HEX: #735F41
RGB: (115,95,65)

Color info

#735F41 contains red, green and blue colors in about the same proportion. Web safe color of #735F41 is #666633 (or #663).

RGB color model

#735F41 color RGB value is (115,95,65).

  • red value is 115;
  • green value is 95;
  • blue value is 65.
RGB:
(115,95,65)
(45%,37%,25%)

RGB channels and saturation

R 115 of 255 = 45%
G 95 of 255 = 37%
B 65 of 255 = 25%

115
95
65

R + G + B ~ 36%. #735F41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 95 + 65 = 275 (100%)
R 115 of 275 ~ 41.82%
G 95 of 275 ~ 34.55%
B 65 of 275 ~ 23.64%

%41.82
%34.55
%23.64

CMYK color model

#735F41 color CMYK value is (0,17,43,55).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 43.48%
  • key color value is 54.90%
CMYK:
(0,17,43,55)
C0M17Y43K55 
(0%,17%,43%,55%)
(0.00/0.17/0.43/0.55)	

CMYK percentages

%0
%17.39
%43.48
%54.9

Codes

Color #735F41 in popluar color models

735F41
RGB1159565
HSL36°27.78%35.29%
HSB/HSV36°43.48%45.10%
CMYK0.00%17.39%43.48%
54.90%

Color #735F41 in popluar number systems.

HEX735F41
Decimal1159565
Binary111001110111111000001
Octal163137101

Shades and tints

Shades of #735F41

#735F41
(115,95,65)
#69573C
(105,87,60)
#5F4F37
(95,79,55)
#554732
(85,71,50)
#4B3F2D
(75,63,45)
#413728
(65,55,40)
#372F23
(55,47,35)
#2D271E
(45,39,30)
#231F19
(35,31,25)
#191714
(25,23,20)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #735F41

#735F41
(115,95,65)
#7F6D52
(127,109,82)
#8B7B63
(139,123,99)
#978974
(151,137,116)
#A39785
(163,151,133)
#AFA596
(175,165,150)
#BBB3A7
(187,179,167)
#C7C1B8
(199,193,184)
#D3CFC9
(211,207,201)
#DFDDDA
(223,221,218)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735F41 color. Also use rgb(115,95,65) instead hex code.

Text Font Color

.myTextColor { color: #735F41; }

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

This text font color is #735F41.


Background Color

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

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

This div background color is #735F41.


Border color

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

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

This div border color is #735F41.


Opacity

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

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

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

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

This text has shadow with #735F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735F41 on black background.


Color preview on white background

This text has color #735F41 on white background.



Black color preview on #735F41 background

This text has black color on #735F41 background.


White color preview on #735F41 background

This text has white color on #735F41 background.