COLOR #614C3A

HEX: #614C3A
RGB: (97,76,58)

Color info

#614C3A contains red, green and blue colors in about the same proportion. Web safe color of #614C3A is #663333 (or #633).

RGB color model

#614C3A color RGB value is (97,76,58).

  • red value is 97;
  • green value is 76;
  • blue value is 58.
RGB:
(97,76,58)
(38%,30%,23%)

RGB channels and saturation

R 97 of 255 = 38%
G 76 of 255 = 30%
B 58 of 255 = 23%

97
76
58

R + G + B ~ 30%. #614C3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 76 + 58 = 231 (100%)
R 97 of 231 ~ 41.99%
G 76 of 231 ~ 32.9%
B 58 of 231 ~ 25.11%

%41.99
%32.9
%25.11

CMYK color model

#614C3A color CMYK value is (0,22,40,62).

  • cyan value is 0.00%
  • magenta value is 21.65%
  • yellow value is 40.21%
  • key color value is 61.96%
CMYK:
(0,22,40,62)
C0M22Y40K62 
(0%,22%,40%,62%)
(0.00/0.22/0.40/0.62)	

CMYK percentages

%0
%21.65
%40.21
%61.96

Codes

Color #614C3A in popluar color models

614C3A
RGB977658
HSL28°25.16%30.39%
HSB/HSV28°40.21%38.04%
CMYK0.00%21.65%40.21%
61.96%

Color #614C3A in popluar number systems.

HEX614C3A
Decimal977658
Binary11000011001100111010
Octal14111472

Shades and tints

Shades of #614C3A

#614C3A
(97,76,58)
#594635
(89,70,53)
#514030
(81,64,48)
#493A2B
(73,58,43)
#413426
(65,52,38)
#392E21
(57,46,33)
#31281C
(49,40,28)
#292217
(41,34,23)
#211C12
(33,28,18)
#19160D
(25,22,13)
#111008
(17,16,8)
#000000
(0,0,0)

Tints of #614C3A

#614C3A
(97,76,58)
#6F5C4B
(111,92,75)
#7D6C5C
(125,108,92)
#8B7C6D
(139,124,109)
#998C7E
(153,140,126)
#A79C8F
(167,156,143)
#B5ACA0
(181,172,160)
#C3BCB1
(195,188,177)
#D1CCC2
(209,204,194)
#DFDCD3
(223,220,211)
#EDECE4
(237,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614C3A color. Also use rgb(97,76,58) instead hex code.

Text Font Color

.myTextColor { color: #614C3A; }

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

This text font color is #614C3A.


Background Color

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

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

This div background color is #614C3A.


Border color

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

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

This div border color is #614C3A.


Opacity

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

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

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

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

This text has shadow with #614C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614C3A on black background.


Color preview on white background

This text has color #614C3A on white background.



Black color preview on #614C3A background

This text has black color on #614C3A background.


White color preview on #614C3A background

This text has white color on #614C3A background.