COLOR #592F6D

HEX: #592F6D RGB: (89,47,109)

Color info

#592F6D contains mainly red and blue colors. Web safe color of #592F6D is #663366 (or #636).

RGB color model

#592F6D color RGB value is (89,47,109).

RGB: (89,47,109) (35%, 18%, 43%)

RGB channels and saturation

R 89 of 255 = 35%
G 47 of 255 = 18%
B 109 of 255 = 43%

89
47
109

R + G + B ~ 32%. #592F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 47 + 109 = 245 (100%)
R 89 of 245 ~ 36.33%
G 47 of 245 ~ 19.18%
B 109 of 245 ~ 44.49'%

%36.33
%19.18
%44.49

CMYK color model

#592F6D color CMYK value is (18,57,0,57).

  • cyan value is 18.35%
  • magenta value is 56.88%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (18,57,0,57)
C18M57Y0K57 (18%, 57%, 0%, 57%)
(0.18 / 0.57 / 0.00 / 0.57)

CMYK percentages

%18.35
%56.88
%0
%57.25

Codes

Color #592F6D in popluar color models

59 2F 6D
RGB 89 47 109
HSL 281° 39.74% 30.59%
HSB/HSV 281° 56.88% 42.75%
CMYK 18.35% 56.88% 0.00%
57.25%

Color #592F6D in popluar number systems.

HEX 59 2F 6D
Decimal 89 47 109
Binary 1011001 101111 1101101
Octal 131 57 155

Shades and tints

Shades of #592F6D

#592F6D
(89,47,109)
#512B64
(81,43,100)
#49275B
(73,39,91)
#412352
(65,35,82)
#391F49
(57,31,73)
#311B40
(49,27,64)
#291737
(41,23,55)
#21132E
(33,19,46)
#190F25
(25,15,37)
#110B1C
(17,11,28)
#090713
(9,7,19)
#000000
(0,0,0)

Tints of #592F6D

#592F6D
(89,47,109)
#68417A
(104,65,122)
#775387
(119,83,135)
#866594
(134,101,148)
#9577A1
(149,119,161)
#A489AE
(164,137,174)
#B39BBB
(179,155,187)
#C2ADC8
(194,173,200)
#D1BFD5
(209,191,213)
#E0D1E2
(224,209,226)
#EFE3EF
(239,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592F6D color. Also use rgb(89,47,109) instead hex code.

Text Font Color

.myTextColor { color: #592F6D; }

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

This text font color is #592F6D.

Background Color

.myBgColor { background-color: #592F6D; }

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

This div background color is #592F6D.

Border color

.myBorderColor { border: 1px solid #592F6D; }

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

This div border color is #592F6D.

Opacity

.myOpacity80 { color: #592F6D; opacity: 0.8; }

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

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

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

This text has shadow with #592F6D color.


.textShadow {text-shadow: 3px 3px 1px #592F6D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #592F6D; -webkit-box-shadow: 1px 1px 3px 2px #592F6D; box-shadow:1px 1px 3px 2px #592F6D;">
Div content here
</div>

This div box has shadow with color #592F6D.

Preview

Color preview on black background

This text has color #592F6D on black background.


Color preview on white background

This text has color #592F6D on white background.


Black color preview on #592F6D background

This text has black color on #592F6D background.


White color preview on #592F6D background

This text has white color on #592F6D background.


Related colors

Complementary color

Complementary color for #hex is #A6D092.


I love getcolorcode.com

Triadic colors

1 #6D592F and #2F6D59 with #592F6D are triadic colors.

2 #6D2F59 and #2F596D with #592F6D are triadic colors.