COLOR #596148

HEX: #596148
RGB: (89,97,72)

Color info

#596148 contains red, green and blue colors in about the same proportion. Web safe color of #596148 is #666633 (or #663).

RGB color model

#596148 color RGB value is (89,97,72).

  • red value is 89;
  • green value is 97;
  • blue value is 72.
RGB:
(89,97,72)
(35%,38%,28%)

RGB channels and saturation

R 89 of 255 = 35%
G 97 of 255 = 38%
B 72 of 255 = 28%

89
97
72

R + G + B ~ 34%. #596148 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 97 + 72 = 258 (100%)
R 89 of 258 ~ 34.5%
G 97 of 258 ~ 37.6%
B 72 of 258 ~ 27.91%

%34.5
%37.6
%27.91

CMYK color model

#596148 color CMYK value is (8,0,26,62).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 25.77%
  • key color value is 61.96%
CMYK:
(8,0,26,62)
C8M0Y26K62 
(8%,0%,26%,62%)
(0.08/0.00/0.26/0.62)	

CMYK percentages

%8.25
%0
%25.77
%61.96

Codes

Color #596148 in popluar color models

596148
RGB899772
HSL79°14.79%33.14%
HSB/HSV79°25.77%38.04%
CMYK8.25%0.00%25.77%
61.96%

Color #596148 in popluar number systems.

HEX596148
Decimal899772
Binary101100111000011001000
Octal131141110

Shades and tints

Shades of #596148

#596148
(89,97,72)
#515942
(81,89,66)
#49513C
(73,81,60)
#414936
(65,73,54)
#394130
(57,65,48)
#31392A
(49,57,42)
#293124
(41,49,36)
#21291E
(33,41,30)
#192118
(25,33,24)
#111912
(17,25,18)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #596148

#596148
(89,97,72)
#686F58
(104,111,88)
#777D68
(119,125,104)
#868B78
(134,139,120)
#959988
(149,153,136)
#A4A798
(164,167,152)
#B3B5A8
(179,181,168)
#C2C3B8
(194,195,184)
#D1D1C8
(209,209,200)
#E0DFD8
(224,223,216)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596148 color. Also use rgb(89,97,72) instead hex code.

Text Font Color

.myTextColor { color: #596148; }

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

This text font color is #596148.


Background Color

.myBgColor { background-color: #596148; }

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

This div background color is #596148.


Border color

.myBorderColor { border: 1px solid #596148; }

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

This div border color is #596148.


Opacity

.myOpacity80 { color: #596148; opacity: 0.8; }

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

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

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

This text has shadow with #596148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596148 on black background.


Color preview on white background

This text has color #596148 on white background.



Black color preview on #596148 background

This text has black color on #596148 background.


White color preview on #596148 background

This text has white color on #596148 background.