COLOR #6B594A

HEX: #6B594A
RGB: (107,89,74)

Color info

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

RGB color model

#6B594A color RGB value is (107,89,74).

  • red value is 107;
  • green value is 89;
  • blue value is 74.
RGB:
(107,89,74)
(42%,35%,29%)

RGB channels and saturation

R 107 of 255 = 42%
G 89 of 255 = 35%
B 74 of 255 = 29%

107
89
74

R + G + B ~ 35%. #6B594A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 89 + 74 = 270 (100%)
R 107 of 270 ~ 39.63%
G 89 of 270 ~ 32.96%
B 74 of 270 ~ 27.41%

%39.63
%32.96
%27.41

CMYK color model

#6B594A color CMYK value is (0,17,31,58).

  • cyan value is 0.00%
  • magenta value is 16.82%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(0,17,31,58)
C0M17Y31K58 
(0%,17%,31%,58%)
(0.00/0.17/0.31/0.58)	

CMYK percentages

%0
%16.82
%30.84
%58.04

Codes

Color #6B594A in popluar color models

6B594A
RGB1078974
HSL27°18.23%35.49%
HSB/HSV27°30.84%41.96%
CMYK0.00%16.82%30.84%
58.04%

Color #6B594A in popluar number systems.

HEX6B594A
Decimal1078974
Binary110101110110011001010
Octal153131112

Shades and tints

Shades of #6B594A

#6B594A
(107,89,74)
#625144
(98,81,68)
#59493E
(89,73,62)
#504138
(80,65,56)
#473932
(71,57,50)
#3E312C
(62,49,44)
#352926
(53,41,38)
#2C2120
(44,33,32)
#23191A
(35,25,26)
#1A1114
(26,17,20)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #6B594A

#6B594A
(107,89,74)
#78685A
(120,104,90)
#85776A
(133,119,106)
#92867A
(146,134,122)
#9F958A
(159,149,138)
#ACA49A
(172,164,154)
#B9B3AA
(185,179,170)
#C6C2BA
(198,194,186)
#D3D1CA
(211,209,202)
#E0E0DA
(224,224,218)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B594A color. Also use rgb(107,89,74) instead hex code.

Text Font Color

.myTextColor { color: #6B594A; }

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

This text font color is #6B594A.


Background Color

.myBgColor { background-color: #6B594A; }

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

This div background color is #6B594A.


Border color

.myBorderColor { border: 1px solid #6B594A; }

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

This div border color is #6B594A.


Opacity

.myOpacity80 { color: #6B594A; opacity: 0.8; }

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

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

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

This text has shadow with #6B594A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B594A on black background.


Color preview on white background

This text has color #6B594A on white background.



Black color preview on #6B594A background

This text has black color on #6B594A background.


White color preview on #6B594A background

This text has white color on #6B594A background.