COLOR #61593C

HEX: #61593C
RGB: (97,89,60)

Color info

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

RGB color model

#61593C color RGB value is (97,89,60).

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

RGB channels and saturation

R 97 of 255 = 38%
G 89 of 255 = 35%
B 60 of 255 = 24%

97
89
60

R + G + B ~ 32%. #61593C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 89 + 60 = 246 (100%)
R 97 of 246 ~ 39.43%
G 89 of 246 ~ 36.18%
B 60 of 246 ~ 24.39%

%39.43
%36.18
%24.39

CMYK color model

#61593C color CMYK value is (0,8,38,62).

  • cyan value is 0.00%
  • magenta value is 8.25%
  • yellow value is 38.14%
  • key color value is 61.96%
CMYK:
(0,8,38,62)
C0M8Y38K62 
(0%,8%,38%,62%)
(0.00/0.08/0.38/0.62)	

CMYK percentages

%0
%8.25
%38.14
%61.96

Codes

Color #61593C in popluar color models

61593C
RGB978960
HSL47°23.57%30.78%
HSB/HSV47°38.14%38.04%
CMYK0.00%8.25%38.14%
61.96%

Color #61593C in popluar number systems.

HEX61593C
Decimal978960
Binary11000011011001111100
Octal14113174

Shades and tints

Shades of #61593C

#61593C
(97,89,60)
#595137
(89,81,55)
#514932
(81,73,50)
#49412D
(73,65,45)
#413928
(65,57,40)
#393123
(57,49,35)
#31291E
(49,41,30)
#292119
(41,33,25)
#211914
(33,25,20)
#19110F
(25,17,15)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #61593C

#61593C
(97,89,60)
#6F684D
(111,104,77)
#7D775E
(125,119,94)
#8B866F
(139,134,111)
#999580
(153,149,128)
#A7A491
(167,164,145)
#B5B3A2
(181,179,162)
#C3C2B3
(195,194,179)
#D1D1C4
(209,209,196)
#DFE0D5
(223,224,213)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61593C; }

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

This text font color is #61593C.


Background Color

.myBgColor { background-color: #61593C; }

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

This div background color is #61593C.


Border color

.myBorderColor { border: 1px solid #61593C; }

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

This div border color is #61593C.


Opacity

.myOpacity80 { color: #61593C; opacity: 0.8; }

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

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

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

This text has shadow with #61593C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61593C on black background.


Color preview on white background

This text has color #61593C on white background.



Black color preview on #61593C background

This text has black color on #61593C background.


White color preview on #61593C background

This text has white color on #61593C background.