COLOR #6B454F

HEX: #6B454F
RGB: (107,69,79)

Color info

#6B454F contains red, green and blue colors in about the same proportion. Web safe color of #6B454F is #663366 (or #636).

RGB color model

#6B454F color RGB value is (107,69,79).

  • red value is 107;
  • green value is 69;
  • blue value is 79.
RGB:
(107,69,79)
(42%,27%,31%)

RGB channels and saturation

R 107 of 255 = 42%
G 69 of 255 = 27%
B 79 of 255 = 31%

107
69
79

R + G + B ~ 33%. #6B454F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 69 + 79 = 255 (100%)
R 107 of 255 ~ 41.96%
G 69 of 255 ~ 27.06%
B 79 of 255 ~ 30.98%

%41.96
%27.06
%30.98

CMYK color model

#6B454F color CMYK value is (0,36,26,58).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 26.17%
  • key color value is 58.04%
CMYK:
(0,36,26,58)
C0M36Y26K58 
(0%,36%,26%,58%)
(0.00/0.36/0.26/0.58)	

CMYK percentages

%0
%35.51
%26.17
%58.04

Codes

Color #6B454F in popluar color models

6B454F
RGB1076979
HSL344°21.59%34.51%
HSB/HSV344°35.51%41.96%
CMYK0.00%35.51%26.17%
58.04%

Color #6B454F in popluar number systems.

HEX6B454F
Decimal1076979
Binary110101110001011001111
Octal153105117

Shades and tints

Shades of #6B454F

#6B454F
(107,69,79)
#623F48
(98,63,72)
#593941
(89,57,65)
#50333A
(80,51,58)
#472D33
(71,45,51)
#3E272C
(62,39,44)
#352125
(53,33,37)
#2C1B1E
(44,27,30)
#231517
(35,21,23)
#1A0F10
(26,15,16)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #6B454F

#6B454F
(107,69,79)
#78555F
(120,85,95)
#85656F
(133,101,111)
#92757F
(146,117,127)
#9F858F
(159,133,143)
#AC959F
(172,149,159)
#B9A5AF
(185,165,175)
#C6B5BF
(198,181,191)
#D3C5CF
(211,197,207)
#E0D5DF
(224,213,223)
#EDE5EF
(237,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B454F color. Also use rgb(107,69,79) instead hex code.

Text Font Color

.myTextColor { color: #6B454F; }

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

This text font color is #6B454F.


Background Color

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

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

This div background color is #6B454F.


Border color

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

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

This div border color is #6B454F.


Opacity

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

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

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

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

This text has shadow with #6B454F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B454F on black background.


Color preview on white background

This text has color #6B454F on white background.



Black color preview on #6B454F background

This text has black color on #6B454F background.


White color preview on #6B454F background

This text has white color on #6B454F background.