COLOR #614F34

HEX: #614F34
RGB: (97,79,52)

Color info

#614F34 contains red, green and blue colors in about the same proportion. Web safe color of #614F34 is #666633 (or #663).

RGB color model

#614F34 color RGB value is (97,79,52).

  • red value is 97;
  • green value is 79;
  • blue value is 52.
RGB:
(97,79,52)
(38%,31%,20%)

RGB channels and saturation

R 97 of 255 = 38%
G 79 of 255 = 31%
B 52 of 255 = 20%

97
79
52

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

Portions of RGB colors in percentages

R + G + B =
97 + 79 + 52 = 228 (100%)
R 97 of 228 ~ 42.54%
G 79 of 228 ~ 34.65%
B 52 of 228 ~ 22.81%

%42.54
%34.65
%22.81

CMYK color model

#614F34 color CMYK value is (0,19,46,62).

  • cyan value is 0.00%
  • magenta value is 18.56%
  • yellow value is 46.39%
  • key color value is 61.96%
CMYK:
(0,19,46,62)
C0M19Y46K62 
(0%,19%,46%,62%)
(0.00/0.19/0.46/0.62)	

CMYK percentages

%0
%18.56
%46.39
%61.96

Codes

Color #614F34 in popluar color models

614F34
RGB977952
HSL36°30.20%29.22%
HSB/HSV36°46.39%38.04%
CMYK0.00%18.56%46.39%
61.96%

Color #614F34 in popluar number systems.

HEX614F34
Decimal977952
Binary11000011001111110100
Octal14111764

Shades and tints

Shades of #614F34

#614F34
(97,79,52)
#594830
(89,72,48)
#51412C
(81,65,44)
#493A28
(73,58,40)
#413324
(65,51,36)
#392C20
(57,44,32)
#31251C
(49,37,28)
#291E18
(41,30,24)
#211714
(33,23,20)
#191010
(25,16,16)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #614F34

#614F34
(97,79,52)
#6F5F46
(111,95,70)
#7D6F58
(125,111,88)
#8B7F6A
(139,127,106)
#998F7C
(153,143,124)
#A79F8E
(167,159,142)
#B5AFA0
(181,175,160)
#C3BFB2
(195,191,178)
#D1CFC4
(209,207,196)
#DFDFD6
(223,223,214)
#EDEFE8
(237,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #614F34 color. Also use rgb(97,79,52) instead hex code.

Text Font Color

.myTextColor { color: #614F34; }

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

This text font color is #614F34.


Background Color

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

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

This div background color is #614F34.


Border color

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

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

This div border color is #614F34.


Opacity

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

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

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

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

This text has shadow with #614F34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #614F34 on black background.


Color preview on white background

This text has color #614F34 on white background.



Black color preview on #614F34 background

This text has black color on #614F34 background.


White color preview on #614F34 background

This text has white color on #614F34 background.