COLOR #592138

HEX: #592138
RGB: (89,33,56)

Color info

#592138 contains red, green and blue colors in about the same proportion. Web safe color of #592138 is #663333 (or #633).

RGB color model

#592138 color RGB value is (89,33,56).

  • red value is 89;
  • green value is 33;
  • blue value is 56.
RGB:
(89,33,56)
(35%,13%,22%)

RGB channels and saturation

R 89 of 255 = 35%
G 33 of 255 = 13%
B 56 of 255 = 22%

89
33
56

R + G + B ~ 23%. #592138 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 33 + 56 = 178 (100%)
R 89 of 178 ~ 50%
G 33 of 178 ~ 18.54%
B 56 of 178 ~ 31.46%

%50
%18.54
%31.46

CMYK color model

#592138 color CMYK value is (0,63,37,65).

  • cyan value is 0.00%
  • magenta value is 62.92%
  • yellow value is 37.08%
  • key color value is 65.10%
CMYK:
(0,63,37,65)
C0M63Y37K65 
(0%,63%,37%,65%)
(0.00/0.63/0.37/0.65)	

CMYK percentages

%0
%62.92
%37.08
%65.1

Codes

Color #592138 in popluar color models

592138
RGB893356
HSL335°45.90%23.92%
HSB/HSV335°62.92%34.90%
CMYK0.00%62.92%37.08%
65.10%

Color #592138 in popluar number systems.

HEX592138
Decimal893356
Binary1011001100001111000
Octal1314170

Shades and tints

Shades of #592138

#592138
(89,33,56)
#511E33
(81,30,51)
#491B2E
(73,27,46)
#411829
(65,24,41)
#391524
(57,21,36)
#31121F
(49,18,31)
#290F1A
(41,15,26)
#210C15
(33,12,21)
#190910
(25,9,16)
#11060B
(17,6,11)
#090306
(9,3,6)
#000000
(0,0,0)

Tints of #592138

#592138
(89,33,56)
#68354A
(104,53,74)
#77495C
(119,73,92)
#865D6E
(134,93,110)
#957180
(149,113,128)
#A48592
(164,133,146)
#B399A4
(179,153,164)
#C2ADB6
(194,173,182)
#D1C1C8
(209,193,200)
#E0D5DA
(224,213,218)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592138 color. Also use rgb(89,33,56) instead hex code.

Text Font Color

.myTextColor { color: #592138; }

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

This text font color is #592138.


Background Color

.myBgColor { background-color: #592138; }

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

This div background color is #592138.


Border color

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

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

This div border color is #592138.


Opacity

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

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

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

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

This text has shadow with #592138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592138 on black background.


Color preview on white background

This text has color #592138 on white background.



Black color preview on #592138 background

This text has black color on #592138 background.


White color preview on #592138 background

This text has white color on #592138 background.