COLOR #613436

HEX: #613436
RGB: (97,52,54)

Color info

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

RGB color model

#613436 color RGB value is (97,52,54).

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

RGB channels and saturation

R 97 of 255 = 38%
G 52 of 255 = 20%
B 54 of 255 = 21%

97
52
54

R + G + B ~ 26%. #613436 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 52 + 54 = 203 (100%)
R 97 of 203 ~ 47.78%
G 52 of 203 ~ 25.62%
B 54 of 203 ~ 26.6%

%47.78
%25.62
%26.6

CMYK color model

#613436 color CMYK value is (0,46,44,62).

  • cyan value is 0.00%
  • magenta value is 46.39%
  • yellow value is 44.33%
  • key color value is 61.96%
CMYK:
(0,46,44,62)
C0M46Y44K62 
(0%,46%,44%,62%)
(0.00/0.46/0.44/0.62)	

CMYK percentages

%0
%46.39
%44.33
%61.96

Codes

Color #613436 in popluar color models

613436
RGB975254
HSL357°30.20%29.22%
HSB/HSV357°46.39%38.04%
CMYK0.00%46.39%44.33%
61.96%

Color #613436 in popluar number systems.

HEX613436
Decimal975254
Binary1100001110100110110
Octal1416466

Shades and tints

Shades of #613436

#613436
(97,52,54)
#593032
(89,48,50)
#512C2E
(81,44,46)
#49282A
(73,40,42)
#412426
(65,36,38)
#392022
(57,32,34)
#311C1E
(49,28,30)
#29181A
(41,24,26)
#211416
(33,20,22)
#191012
(25,16,18)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #613436

#613436
(97,52,54)
#6F4648
(111,70,72)
#7D585A
(125,88,90)
#8B6A6C
(139,106,108)
#997C7E
(153,124,126)
#A78E90
(167,142,144)
#B5A0A2
(181,160,162)
#C3B2B4
(195,178,180)
#D1C4C6
(209,196,198)
#DFD6D8
(223,214,216)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613436; }

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

This text font color is #613436.


Background Color

.myBgColor { background-color: #613436; }

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

This div background color is #613436.


Border color

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

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

This div border color is #613436.


Opacity

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

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

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

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

This text has shadow with #613436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613436 on black background.


Color preview on white background

This text has color #613436 on white background.



Black color preview on #613436 background

This text has black color on #613436 background.


White color preview on #613436 background

This text has white color on #613436 background.