COLOR #59230E

HEX: #59230E
RGB: (89,35,14)

Color info

#59230E contains mainly red and green colors. Web safe color of #59230E is #663300 (or #630).

RGB color model

#59230E color RGB value is (89,35,14).

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

RGB channels and saturation

R 89 of 255 = 35%
G 35 of 255 = 14%
B 14 of 255 = 5%

89
35
14

R + G + B ~ 18%. #59230E is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 35 + 14 = 138 (100%)
R 89 of 138 ~ 64.49%
G 35 of 138 ~ 25.36%
B 14 of 138 ~ 10.14%

%64.49
%25.36
%10.14

CMYK color model

#59230E color CMYK value is (0,61,84,65).

  • cyan value is 0.00%
  • magenta value is 60.67%
  • yellow value is 84.27%
  • key color value is 65.10%
CMYK:
(0,61,84,65)
C0M61Y84K65 
(0%,61%,84%,65%)
(0.00/0.61/0.84/0.65)	

CMYK percentages

%0
%60.67
%84.27
%65.1

Codes

Color #59230E in popluar color models

59230E
RGB893514
HSL17°72.82%20.20%
HSB/HSV17°84.27%34.90%
CMYK0.00%60.67%84.27%
65.10%

Color #59230E in popluar number systems.

HEX59230E
Decimal893514
Binary10110011000111110
Octal1314316

Shades and tints

Shades of #59230E

#59230E
(89,35,14)
#51200D
(81,32,13)
#491D0C
(73,29,12)
#411A0B
(65,26,11)
#39170A
(57,23,10)
#311409
(49,20,9)
#291108
(41,17,8)
#210E07
(33,14,7)
#190B06
(25,11,6)
#110805
(17,8,5)
#090504
(9,5,4)
#000000
(0,0,0)

Tints of #59230E

#59230E
(89,35,14)
#683723
(104,55,35)
#774B38
(119,75,56)
#865F4D
(134,95,77)
#957362
(149,115,98)
#A48777
(164,135,119)
#B39B8C
(179,155,140)
#C2AFA1
(194,175,161)
#D1C3B6
(209,195,182)
#E0D7CB
(224,215,203)
#EFEBE0
(239,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59230E color. Also use rgb(89,35,14) instead hex code.

Text Font Color

.myTextColor { color: #59230E; }

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

This text font color is #59230E.


Background Color

.myBgColor { background-color: #59230E; }

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

This div background color is #59230E.


Border color

.myBorderColor { border: 1px solid #59230E; }

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

This div border color is #59230E.


Opacity

.myOpacity80 { color: #59230E; opacity: 0.8; }

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

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

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

This text has shadow with #59230E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59230E on black background.


Color preview on white background

This text has color #59230E on white background.



Black color preview on #59230E background

This text has black color on #59230E background.


White color preview on #59230E background

This text has white color on #59230E background.