COLOR #755340

HEX: #755340
RGB: (117,83,64)

Color info

#755340 contains red, green and blue colors in about the same proportion. Web safe color of #755340 is #666633 (or #663).

RGB color model

#755340 color RGB value is (117,83,64).

  • red value is 117;
  • green value is 83;
  • blue value is 64.
RGB:
(117,83,64)
(46%,33%,25%)

RGB channels and saturation

R 117 of 255 = 46%
G 83 of 255 = 33%
B 64 of 255 = 25%

117
83
64

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

Portions of RGB colors in percentages

R + G + B =
117 + 83 + 64 = 264 (100%)
R 117 of 264 ~ 44.32%
G 83 of 264 ~ 31.44%
B 64 of 264 ~ 24.24%

%44.32
%31.44
%24.24

CMYK color model

#755340 color CMYK value is (0,29,45,54).

  • cyan value is 0.00%
  • magenta value is 29.06%
  • yellow value is 45.30%
  • key color value is 54.12%
CMYK:
(0,29,45,54)
C0M29Y45K54 
(0%,29%,45%,54%)
(0.00/0.29/0.45/0.54)	

CMYK percentages

%0
%29.06
%45.3
%54.12

Codes

Color #755340 in popluar color models

755340
RGB1178364
HSL22°29.28%35.49%
HSB/HSV22°45.30%45.88%
CMYK0.00%29.06%45.30%
54.12%

Color #755340 in popluar number systems.

HEX755340
Decimal1178364
Binary111010110100111000000
Octal165123100

Shades and tints

Shades of #755340

#755340
(117,83,64)
#6B4C3B
(107,76,59)
#614536
(97,69,54)
#573E31
(87,62,49)
#4D372C
(77,55,44)
#433027
(67,48,39)
#392922
(57,41,34)
#2F221D
(47,34,29)
#251B18
(37,27,24)
#1B1413
(27,20,19)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #755340

#755340
(117,83,64)
#816251
(129,98,81)
#8D7162
(141,113,98)
#998073
(153,128,115)
#A58F84
(165,143,132)
#B19E95
(177,158,149)
#BDADA6
(189,173,166)
#C9BCB7
(201,188,183)
#D5CBC8
(213,203,200)
#E1DAD9
(225,218,217)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #755340 color. Also use rgb(117,83,64) instead hex code.

Text Font Color

.myTextColor { color: #755340; }

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

This text font color is #755340.


Background Color

.myBgColor { background-color: #755340; }

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

This div background color is #755340.


Border color

.myBorderColor { border: 1px solid #755340; }

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

This div border color is #755340.


Opacity

.myOpacity80 { color: #755340; opacity: 0.8; }

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

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

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

This text has shadow with #755340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755340 on black background.


Color preview on white background

This text has color #755340 on white background.



Black color preview on #755340 background

This text has black color on #755340 background.


White color preview on #755340 background

This text has white color on #755340 background.