COLOR #614B43

HEX: #614B43
RGB: (97,75,67)

Color info

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

RGB color model

#614B43 color RGB value is (97,75,67).

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

RGB channels and saturation

R 97 of 255 = 38%
G 75 of 255 = 29%
B 67 of 255 = 26%

97
75
67

R + G + B ~ 31%. #614B43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 75 + 67 = 239 (100%)
R 97 of 239 ~ 40.59%
G 75 of 239 ~ 31.38%
B 67 of 239 ~ 28.03%

%40.59
%31.38
%28.03

CMYK color model

#614B43 color CMYK value is (0,23,31,62).

  • cyan value is 0.00%
  • magenta value is 22.68%
  • yellow value is 30.93%
  • key color value is 61.96%
CMYK:
(0,23,31,62)
C0M23Y31K62 
(0%,23%,31%,62%)
(0.00/0.23/0.31/0.62)	

CMYK percentages

%0
%22.68
%30.93
%61.96

Codes

Color #614B43 in popluar color models

614B43
RGB977567
HSL16°18.29%32.16%
HSB/HSV16°30.93%38.04%
CMYK0.00%22.68%30.93%
61.96%

Color #614B43 in popluar number systems.

HEX614B43
Decimal977567
Binary110000110010111000011
Octal141113103

Shades and tints

Shades of #614B43

#614B43
(97,75,67)
#59453D
(89,69,61)
#513F37
(81,63,55)
#493931
(73,57,49)
#41332B
(65,51,43)
#392D25
(57,45,37)
#31271F
(49,39,31)
#292119
(41,33,25)
#211B13
(33,27,19)
#19150D
(25,21,13)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #614B43

#614B43
(97,75,67)
#6F5B54
(111,91,84)
#7D6B65
(125,107,101)
#8B7B76
(139,123,118)
#998B87
(153,139,135)
#A79B98
(167,155,152)
#B5ABA9
(181,171,169)
#C3BBBA
(195,187,186)
#D1CBCB
(209,203,203)
#DFDBDC
(223,219,220)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614B43; }

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

This text font color is #614B43.


Background Color

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

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

This div background color is #614B43.


Border color

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

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

This div border color is #614B43.


Opacity

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

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

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

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

This text has shadow with #614B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614B43 on black background.


Color preview on white background

This text has color #614B43 on white background.



Black color preview on #614B43 background

This text has black color on #614B43 background.


White color preview on #614B43 background

This text has white color on #614B43 background.