COLOR #735E4A

HEX: #735E4A
RGB: (115,94,74)

Color info

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

RGB color model

#735E4A color RGB value is (115,94,74).

  • red value is 115;
  • green value is 94;
  • blue value is 74.
RGB:
(115,94,74)
(45%,37%,29%)

RGB channels and saturation

R 115 of 255 = 45%
G 94 of 255 = 37%
B 74 of 255 = 29%

115
94
74

R + G + B ~ 37%. #735E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 94 + 74 = 283 (100%)
R 115 of 283 ~ 40.64%
G 94 of 283 ~ 33.22%
B 74 of 283 ~ 26.15%

%40.64
%33.22
%26.15

CMYK color model

#735E4A color CMYK value is (0,18,36,55).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 35.65%
  • key color value is 54.90%
CMYK:
(0,18,36,55)
C0M18Y36K55 
(0%,18%,36%,55%)
(0.00/0.18/0.36/0.55)	

CMYK percentages

%0
%18.26
%35.65
%54.9

Codes

Color #735E4A in popluar color models

735E4A
RGB1159474
HSL29°21.69%37.06%
HSB/HSV29°35.65%45.10%
CMYK0.00%18.26%35.65%
54.90%

Color #735E4A in popluar number systems.

HEX735E4A
Decimal1159474
Binary111001110111101001010
Octal163136112

Shades and tints

Shades of #735E4A

#735E4A
(115,94,74)
#695644
(105,86,68)
#5F4E3E
(95,78,62)
#554638
(85,70,56)
#4B3E32
(75,62,50)
#41362C
(65,54,44)
#372E26
(55,46,38)
#2D2620
(45,38,32)
#231E1A
(35,30,26)
#191614
(25,22,20)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #735E4A

#735E4A
(115,94,74)
#7F6C5A
(127,108,90)
#8B7A6A
(139,122,106)
#97887A
(151,136,122)
#A3968A
(163,150,138)
#AFA49A
(175,164,154)
#BBB2AA
(187,178,170)
#C7C0BA
(199,192,186)
#D3CECA
(211,206,202)
#DFDCDA
(223,220,218)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735E4A color. Also use rgb(115,94,74) instead hex code.

Text Font Color

.myTextColor { color: #735E4A; }

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

This text font color is #735E4A.


Background Color

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

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

This div background color is #735E4A.


Border color

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

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

This div border color is #735E4A.


Opacity

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

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

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

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

This text has shadow with #735E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735E4A on black background.


Color preview on white background

This text has color #735E4A on white background.



Black color preview on #735E4A background

This text has black color on #735E4A background.


White color preview on #735E4A background

This text has white color on #735E4A background.