COLOR #6B6454

HEX: #6B6454
RGB: (107,100,84)

Color info

#6B6454 contains red, green and blue colors in about the same proportion. Web safe color of #6B6454 is #666666 (or #666).

RGB color model

#6B6454 color RGB value is (107,100,84).

  • red value is 107;
  • green value is 100;
  • blue value is 84.
RGB:
(107,100,84)
(42%,39%,33%)

RGB channels and saturation

R 107 of 255 = 42%
G 100 of 255 = 39%
B 84 of 255 = 33%

107
100
84

R + G + B ~ 38%. #6B6454 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 100 + 84 = 291 (100%)
R 107 of 291 ~ 36.77%
G 100 of 291 ~ 34.36%
B 84 of 291 ~ 28.87%

%36.77
%34.36
%28.87

CMYK color model

#6B6454 color CMYK value is (0,7,21,58).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 21.50%
  • key color value is 58.04%
CMYK:
(0,7,21,58)
C0M7Y21K58 
(0%,7%,21%,58%)
(0.00/0.07/0.21/0.58)	

CMYK percentages

%0
%6.54
%21.5
%58.04

Codes

Color #6B6454 in popluar color models

6B6454
RGB10710084
HSL42°12.04%37.45%
HSB/HSV42°21.50%41.96%
CMYK0.00%6.54%21.50%
58.04%

Color #6B6454 in popluar number systems.

HEX6B6454
Decimal10710084
Binary110101111001001010100
Octal153144124

Shades and tints

Shades of #6B6454

#6B6454
(107,100,84)
#625B4D
(98,91,77)
#595246
(89,82,70)
#50493F
(80,73,63)
#474038
(71,64,56)
#3E3731
(62,55,49)
#352E2A
(53,46,42)
#2C2523
(44,37,35)
#231C1C
(35,28,28)
#1A1315
(26,19,21)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #6B6454

#6B6454
(107,100,84)
#787263
(120,114,99)
#858072
(133,128,114)
#928E81
(146,142,129)
#9F9C90
(159,156,144)
#ACAA9F
(172,170,159)
#B9B8AE
(185,184,174)
#C6C6BD
(198,198,189)
#D3D4CC
(211,212,204)
#E0E2DB
(224,226,219)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6454 color. Also use rgb(107,100,84) instead hex code.

Text Font Color

.myTextColor { color: #6B6454; }

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

This text font color is #6B6454.


Background Color

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

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

This div background color is #6B6454.


Border color

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

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

This div border color is #6B6454.


Opacity

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

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

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

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

This text has shadow with #6B6454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6454 on black background.


Color preview on white background

This text has color #6B6454 on white background.



Black color preview on #6B6454 background

This text has black color on #6B6454 background.


White color preview on #6B6454 background

This text has white color on #6B6454 background.