COLOR #735D2D

HEX: #735D2D RGB: (115,93,45)

Color info

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

RGB color model

#735D2D color RGB value is (115,93,45).

RGB: (115,93,45) (45%, 36%, 18%)

RGB channels and saturation

R 115 of 255 = 45%
G 93 of 255 = 36%
B 45 of 255 = 18%

115
93
45

R + G + B ~ 33%. #735D2D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 115 + 93 + 45 = 253 (100%)
R 115 of 253 ~ 45.45%
G 93 of 253 ~ 36.76%
B 45 of 253 ~ 17.79'%

%45.45
%36.76
%17.79

CMYK color model

#735D2D color CMYK value is (0,19,61,55).

  • cyan value is 0.00%
  • magenta value is 19.13%
  • yellow value is 60.87%
  • key color value is 54.90%

CMYK: (0,19,61,55)
C0M19Y61K55 (0%, 19%, 61%, 55%)
(0.00 / 0.19 / 0.61 / 0.55)

CMYK percentages

%0
%19.13
%60.87
%54.9

Codes

Color #735D2D in popluar color models

73 5D 2D
RGB 115 93 45
HSL 41° 43.75% 31.37%
HSB/HSV 41° 60.87% 45.10%
CMYK 0.00% 19.13% 60.87%
54.90%

Color #735D2D in popluar number systems.

HEX 73 5D 2D
Decimal 115 93 45
Binary 1110011 1011101 101101
Octal 163 135 55

Shades and tints

Shades of #735D2D

#735D2D
(115,93,45)
#695529
(105,85,41)
#5F4D25
(95,77,37)
#554521
(85,69,33)
#4B3D1D
(75,61,29)
#413519
(65,53,25)
#372D15
(55,45,21)
#2D2511
(45,37,17)
#231D0D
(35,29,13)
#191509
(25,21,9)
#0F0D05
(15,13,5)
#000000
(0,0,0)

Tints of #735D2D

#735D2D
(115,93,45)
#7F6B40
(127,107,64)
#8B7953
(139,121,83)
#978766
(151,135,102)
#A39579
(163,149,121)
#AFA38C
(175,163,140)
#BBB19F
(187,177,159)
#C7BFB2
(199,191,178)
#D3CDC5
(211,205,197)
#DFDBD8
(223,219,216)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735D2D; }

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

This text font color is #735D2D.

Background Color

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

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

This div background color is #735D2D.

Border color

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

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

This div border color is #735D2D.

Opacity

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

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

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

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

This text has shadow with #735D2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #735D2D.

Preview

Color preview on black background

This text has color #735D2D on black background.


Color preview on white background

This text has color #735D2D on white background.


Black color preview on #735D2D background

This text has black color on #735D2D background.


White color preview on #735D2D background

This text has white color on #735D2D background.


Related colors

Complementary color

Complementary color for #hex is #8CA2D2.


I love getcolorcode.com

Triadic colors

1 #2D735D and #5D2D73 with #735D2D are triadic colors.

2 #2D5D73 and #5D732D with #735D2D are triadic colors.