COLOR #613E25

HEX: #613E25 RGB: (97,62,37)

Color info

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

RGB color model

#613E25 color RGB value is (97,62,37).

RGB: (97,62,37) (38%, 24%, 15%)

RGB channels and saturation

R 97 of 255 = 38%
G 62 of 255 = 24%
B 37 of 255 = 15%

97
62
37

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

Portions of RGB colors in percentages

R + G + B = 97 + 62 + 37 = 196 (100%)
R 97 of 196 ~ 49.49%
G 62 of 196 ~ 31.63%
B 37 of 196 ~ 18.88'%

%49.49
%31.63
%18.88

CMYK color model

#613E25 color CMYK value is (0,36,62,62).

  • cyan value is 0.00%
  • magenta value is 36.08%
  • yellow value is 61.86%
  • key color value is 61.96%

CMYK: (0,36,62,62)
C0M36Y62K62 (0%, 36%, 62%, 62%)
(0.00 / 0.36 / 0.62 / 0.62)

CMYK percentages

%0
%36.08
%61.86
%61.96

Codes

Color #613E25 in popluar color models

61 3E 25
RGB 97 62 37
HSL 25° 44.78% 26.27%
HSB/HSV 25° 61.86% 38.04%
CMYK 0.00% 36.08% 61.86%
61.96%

Color #613E25 in popluar number systems.

HEX 61 3E 25
Decimal 97 62 37
Binary 1100001 111110 100101
Octal 141 76 45

Shades and tints

Shades of #613E25

#613E25
(97,62,37)
#593922
(89,57,34)
#51341F
(81,52,31)
#492F1C
(73,47,28)
#412A19
(65,42,25)
#392516
(57,37,22)
#312013
(49,32,19)
#291B10
(41,27,16)
#21160D
(33,22,13)
#19110A
(25,17,10)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #613E25

#613E25
(97,62,37)
#6F4F38
(111,79,56)
#7D604B
(125,96,75)
#8B715E
(139,113,94)
#998271
(153,130,113)
#A79384
(167,147,132)
#B5A497
(181,164,151)
#C3B5AA
(195,181,170)
#D1C6BD
(209,198,189)
#DFD7D0
(223,215,208)
#EDE8E3
(237,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613E25 color. Also use rgb(97,62,37) instead hex code.

Text Font Color

.myTextColor { color: #613E25; }

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

This text font color is #613E25.

Background Color

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

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

This div background color is #613E25.

Border color

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

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

This div border color is #613E25.

Opacity

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

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

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

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

This text has shadow with #613E25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #613E25.

Preview

Color preview on black background

This text has color #613E25 on black background.


Color preview on white background

This text has color #613E25 on white background.


Black color preview on #613E25 background

This text has black color on #613E25 background.


White color preview on #613E25 background

This text has white color on #613E25 background.


Related colors

Complementary color

Complementary color for #hex is #9EC1DA.


I love getcolorcode.com

Triadic colors

1 #25613E and #3E2561 with #613E25 are triadic colors.

2 #253E61 and #3E6125 with #613E25 are triadic colors.