COLOR #614A18

HEX: #614A18
RGB: (97,74,24)

Color info

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

RGB color model

#614A18 color RGB value is (97,74,24).

  • red value is 97;
  • green value is 74;
  • blue value is 24.
RGB:
(97,74,24)
(38%,29%,9%)

RGB channels and saturation

R 97 of 255 = 38%
G 74 of 255 = 29%
B 24 of 255 = 9%

97
74
24

R + G + B ~ 25%. #614A18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 74 + 24 = 195 (100%)
R 97 of 195 ~ 49.74%
G 74 of 195 ~ 37.95%
B 24 of 195 ~ 12.31%

%49.74
%37.95
%12.31

CMYK color model

#614A18 color CMYK value is (0,24,75,62).

  • cyan value is 0.00%
  • magenta value is 23.71%
  • yellow value is 75.26%
  • key color value is 61.96%
CMYK:
(0,24,75,62)
C0M24Y75K62 
(0%,24%,75%,62%)
(0.00/0.24/0.75/0.62)	

CMYK percentages

%0
%23.71
%75.26
%61.96

Codes

Color #614A18 in popluar color models

614A18
RGB977424
HSL41°60.33%23.73%
HSB/HSV41°75.26%38.04%
CMYK0.00%23.71%75.26%
61.96%

Color #614A18 in popluar number systems.

HEX614A18
Decimal977424
Binary1100001100101011000
Octal14111230

Shades and tints

Shades of #614A18

#614A18
(97,74,24)
#594416
(89,68,22)
#513E14
(81,62,20)
#493812
(73,56,18)
#413210
(65,50,16)
#392C0E
(57,44,14)
#31260C
(49,38,12)
#29200A
(41,32,10)
#211A08
(33,26,8)
#191406
(25,20,6)
#110E04
(17,14,4)
#000000
(0,0,0)

Tints of #614A18

#614A18
(97,74,24)
#6F5A2D
(111,90,45)
#7D6A42
(125,106,66)
#8B7A57
(139,122,87)
#998A6C
(153,138,108)
#A79A81
(167,154,129)
#B5AA96
(181,170,150)
#C3BAAB
(195,186,171)
#D1CAC0
(209,202,192)
#DFDAD5
(223,218,213)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614A18 color. Also use rgb(97,74,24) instead hex code.

Text Font Color

.myTextColor { color: #614A18; }

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

This text font color is #614A18.


Background Color

.myBgColor { background-color: #614A18; }

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

This div background color is #614A18.


Border color

.myBorderColor { border: 1px solid #614A18; }

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

This div border color is #614A18.


Opacity

.myOpacity80 { color: #614A18; opacity: 0.8; }

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

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

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

This text has shadow with #614A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614A18 on black background.


Color preview on white background

This text has color #614A18 on white background.



Black color preview on #614A18 background

This text has black color on #614A18 background.


White color preview on #614A18 background

This text has white color on #614A18 background.