COLOR #735855

HEX: #735855
RGB: (115,88,85)

Color info

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

RGB color model

#735855 color RGB value is (115,88,85).

  • red value is 115;
  • green value is 88;
  • blue value is 85.
RGB:
(115,88,85)
(45%,35%,33%)

RGB channels and saturation

R 115 of 255 = 45%
G 88 of 255 = 35%
B 85 of 255 = 33%

115
88
85

R + G + B ~ 38%. #735855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 88 + 85 = 288 (100%)
R 115 of 288 ~ 39.93%
G 88 of 288 ~ 30.56%
B 85 of 288 ~ 29.51%

%39.93
%30.56
%29.51

CMYK color model

#735855 color CMYK value is (0,23,26,55).

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 26.09%
  • key color value is 54.90%
CMYK:
(0,23,26,55)
C0M23Y26K55 
(0%,23%,26%,55%)
(0.00/0.23/0.26/0.55)	

CMYK percentages

%0
%23.48
%26.09
%54.9

Codes

Color #735855 in popluar color models

735855
RGB1158885
HSL15.00%39.22%
HSB/HSV26.09%45.10%
CMYK0.00%23.48%26.09%
54.90%

Color #735855 in popluar number systems.

HEX735855
Decimal1158885
Binary111001110110001010101
Octal163130125

Shades and tints

Shades of #735855

#735855
(115,88,85)
#69504E
(105,80,78)
#5F4847
(95,72,71)
#554040
(85,64,64)
#4B3839
(75,56,57)
#413032
(65,48,50)
#37282B
(55,40,43)
#2D2024
(45,32,36)
#23181D
(35,24,29)
#191016
(25,16,22)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #735855

#735855
(115,88,85)
#7F6764
(127,103,100)
#8B7673
(139,118,115)
#978582
(151,133,130)
#A39491
(163,148,145)
#AFA3A0
(175,163,160)
#BBB2AF
(187,178,175)
#C7C1BE
(199,193,190)
#D3D0CD
(211,208,205)
#DFDFDC
(223,223,220)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735855 color. Also use rgb(115,88,85) instead hex code.

Text Font Color

.myTextColor { color: #735855; }

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

This text font color is #735855.


Background Color

.myBgColor { background-color: #735855; }

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

This div background color is #735855.


Border color

.myBorderColor { border: 1px solid #735855; }

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

This div border color is #735855.


Opacity

.myOpacity80 { color: #735855; opacity: 0.8; }

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

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

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

This text has shadow with #735855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735855 on black background.


Color preview on white background

This text has color #735855 on white background.



Black color preview on #735855 background

This text has black color on #735855 background.


White color preview on #735855 background

This text has white color on #735855 background.