COLOR #613123

HEX: #613123
RGB: (97,49,35)

Color info

#613123 contains mainly red and green colors. Web safe color of #613123 is #663333 (or #633).

RGB color model

#613123 color RGB value is (97,49,35).

  • red value is 97;
  • green value is 49;
  • blue value is 35.
RGB:
(97,49,35)
(38%,19%,14%)

RGB channels and saturation

R 97 of 255 = 38%
G 49 of 255 = 19%
B 35 of 255 = 14%

97
49
35

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

Portions of RGB colors in percentages

R + G + B =
97 + 49 + 35 = 181 (100%)
R 97 of 181 ~ 53.59%
G 49 of 181 ~ 27.07%
B 35 of 181 ~ 19.34%

%53.59
%27.07
%19.34

CMYK color model

#613123 color CMYK value is (0,49,64,62).

  • cyan value is 0.00%
  • magenta value is 49.48%
  • yellow value is 63.92%
  • key color value is 61.96%
CMYK:
(0,49,64,62)
C0M49Y64K62 
(0%,49%,64%,62%)
(0.00/0.49/0.64/0.62)	

CMYK percentages

%0
%49.48
%63.92
%61.96

Codes

Color #613123 in popluar color models

613123
RGB974935
HSL14°46.97%25.88%
HSB/HSV14°63.92%38.04%
CMYK0.00%49.48%63.92%
61.96%

Color #613123 in popluar number systems.

HEX613123
Decimal974935
Binary1100001110001100011
Octal1416143

Shades and tints

Shades of #613123

#613123
(97,49,35)
#592D20
(89,45,32)
#51291D
(81,41,29)
#49251A
(73,37,26)
#412117
(65,33,23)
#391D14
(57,29,20)
#311911
(49,25,17)
#29150E
(41,21,14)
#21110B
(33,17,11)
#190D08
(25,13,8)
#110905
(17,9,5)
#000000
(0,0,0)

Tints of #613123

#613123
(97,49,35)
#6F4337
(111,67,55)
#7D554B
(125,85,75)
#8B675F
(139,103,95)
#997973
(153,121,115)
#A78B87
(167,139,135)
#B59D9B
(181,157,155)
#C3AFAF
(195,175,175)
#D1C1C3
(209,193,195)
#DFD3D7
(223,211,215)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613123 color. Also use rgb(97,49,35) instead hex code.

Text Font Color

.myTextColor { color: #613123; }

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

This text font color is #613123.


Background Color

.myBgColor { background-color: #613123; }

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

This div background color is #613123.


Border color

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

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

This div border color is #613123.


Opacity

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

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

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

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

This text has shadow with #613123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613123 on black background.


Color preview on white background

This text has color #613123 on white background.



Black color preview on #613123 background

This text has black color on #613123 background.


White color preview on #613123 background

This text has white color on #613123 background.