COLOR #613F41

HEX: #613F41 RGB: (97,63,65)

Color info

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

RGB color model

#613F41 color RGB value is (97,63,65).

RGB: (97,63,65) (38%, 25%, 25%)

RGB channels and saturation

R 97 of 255 = 38%
G 63 of 255 = 25%
B 65 of 255 = 25%

97
63
65

R + G + B ~ 29%. #613F41 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 63 + 65 = 225 (100%)
R 97 of 225 ~ 43.11%
G 63 of 225 ~ 28%
B 65 of 225 ~ 28.89'%

%43.11
%28
%28.89

CMYK color model

#613F41 color CMYK value is (0,35,33,62).

  • cyan value is 0.00%
  • magenta value is 35.05%
  • yellow value is 32.99%
  • key color value is 61.96%

CMYK: (0,35,33,62)
C0M35Y33K62 (0%, 35%, 33%, 62%)
(0.00 / 0.35 / 0.33 / 0.62)

CMYK percentages

%0
%35.05
%32.99
%61.96

Codes

Color #613F41 in popluar color models

61 3F 41
RGB 97 63 65
HSL 356° 21.25% 31.37%
HSB/HSV 356° 35.05% 38.04%
CMYK 0.00% 35.05% 32.99%
61.96%

Color #613F41 in popluar number systems.

HEX 61 3F 41
Decimal 97 63 65
Binary 1100001 111111 1000001
Octal 141 77 101

Shades and tints

Shades of #613F41

#613F41
(97,63,65)
#593A3C
(89,58,60)
#513537
(81,53,55)
#493032
(73,48,50)
#412B2D
(65,43,45)
#392628
(57,38,40)
#312123
(49,33,35)
#291C1E
(41,28,30)
#211719
(33,23,25)
#191214
(25,18,20)
#110D0F
(17,13,15)
#000000
(0,0,0)

Tints of #613F41

#613F41
(97,63,65)
#6F5052
(111,80,82)
#7D6163
(125,97,99)
#8B7274
(139,114,116)
#998385
(153,131,133)
#A79496
(167,148,150)
#B5A5A7
(181,165,167)
#C3B6B8
(195,182,184)
#D1C7C9
(209,199,201)
#DFD8DA
(223,216,218)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613F41; }

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

This text font color is #613F41.

Background Color

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

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

This div background color is #613F41.

Border color

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

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

This div border color is #613F41.

Opacity

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

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

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

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

This text has shadow with #613F41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #613F41.

Preview

Color preview on black background

This text has color #613F41 on black background.


Color preview on white background

This text has color #613F41 on white background.


Black color preview on #613F41 background

This text has black color on #613F41 background.


White color preview on #613F41 background

This text has white color on #613F41 background.


Related colors

Complementary color

Complementary color for #hex is #9EC0BE.


I love getcolorcode.com

Triadic colors

1 #41613F and #3F4161 with #613F41 are triadic colors.

2 #413F61 and #3F6141 with #613F41 are triadic colors.