COLOR #614326

HEX: #614326
RGB: (97,67,38)

Color info

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

RGB color model

#614326 color RGB value is (97,67,38).

  • red value is 97;
  • green value is 67;
  • blue value is 38.
RGB:
(97,67,38)
(38%,26%,15%)

RGB channels and saturation

R 97 of 255 = 38%
G 67 of 255 = 26%
B 38 of 255 = 15%

97
67
38

R + G + B ~ 26%. #614326 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 67 + 38 = 202 (100%)
R 97 of 202 ~ 48.02%
G 67 of 202 ~ 33.17%
B 38 of 202 ~ 18.81%

%48.02
%33.17
%18.81

CMYK color model

#614326 color CMYK value is (0,31,61,62).

  • cyan value is 0.00%
  • magenta value is 30.93%
  • yellow value is 60.82%
  • key color value is 61.96%
CMYK:
(0,31,61,62)
C0M31Y61K62 
(0%,31%,61%,62%)
(0.00/0.31/0.61/0.62)	

CMYK percentages

%0
%30.93
%60.82
%61.96

Codes

Color #614326 in popluar color models

614326
RGB976738
HSL29°43.70%26.47%
HSB/HSV29°60.82%38.04%
CMYK0.00%30.93%60.82%
61.96%

Color #614326 in popluar number systems.

HEX614326
Decimal976738
Binary11000011000011100110
Octal14110346

Shades and tints

Shades of #614326

#614326
(97,67,38)
#593D23
(89,61,35)
#513720
(81,55,32)
#49311D
(73,49,29)
#412B1A
(65,43,26)
#392517
(57,37,23)
#311F14
(49,31,20)
#291911
(41,25,17)
#21130E
(33,19,14)
#190D0B
(25,13,11)
#110708
(17,7,8)
#000000
(0,0,0)

Tints of #614326

#614326
(97,67,38)
#6F5439
(111,84,57)
#7D654C
(125,101,76)
#8B765F
(139,118,95)
#998772
(153,135,114)
#A79885
(167,152,133)
#B5A998
(181,169,152)
#C3BAAB
(195,186,171)
#D1CBBE
(209,203,190)
#DFDCD1
(223,220,209)
#EDEDE4
(237,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614326 color. Also use rgb(97,67,38) instead hex code.

Text Font Color

.myTextColor { color: #614326; }

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

This text font color is #614326.


Background Color

.myBgColor { background-color: #614326; }

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

This div background color is #614326.


Border color

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

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

This div border color is #614326.


Opacity

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

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

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

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

This text has shadow with #614326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614326 on black background.


Color preview on white background

This text has color #614326 on white background.



Black color preview on #614326 background

This text has black color on #614326 background.


White color preview on #614326 background

This text has white color on #614326 background.