COLOR #6B434F

HEX: #6B434F
RGB: (107,67,79)

Color info

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

RGB color model

#6B434F color RGB value is (107,67,79).

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

RGB channels and saturation

R 107 of 255 = 42%
G 67 of 255 = 26%
B 79 of 255 = 31%

107
67
79

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

Portions of RGB colors in percentages

R + G + B =
107 + 67 + 79 = 253 (100%)
R 107 of 253 ~ 42.29%
G 67 of 253 ~ 26.48%
B 79 of 253 ~ 31.23%

%42.29
%26.48
%31.23

CMYK color model

#6B434F color CMYK value is (0,37,26,58).

  • cyan value is 0.00%
  • magenta value is 37.38%
  • yellow value is 26.17%
  • key color value is 58.04%
CMYK:
(0,37,26,58)
C0M37Y26K58 
(0%,37%,26%,58%)
(0.00/0.37/0.26/0.58)	

CMYK percentages

%0
%37.38
%26.17
%58.04

Codes

Color #6B434F in popluar color models

6B434F
RGB1076779
HSL342°22.99%34.12%
HSB/HSV342°37.38%41.96%
CMYK0.00%37.38%26.17%
58.04%

Color #6B434F in popluar number systems.

HEX6B434F
Decimal1076779
Binary110101110000111001111
Octal153103117

Shades and tints

Shades of #6B434F

#6B434F
(107,67,79)
#623D48
(98,61,72)
#593741
(89,55,65)
#50313A
(80,49,58)
#472B33
(71,43,51)
#3E252C
(62,37,44)
#351F25
(53,31,37)
#2C191E
(44,25,30)
#231317
(35,19,23)
#1A0D10
(26,13,16)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #6B434F

#6B434F
(107,67,79)
#78545F
(120,84,95)
#85656F
(133,101,111)
#92767F
(146,118,127)
#9F878F
(159,135,143)
#AC989F
(172,152,159)
#B9A9AF
(185,169,175)
#C6BABF
(198,186,191)
#D3CBCF
(211,203,207)
#E0DCDF
(224,220,223)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B434F; }

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

This text font color is #6B434F.


Background Color

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

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

This div background color is #6B434F.


Border color

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

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

This div border color is #6B434F.


Opacity

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

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

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

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

This text has shadow with #6B434F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B434F on black background.


Color preview on white background

This text has color #6B434F on white background.



Black color preview on #6B434F background

This text has black color on #6B434F background.


White color preview on #6B434F background

This text has white color on #6B434F background.