COLOR #592F33

HEX: #592F33 RGB: (89,47,51)

Color info

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

RGB color model

#592F33 color RGB value is (89,47,51).

RGB: (89,47,51) (35%, 18%, 20%)

RGB channels and saturation

R 89 of 255 = 35%
G 47 of 255 = 18%
B 51 of 255 = 20%

89
47
51

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

Portions of RGB colors in percentages

R + G + B = 89 + 47 + 51 = 187 (100%)
R 89 of 187 ~ 47.59%
G 47 of 187 ~ 25.13%
B 51 of 187 ~ 27.27'%

%47.59
%25.13
%27.27

CMYK color model

#592F33 color CMYK value is (0,47,43,65).

  • cyan value is 0.00%
  • magenta value is 47.19%
  • yellow value is 42.70%
  • key color value is 65.10%

CMYK: (0,47,43,65)
C0M47Y43K65 (0%, 47%, 43%, 65%)
(0.00 / 0.47 / 0.43 / 0.65)

CMYK percentages

%0
%47.19
%42.7
%65.1

Codes

Color #592F33 in popluar color models

59 2F 33
RGB 89 47 51
HSL 354° 30.88% 26.67%
HSB/HSV 354° 47.19% 34.90%
CMYK 0.00% 47.19% 42.70%
65.10%

Color #592F33 in popluar number systems.

HEX 59 2F 33
Decimal 89 47 51
Binary 1011001 101111 110011
Octal 131 57 63

Shades and tints

Shades of #592F33

#592F33
(89,47,51)
#512B2F
(81,43,47)
#49272B
(73,39,43)
#412327
(65,35,39)
#391F23
(57,31,35)
#311B1F
(49,27,31)
#29171B
(41,23,27)
#211317
(33,19,23)
#190F13
(25,15,19)
#110B0F
(17,11,15)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #592F33

#592F33
(89,47,51)
#684145
(104,65,69)
#775357
(119,83,87)
#866569
(134,101,105)
#95777B
(149,119,123)
#A4898D
(164,137,141)
#B39B9F
(179,155,159)
#C2ADB1
(194,173,177)
#D1BFC3
(209,191,195)
#E0D1D5
(224,209,213)
#EFE3E7
(239,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #592F33; }

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

This text font color is #592F33.

Background Color

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

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

This div background color is #592F33.

Border color

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

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

This div border color is #592F33.

Opacity

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

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

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

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

This text has shadow with #592F33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #592F33.

Preview

Color preview on black background

This text has color #592F33 on black background.


Color preview on white background

This text has color #592F33 on white background.


Black color preview on #592F33 background

This text has black color on #592F33 background.


White color preview on #592F33 background

This text has white color on #592F33 background.


Related colors

Complementary color

Complementary color for #hex is #A6D0CC.


I love getcolorcode.com

Triadic colors

1 #33592F and #2F3359 with #592F33 are triadic colors.

2 #332F59 and #2F5933 with #592F33 are triadic colors.