COLOR #755A1D

HEX: #755A1D
RGB: (117,90,29)

Color info

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

RGB color model

#755A1D color RGB value is (117,90,29).

  • red value is 117;
  • green value is 90;
  • blue value is 29.
RGB:
(117,90,29)
(46%,35%,11%)

RGB channels and saturation

R 117 of 255 = 46%
G 90 of 255 = 35%
B 29 of 255 = 11%

117
90
29

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

Portions of RGB colors in percentages

R + G + B =
117 + 90 + 29 = 236 (100%)
R 117 of 236 ~ 49.58%
G 90 of 236 ~ 38.14%
B 29 of 236 ~ 12.29%

%49.58
%38.14
%12.29

CMYK color model

#755A1D color CMYK value is (0,23,75,54).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 75.21%
  • key color value is 54.12%
CMYK:
(0,23,75,54)
C0M23Y75K54 
(0%,23%,75%,54%)
(0.00/0.23/0.75/0.54)	

CMYK percentages

%0
%23.08
%75.21
%54.12

Codes

Color #755A1D in popluar color models

755A1D
RGB1179029
HSL42°60.27%28.63%
HSB/HSV42°75.21%45.88%
CMYK0.00%23.08%75.21%
54.12%

Color #755A1D in popluar number systems.

HEX755A1D
Decimal1179029
Binary1110101101101011101
Octal16513235

Shades and tints

Shades of #755A1D

#755A1D
(117,90,29)
#6B521B
(107,82,27)
#614A19
(97,74,25)
#574217
(87,66,23)
#4D3A15
(77,58,21)
#433213
(67,50,19)
#392A11
(57,42,17)
#2F220F
(47,34,15)
#251A0D
(37,26,13)
#1B120B
(27,18,11)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #755A1D

#755A1D
(117,90,29)
#816931
(129,105,49)
#8D7845
(141,120,69)
#998759
(153,135,89)
#A5966D
(165,150,109)
#B1A581
(177,165,129)
#BDB495
(189,180,149)
#C9C3A9
(201,195,169)
#D5D2BD
(213,210,189)
#E1E1D1
(225,225,209)
#EDF0E5
(237,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755A1D color. Also use rgb(117,90,29) instead hex code.

Text Font Color

.myTextColor { color: #755A1D; }

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

This text font color is #755A1D.


Background Color

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

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

This div background color is #755A1D.


Border color

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

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

This div border color is #755A1D.


Opacity

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

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

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

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

This text has shadow with #755A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755A1D on black background.


Color preview on white background

This text has color #755A1D on white background.



Black color preview on #755A1D background

This text has black color on #755A1D background.


White color preview on #755A1D background

This text has white color on #755A1D background.