COLOR #755C2A

HEX: #755C2A
RGB: (117,92,42)

Color info

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

RGB color model

#755C2A color RGB value is (117,92,42).

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

RGB channels and saturation

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

117
92
42

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

Portions of RGB colors in percentages

R + G + B =
117 + 92 + 42 = 251 (100%)
R 117 of 251 ~ 46.61%
G 92 of 251 ~ 36.65%
B 42 of 251 ~ 16.73%

%46.61
%36.65
%16.73

CMYK color model

#755C2A color CMYK value is (0,21,64,54).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 64.10%
  • key color value is 54.12%
CMYK:
(0,21,64,54)
C0M21Y64K54 
(0%,21%,64%,54%)
(0.00/0.21/0.64/0.54)	

CMYK percentages

%0
%21.37
%64.1
%54.12

Codes

Color #755C2A in popluar color models

755C2A
RGB1179242
HSL40°47.17%31.18%
HSB/HSV40°64.10%45.88%
CMYK0.00%21.37%64.10%
54.12%

Color #755C2A in popluar number systems.

HEX755C2A
Decimal1179242
Binary11101011011100101010
Octal16513452

Shades and tints

Shades of #755C2A

#755C2A
(117,92,42)
#6B5427
(107,84,39)
#614C24
(97,76,36)
#574421
(87,68,33)
#4D3C1E
(77,60,30)
#43341B
(67,52,27)
#392C18
(57,44,24)
#2F2415
(47,36,21)
#251C12
(37,28,18)
#1B140F
(27,20,15)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #755C2A

#755C2A
(117,92,42)
#816A3D
(129,106,61)
#8D7850
(141,120,80)
#998663
(153,134,99)
#A59476
(165,148,118)
#B1A289
(177,162,137)
#BDB09C
(189,176,156)
#C9BEAF
(201,190,175)
#D5CCC2
(213,204,194)
#E1DAD5
(225,218,213)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755C2A; }

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

This text font color is #755C2A.


Background Color

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

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

This div background color is #755C2A.


Border color

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

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

This div border color is #755C2A.


Opacity

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

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

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

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

This text has shadow with #755C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755C2A on black background.


Color preview on white background

This text has color #755C2A on white background.



Black color preview on #755C2A background

This text has black color on #755C2A background.


White color preview on #755C2A background

This text has white color on #755C2A background.