COLOR #613900

HEX: #613900 RGB: (97,57,0)

Color info

#613900 contains only red and green colors. Web safe color of #613900 is #663300 (or #630).

RGB color model

#613900 color RGB value is (97,57,0).

RGB: (97,57,0) (38%, 22%, 0%)

RGB channels and saturation

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

97
57
0

R + G + B ~ 20%. #613900 is dark color.

Portions of RGB colors in percentages

R + G + B = 97 + 57 + 0 = 154 (100%)
R 97 of 154 ~ 62.99%
G 57 of 154 ~ 37.01%
B 0 of 154 ~ 0'%

%62.99
%37.01

CMYK color model

#613900 color CMYK value is (0,41,100,62).

  • cyan value is 0.00%
  • magenta value is 41.24%
  • yellow value is 100.00%
  • key color value is 61.96%

CMYK: (0,41,100,62)
C0M41Y100K62 (0%, 41%, 100%, 62%)
(0.00 / 0.41 / 1.00 / 0.62)

CMYK percentages

%0
%41.24
%100
%61.96

Codes

Color #613900 in popluar color models

61 39 00
RGB 97 57 0
HSL 35° 100.00% 19.02%
HSB/HSV 35° 100.00% 38.04%
CMYK 0.00% 41.24% 100.00%
61.96%

Color #613900 in popluar number systems.

HEX 61 39 00
Decimal 97 57 0
Binary 1100001 111001 0
Octal 141 71 0

Shades and tints

Shades of #613900

#613900
(97,57,0)
#593400
(89,52,0)
#512F00
(81,47,0)
#492A00
(73,42,0)
#412500
(65,37,0)
#392000
(57,32,0)
#311B00
(49,27,0)
#291600
(41,22,0)
#211100
(33,17,0)
#190C00
(25,12,0)
#110700
(17,7,0)
#000000
(0,0,0)

Tints of #613900

#613900
(97,57,0)
#6F4B17
(111,75,23)
#7D5D2E
(125,93,46)
#8B6F45
(139,111,69)
#99815C
(153,129,92)
#A79373
(167,147,115)
#B5A58A
(181,165,138)
#C3B7A1
(195,183,161)
#D1C9B8
(209,201,184)
#DFDBCF
(223,219,207)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613900; }

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

This text font color is #613900.

Background Color

.myBgColor { background-color: #613900; }

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

This div background color is #613900.

Border color

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

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

This div border color is #613900.

Opacity

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

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

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

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

This text has shadow with #613900 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #613900.

Preview

Color preview on black background

This text has color #613900 on black background.


Color preview on white background

This text has color #613900 on white background.


Black color preview on #613900 background

This text has black color on #613900 background.


White color preview on #613900 background

This text has white color on #613900 background.


Related colors

Complementary color

Complementary color for #hex is #9EC6FF.


I love getcolorcode.com

Triadic colors

1 #006139 and #390061 with #613900 are triadic colors.

2 #003961 and #396100 with #613900 are triadic colors.