COLOR #5F134F

HEX: #5F134F
RGB: (95,19,79)

Color info

#5F134F contains mainly red and blue colors. Web safe color of #5F134F is #660066 (or #606).

RGB color model

#5F134F color RGB value is (95,19,79).

  • red value is 95;
  • green value is 19;
  • blue value is 79.
RGB:
(95,19,79)
(37%,7%,31%)

RGB channels and saturation

R 95 of 255 = 37%
G 19 of 255 = 7%
B 79 of 255 = 31%

95
19
79

R + G + B ~ 25%. #5F134F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 19 + 79 = 193 (100%)
R 95 of 193 ~ 49.22%
G 19 of 193 ~ 9.84%
B 79 of 193 ~ 40.93%

%49.22
%9.84
%40.93

CMYK color model

#5F134F color CMYK value is (0,80,17,63).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 16.84%
  • key color value is 62.75%
CMYK:
(0,80,17,63)
C0M80Y17K63 
(0%,80%,17%,63%)
(0.00/0.80/0.17/0.63)	

CMYK percentages

%0
%80
%16.84
%62.75

Codes

Color #5F134F in popluar color models

5F134F
RGB951979
HSL313°66.67%22.35%
HSB/HSV313°80.00%37.25%
CMYK0.00%80.00%16.84%
62.75%

Color #5F134F in popluar number systems.

HEX5F134F
Decimal951979
Binary1011111100111001111
Octal13723117

Shades and tints

Shades of #5F134F

#5F134F
(95,19,79)
#571248
(87,18,72)
#4F1141
(79,17,65)
#47103A
(71,16,58)
#3F0F33
(63,15,51)
#370E2C
(55,14,44)
#2F0D25
(47,13,37)
#270C1E
(39,12,30)
#1F0B17
(31,11,23)
#170A10
(23,10,16)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #5F134F

#5F134F
(95,19,79)
#6D285F
(109,40,95)
#7B3D6F
(123,61,111)
#89527F
(137,82,127)
#97678F
(151,103,143)
#A57C9F
(165,124,159)
#B391AF
(179,145,175)
#C1A6BF
(193,166,191)
#CFBBCF
(207,187,207)
#DDD0DF
(221,208,223)
#EBE5EF
(235,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F134F color. Also use rgb(95,19,79) instead hex code.

Text Font Color

.myTextColor { color: #5F134F; }

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

This text font color is #5F134F.


Background Color

.myBgColor { background-color: #5F134F; }

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

This div background color is #5F134F.


Border color

.myBorderColor { border: 1px solid #5F134F; }

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

This div border color is #5F134F.


Opacity

.myOpacity80 { color: #5F134F; opacity: 0.8; }

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

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

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

This text has shadow with #5F134F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F134F on black background.


Color preview on white background

This text has color #5F134F on white background.



Black color preview on #5F134F background

This text has black color on #5F134F background.


White color preview on #5F134F background

This text has white color on #5F134F background.