COLOR #59250D

HEX: #59250D
RGB: (89,37,13)

Color info

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

RGB color model

#59250D color RGB value is (89,37,13).

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

RGB channels and saturation

R 89 of 255 = 35%
G 37 of 255 = 15%
B 13 of 255 = 5%

89
37
13

R + G + B ~ 18%. #59250D is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 37 + 13 = 139 (100%)
R 89 of 139 ~ 64.03%
G 37 of 139 ~ 26.62%
B 13 of 139 ~ 9.35%

%64.03
%26.62

CMYK color model

#59250D color CMYK value is (0,58,85,65).

  • cyan value is 0.00%
  • magenta value is 58.43%
  • yellow value is 85.39%
  • key color value is 65.10%
CMYK:
(0,58,85,65)
C0M58Y85K65 
(0%,58%,85%,65%)
(0.00/0.58/0.85/0.65)	

CMYK percentages

%0
%58.43
%85.39
%65.1

Codes

Color #59250D in popluar color models

59250D
RGB893713
HSL19°74.51%20.00%
HSB/HSV19°85.39%34.90%
CMYK0.00%58.43%85.39%
65.10%

Color #59250D in popluar number systems.

HEX59250D
Decimal893713
Binary10110011001011101
Octal1314515

Shades and tints

Shades of #59250D

#59250D
(89,37,13)
#51220C
(81,34,12)
#491F0B
(73,31,11)
#411C0A
(65,28,10)
#391909
(57,25,9)
#311608
(49,22,8)
#291307
(41,19,7)
#211006
(33,16,6)
#190D05
(25,13,5)
#110A04
(17,10,4)
#090703
(9,7,3)
#000000
(0,0,0)

Tints of #59250D

#59250D
(89,37,13)
#683823
(104,56,35)
#774B39
(119,75,57)
#865E4F
(134,94,79)
#957165
(149,113,101)
#A4847B
(164,132,123)
#B39791
(179,151,145)
#C2AAA7
(194,170,167)
#D1BDBD
(209,189,189)
#E0D0D3
(224,208,211)
#EFE3E9
(239,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59250D color. Also use rgb(89,37,13) instead hex code.

Text Font Color

.myTextColor { color: #59250D; }

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

This text font color is #59250D.


Background Color

.myBgColor { background-color: #59250D; }

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

This div background color is #59250D.


Border color

.myBorderColor { border: 1px solid #59250D; }

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

This div border color is #59250D.


Opacity

.myOpacity80 { color: #59250D; opacity: 0.8; }

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

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

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

This text has shadow with #59250D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59250D on black background.


Color preview on white background

This text has color #59250D on white background.



Black color preview on #59250D background

This text has black color on #59250D background.


White color preview on #59250D background

This text has white color on #59250D background.