COLOR #735F3B

HEX: #735F3B RGB: (115,95,59)

Color info

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

RGB color model

#735F3B color RGB value is (115,95,59).

RGB: (115,95,59) (45%, 37%, 23%)

RGB channels and saturation

R 115 of 255 = 45%
G 95 of 255 = 37%
B 59 of 255 = 23%

115
95
59

R + G + B ~ 35%. #735F3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 95 + 59 = 269 (100%)
R 115 of 269 ~ 42.75%
G 95 of 269 ~ 35.32%
B 59 of 269 ~ 21.93'%

%42.75
%35.32
%21.93

CMYK color model

#735F3B color CMYK value is (0,17,49,55).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 48.70%
  • key color value is 54.90%

CMYK: (0,17,49,55)
C0M17Y49K55 (0%, 17%, 49%, 55%)
(0.00 / 0.17 / 0.49 / 0.55)

CMYK percentages

%0
%17.39
%48.7
%54.9

Codes

Color #735F3B in popluar color models

73 5F 3B
RGB 115 95 59
HSL 39° 32.18% 34.12%
HSB/HSV 39° 48.70% 45.10%
CMYK 0.00% 17.39% 48.70%
54.90%

Color #735F3B in popluar number systems.

HEX 73 5F 3B
Decimal 115 95 59
Binary 1110011 1011111 111011
Octal 163 137 73

Shades and tints

Shades of #735F3B

#735F3B
(115,95,59)
#695736
(105,87,54)
#5F4F31
(95,79,49)
#55472C
(85,71,44)
#4B3F27
(75,63,39)
#413722
(65,55,34)
#372F1D
(55,47,29)
#2D2718
(45,39,24)
#231F13
(35,31,19)
#19170E
(25,23,14)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #735F3B

#735F3B
(115,95,59)
#7F6D4C
(127,109,76)
#8B7B5D
(139,123,93)
#97896E
(151,137,110)
#A3977F
(163,151,127)
#AFA590
(175,165,144)
#BBB3A1
(187,179,161)
#C7C1B2
(199,193,178)
#D3CFC3
(211,207,195)
#DFDDD4
(223,221,212)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735F3B; }

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

This text font color is #735F3B.

Background Color

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

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

This div background color is #735F3B.

Border color

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

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

This div border color is #735F3B.

Opacity

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

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

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

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

This text has shadow with #735F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #735F3B.

Preview

Color preview on black background

This text has color #735F3B on black background.


Color preview on white background

This text has color #735F3B on white background.


Black color preview on #735F3B background

This text has black color on #735F3B background.


White color preview on #735F3B background

This text has white color on #735F3B background.


Related colors

Complementary color

Complementary color for #hex is #8CA0C4.


I love getcolorcode.com

Triadic colors

1 #3B735F and #5F3B73 with #735F3B are triadic colors.

2 #3B5F73 and #5F733B with #735F3B are triadic colors.