COLOR #613F46

HEX: #613F46
RGB: (97,63,70)

Color info

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

RGB color model

#613F46 color RGB value is (97,63,70).

  • red value is 97;
  • green value is 63;
  • blue value is 70.
RGB:
(97,63,70)
(38%,25%,27%)

RGB channels and saturation

R 97 of 255 = 38%
G 63 of 255 = 25%
B 70 of 255 = 27%

97
63
70

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

Portions of RGB colors in percentages

R + G + B =
97 + 63 + 70 = 230 (100%)
R 97 of 230 ~ 42.17%
G 63 of 230 ~ 27.39%
B 70 of 230 ~ 30.43%

%42.17
%27.39
%30.43

CMYK color model

#613F46 color CMYK value is (0,35,28,62).

  • cyan value is 0.00%
  • magenta value is 35.05%
  • yellow value is 27.84%
  • key color value is 61.96%
CMYK:
(0,35,28,62)
C0M35Y28K62 
(0%,35%,28%,62%)
(0.00/0.35/0.28/0.62)	

CMYK percentages

%0
%35.05
%27.84
%61.96

Codes

Color #613F46 in popluar color models

613F46
RGB976370
HSL348°21.25%31.37%
HSB/HSV348°35.05%38.04%
CMYK0.00%35.05%27.84%
61.96%

Color #613F46 in popluar number systems.

HEX613F46
Decimal976370
Binary11000011111111000110
Octal14177106

Shades and tints

Shades of #613F46

#613F46
(97,63,70)
#593A40
(89,58,64)
#51353A
(81,53,58)
#493034
(73,48,52)
#412B2E
(65,43,46)
#392628
(57,38,40)
#312122
(49,33,34)
#291C1C
(41,28,28)
#211716
(33,23,22)
#191210
(25,18,16)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #613F46

#613F46
(97,63,70)
#6F5056
(111,80,86)
#7D6166
(125,97,102)
#8B7276
(139,114,118)
#998386
(153,131,134)
#A79496
(167,148,150)
#B5A5A6
(181,165,166)
#C3B6B6
(195,182,182)
#D1C7C6
(209,199,198)
#DFD8D6
(223,216,214)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613F46 color. Also use rgb(97,63,70) instead hex code.

Text Font Color

.myTextColor { color: #613F46; }

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

This text font color is #613F46.


Background Color

.myBgColor { background-color: #613F46; }

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

This div background color is #613F46.


Border color

.myBorderColor { border: 1px solid #613F46; }

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

This div border color is #613F46.


Opacity

.myOpacity80 { color: #613F46; opacity: 0.8; }

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

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

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

This text has shadow with #613F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613F46 on black background.


Color preview on white background

This text has color #613F46 on white background.



Black color preview on #613F46 background

This text has black color on #613F46 background.


White color preview on #613F46 background

This text has white color on #613F46 background.