COLOR #755C28

HEX: #755C28
RGB: (117,92,40)

Color info

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

RGB color model

#755C28 color RGB value is (117,92,40).

  • red value is 117;
  • green value is 92;
  • blue value is 40.
RGB:
(117,92,40)
(46%,36%,16%)

RGB channels and saturation

R 117 of 255 = 46%
G 92 of 255 = 36%
B 40 of 255 = 16%

117
92
40

R + G + B ~ 33%. #755C28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 92 + 40 = 249 (100%)
R 117 of 249 ~ 46.99%
G 92 of 249 ~ 36.95%
B 40 of 249 ~ 16.06%

%46.99
%36.95
%16.06

CMYK color model

#755C28 color CMYK value is (0,21,66,54).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 65.81%
  • key color value is 54.12%
CMYK:
(0,21,66,54)
C0M21Y66K54 
(0%,21%,66%,54%)
(0.00/0.21/0.66/0.54)	

CMYK percentages

%0
%21.37
%65.81
%54.12

Codes

Color #755C28 in popluar color models

755C28
RGB1179240
HSL41°49.04%30.78%
HSB/HSV41°65.81%45.88%
CMYK0.00%21.37%65.81%
54.12%

Color #755C28 in popluar number systems.

HEX755C28
Decimal1179240
Binary11101011011100101000
Octal16513450

Shades and tints

Shades of #755C28

#755C28
(117,92,40)
#6B5425
(107,84,37)
#614C22
(97,76,34)
#57441F
(87,68,31)
#4D3C1C
(77,60,28)
#433419
(67,52,25)
#392C16
(57,44,22)
#2F2413
(47,36,19)
#251C10
(37,28,16)
#1B140D
(27,20,13)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #755C28

#755C28
(117,92,40)
#816A3B
(129,106,59)
#8D784E
(141,120,78)
#998661
(153,134,97)
#A59474
(165,148,116)
#B1A287
(177,162,135)
#BDB09A
(189,176,154)
#C9BEAD
(201,190,173)
#D5CCC0
(213,204,192)
#E1DAD3
(225,218,211)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755C28 color. Also use rgb(117,92,40) instead hex code.

Text Font Color

.myTextColor { color: #755C28; }

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

This text font color is #755C28.


Background Color

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

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

This div background color is #755C28.


Border color

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

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

This div border color is #755C28.


Opacity

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

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

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

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

This text has shadow with #755C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755C28 on black background.


Color preview on white background

This text has color #755C28 on white background.



Black color preview on #755C28 background

This text has black color on #755C28 background.


White color preview on #755C28 background

This text has white color on #755C28 background.