COLOR #592F30

HEX: #592F30
RGB: (89,47,48)

Color info

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

RGB color model

#592F30 color RGB value is (89,47,48).

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

RGB channels and saturation

R 89 of 255 = 35%
G 47 of 255 = 18%
B 48 of 255 = 19%

89
47
48

R + G + B ~ 24%. #592F30 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 47 + 48 = 184 (100%)
R 89 of 184 ~ 48.37%
G 47 of 184 ~ 25.54%
B 48 of 184 ~ 26.09%

%48.37
%25.54
%26.09

CMYK color model

#592F30 color CMYK value is (0,47,46,65).

  • cyan value is 0.00%
  • magenta value is 47.19%
  • yellow value is 46.07%
  • key color value is 65.10%
CMYK:
(0,47,46,65)
C0M47Y46K65 
(0%,47%,46%,65%)
(0.00/0.47/0.46/0.65)	

CMYK percentages

%0
%47.19
%46.07
%65.1

Codes

Color #592F30 in popluar color models

592F30
RGB894748
HSL359°30.88%26.67%
HSB/HSV359°47.19%34.90%
CMYK0.00%47.19%46.07%
65.10%

Color #592F30 in popluar number systems.

HEX592F30
Decimal894748
Binary1011001101111110000
Octal1315760

Shades and tints

Shades of #592F30

#592F30
(89,47,48)
#512B2C
(81,43,44)
#492728
(73,39,40)
#412324
(65,35,36)
#391F20
(57,31,32)
#311B1C
(49,27,28)
#291718
(41,23,24)
#211314
(33,19,20)
#190F10
(25,15,16)
#110B0C
(17,11,12)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #592F30

#592F30
(89,47,48)
#684142
(104,65,66)
#775354
(119,83,84)
#866566
(134,101,102)
#957778
(149,119,120)
#A4898A
(164,137,138)
#B39B9C
(179,155,156)
#C2ADAE
(194,173,174)
#D1BFC0
(209,191,192)
#E0D1D2
(224,209,210)
#EFE3E4
(239,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #592F30 color. Also use rgb(89,47,48) instead hex code.

Text Font Color

.myTextColor { color: #592F30; }

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

This text font color is #592F30.


Background Color

.myBgColor { background-color: #592F30; }

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

This div background color is #592F30.


Border color

.myBorderColor { border: 1px solid #592F30; }

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

This div border color is #592F30.


Opacity

.myOpacity80 { color: #592F30; opacity: 0.8; }

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

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

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

This text has shadow with #592F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #592F30 on black background.


Color preview on white background

This text has color #592F30 on white background.



Black color preview on #592F30 background

This text has black color on #592F30 background.


White color preview on #592F30 background

This text has white color on #592F30 background.