COLOR #614438

HEX: #614438
RGB: (97,68,56)

Color info

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

RGB color model

#614438 color RGB value is (97,68,56).

  • red value is 97;
  • green value is 68;
  • blue value is 56.
RGB:
(97,68,56)
(38%,27%,22%)

RGB channels and saturation

R 97 of 255 = 38%
G 68 of 255 = 27%
B 56 of 255 = 22%

97
68
56

R + G + B ~ 29%. #614438 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 68 + 56 = 221 (100%)
R 97 of 221 ~ 43.89%
G 68 of 221 ~ 30.77%
B 56 of 221 ~ 25.34%

%43.89
%30.77
%25.34

CMYK color model

#614438 color CMYK value is (0,30,42,62).

  • cyan value is 0.00%
  • magenta value is 29.90%
  • yellow value is 42.27%
  • key color value is 61.96%
CMYK:
(0,30,42,62)
C0M30Y42K62 
(0%,30%,42%,62%)
(0.00/0.30/0.42/0.62)	

CMYK percentages

%0
%29.9
%42.27
%61.96

Codes

Color #614438 in popluar color models

614438
RGB976856
HSL18°26.80%30.00%
HSB/HSV18°42.27%38.04%
CMYK0.00%29.90%42.27%
61.96%

Color #614438 in popluar number systems.

HEX614438
Decimal976856
Binary11000011000100111000
Octal14110470

Shades and tints

Shades of #614438

#614438
(97,68,56)
#593E33
(89,62,51)
#51382E
(81,56,46)
#493229
(73,50,41)
#412C24
(65,44,36)
#39261F
(57,38,31)
#31201A
(49,32,26)
#291A15
(41,26,21)
#211410
(33,20,16)
#190E0B
(25,14,11)
#110806
(17,8,6)
#000000
(0,0,0)

Tints of #614438

#614438
(97,68,56)
#6F554A
(111,85,74)
#7D665C
(125,102,92)
#8B776E
(139,119,110)
#998880
(153,136,128)
#A79992
(167,153,146)
#B5AAA4
(181,170,164)
#C3BBB6
(195,187,182)
#D1CCC8
(209,204,200)
#DFDDDA
(223,221,218)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614438 color. Also use rgb(97,68,56) instead hex code.

Text Font Color

.myTextColor { color: #614438; }

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

This text font color is #614438.


Background Color

.myBgColor { background-color: #614438; }

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

This div background color is #614438.


Border color

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

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

This div border color is #614438.


Opacity

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

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

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

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

This text has shadow with #614438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614438 on black background.


Color preview on white background

This text has color #614438 on white background.



Black color preview on #614438 background

This text has black color on #614438 background.


White color preview on #614438 background

This text has white color on #614438 background.