COLOR #755839

HEX: #755839
RGB: (117,88,57)

Color info

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

RGB color model

#755839 color RGB value is (117,88,57).

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

RGB channels and saturation

R 117 of 255 = 46%
G 88 of 255 = 35%
B 57 of 255 = 22%

117
88
57

R + G + B ~ 34%. #755839 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 88 + 57 = 262 (100%)
R 117 of 262 ~ 44.66%
G 88 of 262 ~ 33.59%
B 57 of 262 ~ 21.76%

%44.66
%33.59
%21.76

CMYK color model

#755839 color CMYK value is (0,25,51,54).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 51.28%
  • key color value is 54.12%
CMYK:
(0,25,51,54)
C0M25Y51K54 
(0%,25%,51%,54%)
(0.00/0.25/0.51/0.54)	

CMYK percentages

%0
%24.79
%51.28
%54.12

Codes

Color #755839 in popluar color models

755839
RGB1178857
HSL31°34.48%34.12%
HSB/HSV31°51.28%45.88%
CMYK0.00%24.79%51.28%
54.12%

Color #755839 in popluar number systems.

HEX755839
Decimal1178857
Binary11101011011000111001
Octal16513071

Shades and tints

Shades of #755839

#755839
(117,88,57)
#6B5034
(107,80,52)
#61482F
(97,72,47)
#57402A
(87,64,42)
#4D3825
(77,56,37)
#433020
(67,48,32)
#39281B
(57,40,27)
#2F2016
(47,32,22)
#251811
(37,24,17)
#1B100C
(27,16,12)
#110807
(17,8,7)
#000000
(0,0,0)

Tints of #755839

#755839
(117,88,57)
#81674B
(129,103,75)
#8D765D
(141,118,93)
#99856F
(153,133,111)
#A59481
(165,148,129)
#B1A393
(177,163,147)
#BDB2A5
(189,178,165)
#C9C1B7
(201,193,183)
#D5D0C9
(213,208,201)
#E1DFDB
(225,223,219)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755839; }

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

This text font color is #755839.


Background Color

.myBgColor { background-color: #755839; }

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

This div background color is #755839.


Border color

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

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

This div border color is #755839.


Opacity

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

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

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

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

This text has shadow with #755839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755839 on black background.


Color preview on white background

This text has color #755839 on white background.



Black color preview on #755839 background

This text has black color on #755839 background.


White color preview on #755839 background

This text has white color on #755839 background.