COLOR #614243

HEX: #614243
RGB: (97,66,67)

Color info

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

RGB color model

#614243 color RGB value is (97,66,67).

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

RGB channels and saturation

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

97
66
67

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

Portions of RGB colors in percentages

R + G + B =
97 + 66 + 67 = 230 (100%)
R 97 of 230 ~ 42.17%
G 66 of 230 ~ 28.7%
B 67 of 230 ~ 29.13%

%42.17
%28.7
%29.13

CMYK color model

#614243 color CMYK value is (0,32,31,62).

  • cyan value is 0.00%
  • magenta value is 31.96%
  • yellow value is 30.93%
  • key color value is 61.96%
CMYK:
(0,32,31,62)
C0M32Y31K62 
(0%,32%,31%,62%)
(0.00/0.32/0.31/0.62)	

CMYK percentages

%0
%31.96
%30.93
%61.96

Codes

Color #614243 in popluar color models

614243
RGB976667
HSL358°19.02%31.96%
HSB/HSV358°31.96%38.04%
CMYK0.00%31.96%30.93%
61.96%

Color #614243 in popluar number systems.

HEX614243
Decimal976667
Binary110000110000101000011
Octal141102103

Shades and tints

Shades of #614243

#614243
(97,66,67)
#593C3D
(89,60,61)
#513637
(81,54,55)
#493031
(73,48,49)
#412A2B
(65,42,43)
#392425
(57,36,37)
#311E1F
(49,30,31)
#291819
(41,24,25)
#211213
(33,18,19)
#190C0D
(25,12,13)
#110607
(17,6,7)
#000000
(0,0,0)

Tints of #614243

#614243
(97,66,67)
#6F5354
(111,83,84)
#7D6465
(125,100,101)
#8B7576
(139,117,118)
#998687
(153,134,135)
#A79798
(167,151,152)
#B5A8A9
(181,168,169)
#C3B9BA
(195,185,186)
#D1CACB
(209,202,203)
#DFDBDC
(223,219,220)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #614243; }

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

This text font color is #614243.


Background Color

.myBgColor { background-color: #614243; }

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

This div background color is #614243.


Border color

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

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

This div border color is #614243.


Opacity

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

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

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

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

This text has shadow with #614243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614243 on black background.


Color preview on white background

This text has color #614243 on white background.



Black color preview on #614243 background

This text has black color on #614243 background.


White color preview on #614243 background

This text has white color on #614243 background.