COLOR #613750

HEX: #613750
RGB: (97,55,80)

Color info

#613750 contains red, green and blue colors in about the same proportion. Web safe color of #613750 is #663366 (or #636).

RGB color model

#613750 color RGB value is (97,55,80).

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

RGB channels and saturation

R 97 of 255 = 38%
G 55 of 255 = 22%
B 80 of 255 = 31%

97
55
80

R + G + B ~ 30%. #613750 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 55 + 80 = 232 (100%)
R 97 of 232 ~ 41.81%
G 55 of 232 ~ 23.71%
B 80 of 232 ~ 34.48%

%41.81
%23.71
%34.48

CMYK color model

#613750 color CMYK value is (0,43,18,62).

  • cyan value is 0.00%
  • magenta value is 43.30%
  • yellow value is 17.53%
  • key color value is 61.96%
CMYK:
(0,43,18,62)
C0M43Y18K62 
(0%,43%,18%,62%)
(0.00/0.43/0.18/0.62)	

CMYK percentages

%0
%43.3
%17.53
%61.96

Codes

Color #613750 in popluar color models

613750
RGB975580
HSL324°27.63%29.80%
HSB/HSV324°43.30%38.04%
CMYK0.00%43.30%17.53%
61.96%

Color #613750 in popluar number systems.

HEX613750
Decimal975580
Binary11000011101111010000
Octal14167120

Shades and tints

Shades of #613750

#613750
(97,55,80)
#593249
(89,50,73)
#512D42
(81,45,66)
#49283B
(73,40,59)
#412334
(65,35,52)
#391E2D
(57,30,45)
#311926
(49,25,38)
#29141F
(41,20,31)
#210F18
(33,15,24)
#190A11
(25,10,17)
#11050A
(17,5,10)
#000000
(0,0,0)

Tints of #613750

#613750
(97,55,80)
#6F495F
(111,73,95)
#7D5B6E
(125,91,110)
#8B6D7D
(139,109,125)
#997F8C
(153,127,140)
#A7919B
(167,145,155)
#B5A3AA
(181,163,170)
#C3B5B9
(195,181,185)
#D1C7C8
(209,199,200)
#DFD9D7
(223,217,215)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613750; }

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

This text font color is #613750.


Background Color

.myBgColor { background-color: #613750; }

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

This div background color is #613750.


Border color

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

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

This div border color is #613750.


Opacity

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

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

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

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

This text has shadow with #613750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613750 on black background.


Color preview on white background

This text has color #613750 on white background.



Black color preview on #613750 background

This text has black color on #613750 background.


White color preview on #613750 background

This text has white color on #613750 background.