COLOR #755F1C

HEX: #755F1C
RGB: (117,95,28)

Color info

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

RGB color model

#755F1C color RGB value is (117,95,28).

  • red value is 117;
  • green value is 95;
  • blue value is 28.
RGB:
(117,95,28)
(46%,37%,11%)

RGB channels and saturation

R 117 of 255 = 46%
G 95 of 255 = 37%
B 28 of 255 = 11%

117
95
28

R + G + B ~ 31%. #755F1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 95 + 28 = 240 (100%)
R 117 of 240 ~ 48.75%
G 95 of 240 ~ 39.58%
B 28 of 240 ~ 11.67%

%48.75
%39.58
%11.67

CMYK color model

#755F1C color CMYK value is (0,19,76,54).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 76.07%
  • key color value is 54.12%
CMYK:
(0,19,76,54)
C0M19Y76K54 
(0%,19%,76%,54%)
(0.00/0.19/0.76/0.54)	

CMYK percentages

%0
%18.8
%76.07
%54.12

Codes

Color #755F1C in popluar color models

755F1C
RGB1179528
HSL45°61.38%28.43%
HSB/HSV45°76.07%45.88%
CMYK0.00%18.80%76.07%
54.12%

Color #755F1C in popluar number systems.

HEX755F1C
Decimal1179528
Binary1110101101111111100
Octal16513734

Shades and tints

Shades of #755F1C

#755F1C
(117,95,28)
#6B571A
(107,87,26)
#614F18
(97,79,24)
#574716
(87,71,22)
#4D3F14
(77,63,20)
#433712
(67,55,18)
#392F10
(57,47,16)
#2F270E
(47,39,14)
#251F0C
(37,31,12)
#1B170A
(27,23,10)
#110F08
(17,15,8)
#000000
(0,0,0)

Tints of #755F1C

#755F1C
(117,95,28)
#816D30
(129,109,48)
#8D7B44
(141,123,68)
#998958
(153,137,88)
#A5976C
(165,151,108)
#B1A580
(177,165,128)
#BDB394
(189,179,148)
#C9C1A8
(201,193,168)
#D5CFBC
(213,207,188)
#E1DDD0
(225,221,208)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755F1C color. Also use rgb(117,95,28) instead hex code.

Text Font Color

.myTextColor { color: #755F1C; }

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

This text font color is #755F1C.


Background Color

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

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

This div background color is #755F1C.


Border color

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

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

This div border color is #755F1C.


Opacity

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

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

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

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

This text has shadow with #755F1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755F1C on black background.


Color preview on white background

This text has color #755F1C on white background.



Black color preview on #755F1C background

This text has black color on #755F1C background.


White color preview on #755F1C background

This text has white color on #755F1C background.