COLOR #61513A

HEX: #61513A
RGB: (97,81,58)

Color info

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

RGB color model

#61513A color RGB value is (97,81,58).

  • red value is 97;
  • green value is 81;
  • blue value is 58.
RGB:
(97,81,58)
(38%,32%,23%)

RGB channels and saturation

R 97 of 255 = 38%
G 81 of 255 = 32%
B 58 of 255 = 23%

97
81
58

R + G + B ~ 31%. #61513A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 81 + 58 = 236 (100%)
R 97 of 236 ~ 41.1%
G 81 of 236 ~ 34.32%
B 58 of 236 ~ 24.58%

%41.1
%34.32
%24.58

CMYK color model

#61513A color CMYK value is (0,16,40,62).

  • cyan value is 0.00%
  • magenta value is 16.49%
  • yellow value is 40.21%
  • key color value is 61.96%
CMYK:
(0,16,40,62)
C0M16Y40K62 
(0%,16%,40%,62%)
(0.00/0.16/0.40/0.62)	

CMYK percentages

%0
%16.49
%40.21
%61.96

Codes

Color #61513A in popluar color models

61513A
RGB978158
HSL35°25.16%30.39%
HSB/HSV35°40.21%38.04%
CMYK0.00%16.49%40.21%
61.96%

Color #61513A in popluar number systems.

HEX61513A
Decimal978158
Binary11000011010001111010
Octal14112172

Shades and tints

Shades of #61513A

#61513A
(97,81,58)
#594A35
(89,74,53)
#514330
(81,67,48)
#493C2B
(73,60,43)
#413526
(65,53,38)
#392E21
(57,46,33)
#31271C
(49,39,28)
#292017
(41,32,23)
#211912
(33,25,18)
#19120D
(25,18,13)
#110B08
(17,11,8)
#000000
(0,0,0)

Tints of #61513A

#61513A
(97,81,58)
#6F604B
(111,96,75)
#7D6F5C
(125,111,92)
#8B7E6D
(139,126,109)
#998D7E
(153,141,126)
#A79C8F
(167,156,143)
#B5ABA0
(181,171,160)
#C3BAB1
(195,186,177)
#D1C9C2
(209,201,194)
#DFD8D3
(223,216,211)
#EDE7E4
(237,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61513A color. Also use rgb(97,81,58) instead hex code.

Text Font Color

.myTextColor { color: #61513A; }

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

This text font color is #61513A.


Background Color

.myBgColor { background-color: #61513A; }

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

This div background color is #61513A.


Border color

.myBorderColor { border: 1px solid #61513A; }

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

This div border color is #61513A.


Opacity

.myOpacity80 { color: #61513A; opacity: 0.8; }

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

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

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

This text has shadow with #61513A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61513A on black background.


Color preview on white background

This text has color #61513A on white background.



Black color preview on #61513A background

This text has black color on #61513A background.


White color preview on #61513A background

This text has white color on #61513A background.