COLOR #613437

HEX: #613437
RGB: (97,52,55)

Color info

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

RGB color model

#613437 color RGB value is (97,52,55).

  • red value is 97;
  • green value is 52;
  • blue value is 55.
RGB:
(97,52,55)
(38%,20%,22%)

RGB channels and saturation

R 97 of 255 = 38%
G 52 of 255 = 20%
B 55 of 255 = 22%

97
52
55

R + G + B ~ 27%. #613437 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 52 + 55 = 204 (100%)
R 97 of 204 ~ 47.55%
G 52 of 204 ~ 25.49%
B 55 of 204 ~ 26.96%

%47.55
%25.49
%26.96

CMYK color model

#613437 color CMYK value is (0,46,43,62).

  • cyan value is 0.00%
  • magenta value is 46.39%
  • yellow value is 43.30%
  • key color value is 61.96%
CMYK:
(0,46,43,62)
C0M46Y43K62 
(0%,46%,43%,62%)
(0.00/0.46/0.43/0.62)	

CMYK percentages

%0
%46.39
%43.3
%61.96

Codes

Color #613437 in popluar color models

613437
RGB975255
HSL356°30.20%29.22%
HSB/HSV356°46.39%38.04%
CMYK0.00%46.39%43.30%
61.96%

Color #613437 in popluar number systems.

HEX613437
Decimal975255
Binary1100001110100110111
Octal1416467

Shades and tints

Shades of #613437

#613437
(97,52,55)
#593032
(89,48,50)
#512C2D
(81,44,45)
#492828
(73,40,40)
#412423
(65,36,35)
#39201E
(57,32,30)
#311C19
(49,28,25)
#291814
(41,24,20)
#21140F
(33,20,15)
#19100A
(25,16,10)
#110C05
(17,12,5)
#000000
(0,0,0)

Tints of #613437

#613437
(97,52,55)
#6F4649
(111,70,73)
#7D585B
(125,88,91)
#8B6A6D
(139,106,109)
#997C7F
(153,124,127)
#A78E91
(167,142,145)
#B5A0A3
(181,160,163)
#C3B2B5
(195,178,181)
#D1C4C7
(209,196,199)
#DFD6D9
(223,214,217)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613437 color. Also use rgb(97,52,55) instead hex code.

Text Font Color

.myTextColor { color: #613437; }

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

This text font color is #613437.


Background Color

.myBgColor { background-color: #613437; }

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

This div background color is #613437.


Border color

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

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

This div border color is #613437.


Opacity

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

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

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

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

This text has shadow with #613437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613437 on black background.


Color preview on white background

This text has color #613437 on white background.



Black color preview on #613437 background

This text has black color on #613437 background.


White color preview on #613437 background

This text has white color on #613437 background.