COLOR #754355

HEX: #754355
RGB: (117,67,85)

Color info

#754355 contains red, green and blue colors in about the same proportion. Web safe color of #754355 is #663366 (or #636).

RGB color model

#754355 color RGB value is (117,67,85).

  • red value is 117;
  • green value is 67;
  • blue value is 85.
RGB:
(117,67,85)
(46%,26%,33%)

RGB channels and saturation

R 117 of 255 = 46%
G 67 of 255 = 26%
B 85 of 255 = 33%

117
67
85

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

Portions of RGB colors in percentages

R + G + B =
117 + 67 + 85 = 269 (100%)
R 117 of 269 ~ 43.49%
G 67 of 269 ~ 24.91%
B 85 of 269 ~ 31.6%

%43.49
%24.91
%31.6

CMYK color model

#754355 color CMYK value is (0,43,27,54).

  • cyan value is 0.00%
  • magenta value is 42.74%
  • yellow value is 27.35%
  • key color value is 54.12%
CMYK:
(0,43,27,54)
C0M43Y27K54 
(0%,43%,27%,54%)
(0.00/0.43/0.27/0.54)	

CMYK percentages

%0
%42.74
%27.35
%54.12

Codes

Color #754355 in popluar color models

754355
RGB1176785
HSL338°27.17%36.08%
HSB/HSV338°42.74%45.88%
CMYK0.00%42.74%27.35%
54.12%

Color #754355 in popluar number systems.

HEX754355
Decimal1176785
Binary111010110000111010101
Octal165103125

Shades and tints

Shades of #754355

#754355
(117,67,85)
#6B3D4E
(107,61,78)
#613747
(97,55,71)
#573140
(87,49,64)
#4D2B39
(77,43,57)
#432532
(67,37,50)
#391F2B
(57,31,43)
#2F1924
(47,25,36)
#25131D
(37,19,29)
#1B0D16
(27,13,22)
#11070F
(17,7,15)
#000000
(0,0,0)

Tints of #754355

#754355
(117,67,85)
#815464
(129,84,100)
#8D6573
(141,101,115)
#997682
(153,118,130)
#A58791
(165,135,145)
#B198A0
(177,152,160)
#BDA9AF
(189,169,175)
#C9BABE
(201,186,190)
#D5CBCD
(213,203,205)
#E1DCDC
(225,220,220)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754355 color. Also use rgb(117,67,85) instead hex code.

Text Font Color

.myTextColor { color: #754355; }

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

This text font color is #754355.


Background Color

.myBgColor { background-color: #754355; }

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

This div background color is #754355.


Border color

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

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

This div border color is #754355.


Opacity

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

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

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

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

This text has shadow with #754355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754355 on black background.


Color preview on white background

This text has color #754355 on white background.



Black color preview on #754355 background

This text has black color on #754355 background.


White color preview on #754355 background

This text has white color on #754355 background.