COLOR #755848

HEX: #755848
RGB: (117,88,72)

Color info

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

RGB color model

#755848 color RGB value is (117,88,72).

  • red value is 117;
  • green value is 88;
  • blue value is 72.
RGB:
(117,88,72)
(46%,35%,28%)

RGB channels and saturation

R 117 of 255 = 46%
G 88 of 255 = 35%
B 72 of 255 = 28%

117
88
72

R + G + B ~ 36%. #755848 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 88 + 72 = 277 (100%)
R 117 of 277 ~ 42.24%
G 88 of 277 ~ 31.77%
B 72 of 277 ~ 25.99%

%42.24
%31.77
%25.99

CMYK color model

#755848 color CMYK value is (0,25,38,54).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 38.46%
  • key color value is 54.12%
CMYK:
(0,25,38,54)
C0M25Y38K54 
(0%,25%,38%,54%)
(0.00/0.25/0.38/0.54)	

CMYK percentages

%0
%24.79
%38.46
%54.12

Codes

Color #755848 in popluar color models

755848
RGB1178872
HSL21°23.81%37.06%
HSB/HSV21°38.46%45.88%
CMYK0.00%24.79%38.46%
54.12%

Color #755848 in popluar number systems.

HEX755848
Decimal1178872
Binary111010110110001001000
Octal165130110

Shades and tints

Shades of #755848

#755848
(117,88,72)
#6B5042
(107,80,66)
#61483C
(97,72,60)
#574036
(87,64,54)
#4D3830
(77,56,48)
#43302A
(67,48,42)
#392824
(57,40,36)
#2F201E
(47,32,30)
#251818
(37,24,24)
#1B1012
(27,16,18)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #755848

#755848
(117,88,72)
#816758
(129,103,88)
#8D7668
(141,118,104)
#998578
(153,133,120)
#A59488
(165,148,136)
#B1A398
(177,163,152)
#BDB2A8
(189,178,168)
#C9C1B8
(201,193,184)
#D5D0C8
(213,208,200)
#E1DFD8
(225,223,216)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755848 color. Also use rgb(117,88,72) instead hex code.

Text Font Color

.myTextColor { color: #755848; }

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

This text font color is #755848.


Background Color

.myBgColor { background-color: #755848; }

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

This div background color is #755848.


Border color

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

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

This div border color is #755848.


Opacity

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

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

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

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

This text has shadow with #755848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755848 on black background.


Color preview on white background

This text has color #755848 on white background.



Black color preview on #755848 background

This text has black color on #755848 background.


White color preview on #755848 background

This text has white color on #755848 background.