COLOR #59233A

HEX: #59233A
RGB: (89,35,58)

Color info

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

RGB color model

#59233A color RGB value is (89,35,58).

  • red value is 89;
  • green value is 35;
  • blue value is 58.
RGB:
(89,35,58)
(35%,14%,23%)

RGB channels and saturation

R 89 of 255 = 35%
G 35 of 255 = 14%
B 58 of 255 = 23%

89
35
58

R + G + B ~ 24%. #59233A is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 35 + 58 = 182 (100%)
R 89 of 182 ~ 48.9%
G 35 of 182 ~ 19.23%
B 58 of 182 ~ 31.87%

%48.9
%19.23
%31.87

CMYK color model

#59233A color CMYK value is (0,61,35,65).

  • cyan value is 0.00%
  • magenta value is 60.67%
  • yellow value is 34.83%
  • key color value is 65.10%
CMYK:
(0,61,35,65)
C0M61Y35K65 
(0%,61%,35%,65%)
(0.00/0.61/0.35/0.65)	

CMYK percentages

%0
%60.67
%34.83
%65.1

Codes

Color #59233A in popluar color models

59233A
RGB893558
HSL334°43.55%24.31%
HSB/HSV334°60.67%34.90%
CMYK0.00%60.67%34.83%
65.10%

Color #59233A in popluar number systems.

HEX59233A
Decimal893558
Binary1011001100011111010
Octal1314372

Shades and tints

Shades of #59233A

#59233A
(89,35,58)
#512035
(81,32,53)
#491D30
(73,29,48)
#411A2B
(65,26,43)
#391726
(57,23,38)
#311421
(49,20,33)
#29111C
(41,17,28)
#210E17
(33,14,23)
#190B12
(25,11,18)
#11080D
(17,8,13)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #59233A

#59233A
(89,35,58)
#68374B
(104,55,75)
#774B5C
(119,75,92)
#865F6D
(134,95,109)
#95737E
(149,115,126)
#A4878F
(164,135,143)
#B39BA0
(179,155,160)
#C2AFB1
(194,175,177)
#D1C3C2
(209,195,194)
#E0D7D3
(224,215,211)
#EFEBE4
(239,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59233A color. Also use rgb(89,35,58) instead hex code.

Text Font Color

.myTextColor { color: #59233A; }

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

This text font color is #59233A.


Background Color

.myBgColor { background-color: #59233A; }

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

This div background color is #59233A.


Border color

.myBorderColor { border: 1px solid #59233A; }

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

This div border color is #59233A.


Opacity

.myOpacity80 { color: #59233A; opacity: 0.8; }

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

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

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

This text has shadow with #59233A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59233A on black background.


Color preview on white background

This text has color #59233A on white background.



Black color preview on #59233A background

This text has black color on #59233A background.


White color preview on #59233A background

This text has white color on #59233A background.