COLOR #59262F

HEX: #59262F
RGB: (89,38,47)

Color info

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

RGB color model

#59262F color RGB value is (89,38,47).

  • red value is 89;
  • green value is 38;
  • blue value is 47.
RGB:
(89,38,47)
(35%,15%,18%)

RGB channels and saturation

R 89 of 255 = 35%
G 38 of 255 = 15%
B 47 of 255 = 18%

89
38
47

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

Portions of RGB colors in percentages

R + G + B =
89 + 38 + 47 = 174 (100%)
R 89 of 174 ~ 51.15%
G 38 of 174 ~ 21.84%
B 47 of 174 ~ 27.01%

%51.15
%21.84
%27.01

CMYK color model

#59262F color CMYK value is (0,57,47,65).

  • cyan value is 0.00%
  • magenta value is 57.30%
  • yellow value is 47.19%
  • key color value is 65.10%
CMYK:
(0,57,47,65)
C0M57Y47K65 
(0%,57%,47%,65%)
(0.00/0.57/0.47/0.65)	

CMYK percentages

%0
%57.3
%47.19
%65.1

Codes

Color #59262F in popluar color models

59262F
RGB893847
HSL349°40.16%24.90%
HSB/HSV349°57.30%34.90%
CMYK0.00%57.30%47.19%
65.10%

Color #59262F in popluar number systems.

HEX59262F
Decimal893847
Binary1011001100110101111
Octal1314657

Shades and tints

Shades of #59262F

#59262F
(89,38,47)
#51232B
(81,35,43)
#492027
(73,32,39)
#411D23
(65,29,35)
#391A1F
(57,26,31)
#31171B
(49,23,27)
#291417
(41,20,23)
#211113
(33,17,19)
#190E0F
(25,14,15)
#110B0B
(17,11,11)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #59262F

#59262F
(89,38,47)
#683941
(104,57,65)
#774C53
(119,76,83)
#865F65
(134,95,101)
#957277
(149,114,119)
#A48589
(164,133,137)
#B3989B
(179,152,155)
#C2ABAD
(194,171,173)
#D1BEBF
(209,190,191)
#E0D1D1
(224,209,209)
#EFE4E3
(239,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59262F color. Also use rgb(89,38,47) instead hex code.

Text Font Color

.myTextColor { color: #59262F; }

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

This text font color is #59262F.


Background Color

.myBgColor { background-color: #59262F; }

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

This div background color is #59262F.


Border color

.myBorderColor { border: 1px solid #59262F; }

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

This div border color is #59262F.


Opacity

.myOpacity80 { color: #59262F; opacity: 0.8; }

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

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

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

This text has shadow with #59262F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59262F on black background.


Color preview on white background

This text has color #59262F on white background.



Black color preview on #59262F background

This text has black color on #59262F background.


White color preview on #59262F background

This text has white color on #59262F background.