COLOR #613F1E

HEX: #613F1E
RGB: (97,63,30)

Color info

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

RGB color model

#613F1E color RGB value is (97,63,30).

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

RGB channels and saturation

R 97 of 255 = 38%
G 63 of 255 = 25%
B 30 of 255 = 12%

97
63
30

R + G + B ~ 25%. #613F1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 63 + 30 = 190 (100%)
R 97 of 190 ~ 51.05%
G 63 of 190 ~ 33.16%
B 30 of 190 ~ 15.79%

%51.05
%33.16
%15.79

CMYK color model

#613F1E color CMYK value is (0,35,69,62).

  • cyan value is 0.00%
  • magenta value is 35.05%
  • yellow value is 69.07%
  • key color value is 61.96%
CMYK:
(0,35,69,62)
C0M35Y69K62 
(0%,35%,69%,62%)
(0.00/0.35/0.69/0.62)	

CMYK percentages

%0
%35.05
%69.07
%61.96

Codes

Color #613F1E in popluar color models

613F1E
RGB976330
HSL30°52.76%24.90%
HSB/HSV30°69.07%38.04%
CMYK0.00%35.05%69.07%
61.96%

Color #613F1E in popluar number systems.

HEX613F1E
Decimal976330
Binary110000111111111110
Octal1417736

Shades and tints

Shades of #613F1E

#613F1E
(97,63,30)
#593A1C
(89,58,28)
#51351A
(81,53,26)
#493018
(73,48,24)
#412B16
(65,43,22)
#392614
(57,38,20)
#312112
(49,33,18)
#291C10
(41,28,16)
#21170E
(33,23,14)
#19120C
(25,18,12)
#110D0A
(17,13,10)
#000000
(0,0,0)

Tints of #613F1E

#613F1E
(97,63,30)
#6F5032
(111,80,50)
#7D6146
(125,97,70)
#8B725A
(139,114,90)
#99836E
(153,131,110)
#A79482
(167,148,130)
#B5A596
(181,165,150)
#C3B6AA
(195,182,170)
#D1C7BE
(209,199,190)
#DFD8D2
(223,216,210)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #613F1E; }

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

This text font color is #613F1E.


Background Color

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

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

This div background color is #613F1E.


Border color

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

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

This div border color is #613F1E.


Opacity

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

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

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

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

This text has shadow with #613F1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613F1E on black background.


Color preview on white background

This text has color #613F1E on white background.



Black color preview on #613F1E background

This text has black color on #613F1E background.


White color preview on #613F1E background

This text has white color on #613F1E background.