COLOR #613227

HEX: #613227
RGB: (97,50,39)

Color info

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

RGB color model

#613227 color RGB value is (97,50,39).

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

RGB channels and saturation

R 97 of 255 = 38%
G 50 of 255 = 20%
B 39 of 255 = 15%

97
50
39

R + G + B ~ 24%. #613227 is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 50 + 39 = 186 (100%)
R 97 of 186 ~ 52.15%
G 50 of 186 ~ 26.88%
B 39 of 186 ~ 20.97%

%52.15
%26.88
%20.97

CMYK color model

#613227 color CMYK value is (0,48,60,62).

  • cyan value is 0.00%
  • magenta value is 48.45%
  • yellow value is 59.79%
  • key color value is 61.96%
CMYK:
(0,48,60,62)
C0M48Y60K62 
(0%,48%,60%,62%)
(0.00/0.48/0.60/0.62)	

CMYK percentages

%0
%48.45
%59.79
%61.96

Codes

Color #613227 in popluar color models

613227
RGB975039
HSL11°42.65%26.67%
HSB/HSV11°59.79%38.04%
CMYK0.00%48.45%59.79%
61.96%

Color #613227 in popluar number systems.

HEX613227
Decimal975039
Binary1100001110010100111
Octal1416247

Shades and tints

Shades of #613227

#613227
(97,50,39)
#592E24
(89,46,36)
#512A21
(81,42,33)
#49261E
(73,38,30)
#41221B
(65,34,27)
#391E18
(57,30,24)
#311A15
(49,26,21)
#291612
(41,22,18)
#21120F
(33,18,15)
#190E0C
(25,14,12)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #613227

#613227
(97,50,39)
#6F443A
(111,68,58)
#7D564D
(125,86,77)
#8B6860
(139,104,96)
#997A73
(153,122,115)
#A78C86
(167,140,134)
#B59E99
(181,158,153)
#C3B0AC
(195,176,172)
#D1C2BF
(209,194,191)
#DFD4D2
(223,212,210)
#EDE6E5
(237,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613227; }

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

This text font color is #613227.


Background Color

.myBgColor { background-color: #613227; }

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

This div background color is #613227.


Border color

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

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

This div border color is #613227.


Opacity

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

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

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

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

This text has shadow with #613227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613227 on black background.


Color preview on white background

This text has color #613227 on white background.



Black color preview on #613227 background

This text has black color on #613227 background.


White color preview on #613227 background

This text has white color on #613227 background.