COLOR #613230

HEX: #613230
RGB: (97,50,48)

Color info

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

RGB color model

#613230 color RGB value is (97,50,48).

  • red value is 97;
  • green value is 50;
  • blue value is 48.
RGB:
(97,50,48)
(38%,20%,19%)

RGB channels and saturation

R 97 of 255 = 38%
G 50 of 255 = 20%
B 48 of 255 = 19%

97
50
48

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

Portions of RGB colors in percentages

R + G + B =
97 + 50 + 48 = 195 (100%)
R 97 of 195 ~ 49.74%
G 50 of 195 ~ 25.64%
B 48 of 195 ~ 24.62%

%49.74
%25.64
%24.62

CMYK color model

#613230 color CMYK value is (0,48,51,62).

  • cyan value is 0.00%
  • magenta value is 48.45%
  • yellow value is 50.52%
  • key color value is 61.96%
CMYK:
(0,48,51,62)
C0M48Y51K62 
(0%,48%,51%,62%)
(0.00/0.48/0.51/0.62)	

CMYK percentages

%0
%48.45
%50.52
%61.96

Codes

Color #613230 in popluar color models

613230
RGB975048
HSL33.79%28.43%
HSB/HSV50.52%38.04%
CMYK0.00%48.45%50.52%
61.96%

Color #613230 in popluar number systems.

HEX613230
Decimal975048
Binary1100001110010110000
Octal1416260

Shades and tints

Shades of #613230

#613230
(97,50,48)
#592E2C
(89,46,44)
#512A28
(81,42,40)
#492624
(73,38,36)
#412220
(65,34,32)
#391E1C
(57,30,28)
#311A18
(49,26,24)
#291614
(41,22,20)
#211210
(33,18,16)
#190E0C
(25,14,12)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #613230

#613230
(97,50,48)
#6F4442
(111,68,66)
#7D5654
(125,86,84)
#8B6866
(139,104,102)
#997A78
(153,122,120)
#A78C8A
(167,140,138)
#B59E9C
(181,158,156)
#C3B0AE
(195,176,174)
#D1C2C0
(209,194,192)
#DFD4D2
(223,212,210)
#EDE6E4
(237,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613230 color. Also use rgb(97,50,48) instead hex code.

Text Font Color

.myTextColor { color: #613230; }

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

This text font color is #613230.


Background Color

.myBgColor { background-color: #613230; }

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

This div background color is #613230.


Border color

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

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

This div border color is #613230.


Opacity

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

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

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

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

This text has shadow with #613230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613230 on black background.


Color preview on white background

This text has color #613230 on white background.



Black color preview on #613230 background

This text has black color on #613230 background.


White color preview on #613230 background

This text has white color on #613230 background.