COLOR #735D5D

HEX: #735D5D
RGB: (115,93,93)

Color info

#735D5D contains red, green and blue colors in about the same proportion. Web safe color of #735D5D is #666666 (or #666).

RGB color model

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

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

RGB channels and saturation

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

115
93
93

R + G + B ~ 39%. #735D5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 93 + 93 = 301 (100%)
R 115 of 301 ~ 38.21%
G 93 of 301 ~ 30.9%
B 93 of 301 ~ 30.9%

%38.21
%30.9
%30.9

CMYK color model

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

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

CMYK percentages

%0
%19.13
%19.13
%54.9

Codes

Color #735D5D in popluar color models

735D5D
RGB1159393
HSL10.58%40.78%
HSB/HSV19.13%45.10%
CMYK0.00%19.13%19.13%
54.90%

Color #735D5D in popluar number systems.

HEX735D5D
Decimal1159393
Binary111001110111011011101
Octal163135135

Shades and tints

Shades of #735D5D

#735D5D
(115,93,93)
#695555
(105,85,85)
#5F4D4D
(95,77,77)
#554545
(85,69,69)
#4B3D3D
(75,61,61)
#413535
(65,53,53)
#372D2D
(55,45,45)
#2D2525
(45,37,37)
#231D1D
(35,29,29)
#191515
(25,21,21)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #735D5D

#735D5D
(115,93,93)
#7F6B6B
(127,107,107)
#8B7979
(139,121,121)
#978787
(151,135,135)
#A39595
(163,149,149)
#AFA3A3
(175,163,163)
#BBB1B1
(187,177,177)
#C7BFBF
(199,191,191)
#D3CDCD
(211,205,205)
#DFDBDB
(223,219,219)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735D5D; }

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

This text font color is #735D5D.


Background Color

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

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

This div background color is #735D5D.


Border color

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

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

This div border color is #735D5D.


Opacity

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

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

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

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

This text has shadow with #735D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735D5D on black background.


Color preview on white background

This text has color #735D5D on white background.



Black color preview on #735D5D background

This text has black color on #735D5D background.


White color preview on #735D5D background

This text has white color on #735D5D background.