COLOR #613F23

HEX: #613F23 RGB: (97,63,35)

Color info

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

RGB color model

#613F23 color RGB value is (97,63,35).

RGB: (97,63,35) (38%, 25%, 14%)

RGB channels and saturation

R 97 of 255 = 38%
G 63 of 255 = 25%
B 35 of 255 = 14%

97
63
35

R + G + B ~ 26%. #613F23 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 63 + 35 = 195 (100%)
R 97 of 195 ~ 49.74%
G 63 of 195 ~ 32.31%
B 35 of 195 ~ 17.95'%

%49.74
%32.31
%17.95

CMYK color model

#613F23 color CMYK value is (0,35,64,62).

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

CMYK: (0,35,64,62)
C0M35Y64K62 (0%, 35%, 64%, 62%)
(0.00 / 0.35 / 0.64 / 0.62)

CMYK percentages

%0
%35.05
%63.92
%61.96

Codes

Color #613F23 in popluar color models

61 3F 23
RGB 97 63 35
HSL 27° 46.97% 25.88%
HSB/HSV 27° 63.92% 38.04%
CMYK 0.00% 35.05% 63.92%
61.96%

Color #613F23 in popluar number systems.

HEX 61 3F 23
Decimal 97 63 35
Binary 1100001 111111 100011
Octal 141 77 43

Shades and tints

Shades of #613F23

#613F23
(97,63,35)
#593A20
(89,58,32)
#51351D
(81,53,29)
#49301A
(73,48,26)
#412B17
(65,43,23)
#392614
(57,38,20)
#312111
(49,33,17)
#291C0E
(41,28,14)
#21170B
(33,23,11)
#191208
(25,18,8)
#110D05
(17,13,5)
#000000
(0,0,0)

Tints of #613F23

#613F23
(97,63,35)
#6F5037
(111,80,55)
#7D614B
(125,97,75)
#8B725F
(139,114,95)
#998373
(153,131,115)
#A79487
(167,148,135)
#B5A59B
(181,165,155)
#C3B6AF
(195,182,175)
#D1C7C3
(209,199,195)
#DFD8D7
(223,216,215)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613F23; }

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

This text font color is #613F23.

Background Color

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

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

This div background color is #613F23.

Border color

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

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

This div border color is #613F23.

Opacity

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

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

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

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

This text has shadow with #613F23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #613F23.

Preview

Color preview on black background

This text has color #613F23 on black background.


Color preview on white background

This text has color #613F23 on white background.


Black color preview on #613F23 background

This text has black color on #613F23 background.


White color preview on #613F23 background

This text has white color on #613F23 background.


Related colors

Complementary color

Complementary color for #hex is #9EC0DC.


I love getcolorcode.com

Triadic colors

1 #23613F and #3F2361 with #613F23 are triadic colors.

2 #233F61 and #3F6123 with #613F23 are triadic colors.