COLOR #754367

HEX: #754367
RGB: (117,67,103)

Color info

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

RGB color model

#754367 color RGB value is (117,67,103).

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

RGB channels and saturation

R 117 of 255 = 46%
G 67 of 255 = 26%
B 103 of 255 = 40%

117
67
103

R + G + B ~ 37%. #754367 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 67 + 103 = 287 (100%)
R 117 of 287 ~ 40.77%
G 67 of 287 ~ 23.34%
B 103 of 287 ~ 35.89%

%40.77
%23.34
%35.89

CMYK color model

#754367 color CMYK value is (0,43,12,54).

  • cyan value is 0.00%
  • magenta value is 42.74%
  • yellow value is 11.97%
  • key color value is 54.12%
CMYK:
(0,43,12,54)
C0M43Y12K54 
(0%,43%,12%,54%)
(0.00/0.43/0.12/0.54)	

CMYK percentages

%0
%42.74
%11.97
%54.12

Codes

Color #754367 in popluar color models

754367
RGB11767103
HSL317°27.17%36.08%
HSB/HSV317°42.74%45.88%
CMYK0.00%42.74%11.97%
54.12%

Color #754367 in popluar number systems.

HEX754367
Decimal11767103
Binary111010110000111100111
Octal165103147

Shades and tints

Shades of #754367

#754367
(117,67,103)
#6B3D5E
(107,61,94)
#613755
(97,55,85)
#57314C
(87,49,76)
#4D2B43
(77,43,67)
#43253A
(67,37,58)
#391F31
(57,31,49)
#2F1928
(47,25,40)
#25131F
(37,19,31)
#1B0D16
(27,13,22)
#11070D
(17,7,13)
#000000
(0,0,0)

Tints of #754367

#754367
(117,67,103)
#815474
(129,84,116)
#8D6581
(141,101,129)
#99768E
(153,118,142)
#A5879B
(165,135,155)
#B198A8
(177,152,168)
#BDA9B5
(189,169,181)
#C9BAC2
(201,186,194)
#D5CBCF
(213,203,207)
#E1DCDC
(225,220,220)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754367; }

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

This text font color is #754367.


Background Color

.myBgColor { background-color: #754367; }

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

This div background color is #754367.


Border color

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

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

This div border color is #754367.


Opacity

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

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

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

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

This text has shadow with #754367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754367 on black background.


Color preview on white background

This text has color #754367 on white background.



Black color preview on #754367 background

This text has black color on #754367 background.


White color preview on #754367 background

This text has white color on #754367 background.