COLOR #755E36

HEX: #755E36
RGB: (117,94,54)

Color info

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

RGB color model

#755E36 color RGB value is (117,94,54).

  • red value is 117;
  • green value is 94;
  • blue value is 54.
RGB:
(117,94,54)
(46%,37%,21%)

RGB channels and saturation

R 117 of 255 = 46%
G 94 of 255 = 37%
B 54 of 255 = 21%

117
94
54

R + G + B ~ 35%. #755E36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 94 + 54 = 265 (100%)
R 117 of 265 ~ 44.15%
G 94 of 265 ~ 35.47%
B 54 of 265 ~ 20.38%

%44.15
%35.47
%20.38

CMYK color model

#755E36 color CMYK value is (0,20,54,54).

  • cyan value is 0.00%
  • magenta value is 19.66%
  • yellow value is 53.85%
  • key color value is 54.12%
CMYK:
(0,20,54,54)
C0M20Y54K54 
(0%,20%,54%,54%)
(0.00/0.20/0.54/0.54)	

CMYK percentages

%0
%19.66
%53.85
%54.12

Codes

Color #755E36 in popluar color models

755E36
RGB1179454
HSL38°36.84%33.53%
HSB/HSV38°53.85%45.88%
CMYK0.00%19.66%53.85%
54.12%

Color #755E36 in popluar number systems.

HEX755E36
Decimal1179454
Binary11101011011110110110
Octal16513666

Shades and tints

Shades of #755E36

#755E36
(117,94,54)
#6B5632
(107,86,50)
#614E2E
(97,78,46)
#57462A
(87,70,42)
#4D3E26
(77,62,38)
#433622
(67,54,34)
#392E1E
(57,46,30)
#2F261A
(47,38,26)
#251E16
(37,30,22)
#1B1612
(27,22,18)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #755E36

#755E36
(117,94,54)
#816C48
(129,108,72)
#8D7A5A
(141,122,90)
#99886C
(153,136,108)
#A5967E
(165,150,126)
#B1A490
(177,164,144)
#BDB2A2
(189,178,162)
#C9C0B4
(201,192,180)
#D5CEC6
(213,206,198)
#E1DCD8
(225,220,216)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755E36 color. Also use rgb(117,94,54) instead hex code.

Text Font Color

.myTextColor { color: #755E36; }

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

This text font color is #755E36.


Background Color

.myBgColor { background-color: #755E36; }

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

This div background color is #755E36.


Border color

.myBorderColor { border: 1px solid #755E36; }

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

This div border color is #755E36.


Opacity

.myOpacity80 { color: #755E36; opacity: 0.8; }

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

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

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

This text has shadow with #755E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755E36 on black background.


Color preview on white background

This text has color #755E36 on white background.



Black color preview on #755E36 background

This text has black color on #755E36 background.


White color preview on #755E36 background

This text has white color on #755E36 background.