COLOR #613014

HEX: #613014
RGB: (97,48,20)

Color info

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

RGB color model

#613014 color RGB value is (97,48,20).

  • red value is 97;
  • green value is 48;
  • blue value is 20.
RGB:
(97,48,20)
(38%,19%,8%)

RGB channels and saturation

R 97 of 255 = 38%
G 48 of 255 = 19%
B 20 of 255 = 8%

97
48
20

R + G + B ~ 22%. #613014 is dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 48 + 20 = 165 (100%)
R 97 of 165 ~ 58.79%
G 48 of 165 ~ 29.09%
B 20 of 165 ~ 12.12%

%58.79
%29.09
%12.12

CMYK color model

#613014 color CMYK value is (0,51,79,62).

  • cyan value is 0.00%
  • magenta value is 50.52%
  • yellow value is 79.38%
  • key color value is 61.96%
CMYK:
(0,51,79,62)
C0M51Y79K62 
(0%,51%,79%,62%)
(0.00/0.51/0.79/0.62)	

CMYK percentages

%0
%50.52
%79.38
%61.96

Codes

Color #613014 in popluar color models

613014
RGB974820
HSL22°65.81%22.94%
HSB/HSV22°79.38%38.04%
CMYK0.00%50.52%79.38%
61.96%

Color #613014 in popluar number systems.

HEX613014
Decimal974820
Binary110000111000010100
Octal1416024

Shades and tints

Shades of #613014

#613014
(97,48,20)
#592C13
(89,44,19)
#512812
(81,40,18)
#492411
(73,36,17)
#412010
(65,32,16)
#391C0F
(57,28,15)
#31180E
(49,24,14)
#29140D
(41,20,13)
#21100C
(33,16,12)
#190C0B
(25,12,11)
#11080A
(17,8,10)
#000000
(0,0,0)

Tints of #613014

#613014
(97,48,20)
#6F4229
(111,66,41)
#7D543E
(125,84,62)
#8B6653
(139,102,83)
#997868
(153,120,104)
#A78A7D
(167,138,125)
#B59C92
(181,156,146)
#C3AEA7
(195,174,167)
#D1C0BC
(209,192,188)
#DFD2D1
(223,210,209)
#EDE4E6
(237,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #613014 color. Also use rgb(97,48,20) instead hex code.

Text Font Color

.myTextColor { color: #613014; }

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

This text font color is #613014.


Background Color

.myBgColor { background-color: #613014; }

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

This div background color is #613014.


Border color

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

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

This div border color is #613014.


Opacity

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

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

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

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

This text has shadow with #613014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #613014 on black background.


Color preview on white background

This text has color #613014 on white background.



Black color preview on #613014 background

This text has black color on #613014 background.


White color preview on #613014 background

This text has white color on #613014 background.