COLOR #6B594B

HEX: #6B594B
RGB: (107,89,75)

Color info

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

RGB color model

#6B594B color RGB value is (107,89,75).

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

RGB channels and saturation

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

107
89
75

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

Portions of RGB colors in percentages

R + G + B =
107 + 89 + 75 = 271 (100%)
R 107 of 271 ~ 39.48%
G 89 of 271 ~ 32.84%
B 75 of 271 ~ 27.68%

%39.48
%32.84
%27.68

CMYK color model

#6B594B color CMYK value is (0,17,30,58).

  • cyan value is 0.00%
  • magenta value is 16.82%
  • yellow value is 29.91%
  • key color value is 58.04%
CMYK:
(0,17,30,58)
C0M17Y30K58 
(0%,17%,30%,58%)
(0.00/0.17/0.30/0.58)	

CMYK percentages

%0
%16.82
%29.91
%58.04

Codes

Color #6B594B in popluar color models

6B594B
RGB1078975
HSL26°17.58%35.69%
HSB/HSV26°29.91%41.96%
CMYK0.00%16.82%29.91%
58.04%

Color #6B594B in popluar number systems.

HEX6B594B
Decimal1078975
Binary110101110110011001011
Octal153131113

Shades and tints

Shades of #6B594B

#6B594B
(107,89,75)
#625145
(98,81,69)
#59493F
(89,73,63)
#504139
(80,65,57)
#473933
(71,57,51)
#3E312D
(62,49,45)
#352927
(53,41,39)
#2C2121
(44,33,33)
#23191B
(35,25,27)
#1A1115
(26,17,21)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #6B594B

#6B594B
(107,89,75)
#78685B
(120,104,91)
#85776B
(133,119,107)
#92867B
(146,134,123)
#9F958B
(159,149,139)
#ACA49B
(172,164,155)
#B9B3AB
(185,179,171)
#C6C2BB
(198,194,187)
#D3D1CB
(211,209,203)
#E0E0DB
(224,224,219)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B594B; }

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

This text font color is #6B594B.


Background Color

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

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

This div background color is #6B594B.


Border color

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

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

This div border color is #6B594B.


Opacity

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

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

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

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

This text has shadow with #6B594B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B594B on black background.


Color preview on white background

This text has color #6B594B on white background.



Black color preview on #6B594B background

This text has black color on #6B594B background.


White color preview on #6B594B background

This text has white color on #6B594B background.