COLOR #614A23

HEX: #614A23
RGB: (97,74,35)

Color info

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

RGB color model

#614A23 color RGB value is (97,74,35).

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

RGB channels and saturation

R 97 of 255 = 38%
G 74 of 255 = 29%
B 35 of 255 = 14%

97
74
35

R + G + B ~ 27%. #614A23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 74 + 35 = 206 (100%)
R 97 of 206 ~ 47.09%
G 74 of 206 ~ 35.92%
B 35 of 206 ~ 16.99%

%47.09
%35.92
%16.99

CMYK color model

#614A23 color CMYK value is (0,24,64,62).

  • cyan value is 0.00%
  • magenta value is 23.71%
  • yellow value is 63.92%
  • key color value is 61.96%
CMYK:
(0,24,64,62)
C0M24Y64K62 
(0%,24%,64%,62%)
(0.00/0.24/0.64/0.62)	

CMYK percentages

%0
%23.71
%63.92
%61.96

Codes

Color #614A23 in popluar color models

614A23
RGB977435
HSL38°46.97%25.88%
HSB/HSV38°63.92%38.04%
CMYK0.00%23.71%63.92%
61.96%

Color #614A23 in popluar number systems.

HEX614A23
Decimal977435
Binary11000011001010100011
Octal14111243

Shades and tints

Shades of #614A23

#614A23
(97,74,35)
#594420
(89,68,32)
#513E1D
(81,62,29)
#49381A
(73,56,26)
#413217
(65,50,23)
#392C14
(57,44,20)
#312611
(49,38,17)
#29200E
(41,32,14)
#211A0B
(33,26,11)
#191408
(25,20,8)
#110E05
(17,14,5)
#000000
(0,0,0)

Tints of #614A23

#614A23
(97,74,35)
#6F5A37
(111,90,55)
#7D6A4B
(125,106,75)
#8B7A5F
(139,122,95)
#998A73
(153,138,115)
#A79A87
(167,154,135)
#B5AA9B
(181,170,155)
#C3BAAF
(195,186,175)
#D1CAC3
(209,202,195)
#DFDAD7
(223,218,215)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614A23; }

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

This text font color is #614A23.


Background Color

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

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

This div background color is #614A23.


Border color

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

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

This div border color is #614A23.


Opacity

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

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

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

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

This text has shadow with #614A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614A23 on black background.


Color preview on white background

This text has color #614A23 on white background.



Black color preview on #614A23 background

This text has black color on #614A23 background.


White color preview on #614A23 background

This text has white color on #614A23 background.