COLOR #613938

HEX: #613938
RGB: (97,57,56)

Color info

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

RGB color model

#613938 color RGB value is (97,57,56).

  • red value is 97;
  • green value is 57;
  • blue value is 56.
RGB:
(97,57,56)
(38%,22%,22%)

RGB channels and saturation

R 97 of 255 = 38%
G 57 of 255 = 22%
B 56 of 255 = 22%

97
57
56

R + G + B ~ 27%. #613938 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 57 + 56 = 210 (100%)
R 97 of 210 ~ 46.19%
G 57 of 210 ~ 27.14%
B 56 of 210 ~ 26.67%

%46.19
%27.14
%26.67

CMYK color model

#613938 color CMYK value is (0,41,42,62).

  • cyan value is 0.00%
  • magenta value is 41.24%
  • yellow value is 42.27%
  • key color value is 61.96%
CMYK:
(0,41,42,62)
C0M41Y42K62 
(0%,41%,42%,62%)
(0.00/0.41/0.42/0.62)	

CMYK percentages

%0
%41.24
%42.27
%61.96

Codes

Color #613938 in popluar color models

613938
RGB975756
HSL26.80%30.00%
HSB/HSV42.27%38.04%
CMYK0.00%41.24%42.27%
61.96%

Color #613938 in popluar number systems.

HEX613938
Decimal975756
Binary1100001111001111000
Octal1417170

Shades and tints

Shades of #613938

#613938
(97,57,56)
#593433
(89,52,51)
#512F2E
(81,47,46)
#492A29
(73,42,41)
#412524
(65,37,36)
#39201F
(57,32,31)
#311B1A
(49,27,26)
#291615
(41,22,21)
#211110
(33,17,16)
#190C0B
(25,12,11)
#110706
(17,7,6)
#000000
(0,0,0)

Tints of #613938

#613938
(97,57,56)
#6F4B4A
(111,75,74)
#7D5D5C
(125,93,92)
#8B6F6E
(139,111,110)
#998180
(153,129,128)
#A79392
(167,147,146)
#B5A5A4
(181,165,164)
#C3B7B6
(195,183,182)
#D1C9C8
(209,201,200)
#DFDBDA
(223,219,218)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613938 color. Also use rgb(97,57,56) instead hex code.

Text Font Color

.myTextColor { color: #613938; }

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

This text font color is #613938.


Background Color

.myBgColor { background-color: #613938; }

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

This div background color is #613938.


Border color

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

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

This div border color is #613938.


Opacity

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

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

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

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

This text has shadow with #613938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613938 on black background.


Color preview on white background

This text has color #613938 on white background.



Black color preview on #613938 background

This text has black color on #613938 background.


White color preview on #613938 background

This text has white color on #613938 background.