COLOR #6B424B

HEX: #6B424B RGB: (107,66,75)

Color info

#6B424B contains red, green and blue colors in about the same proportion. Web safe color of #6B424B is #663333 (or #633).

RGB color model

#6B424B color RGB value is (107,66,75).

RGB: (107,66,75) (42%, 26%, 29%)

RGB channels and saturation

R 107 of 255 = 42%
G 66 of 255 = 26%
B 75 of 255 = 29%

107
66
75

R + G + B ~ 32%. #6B424B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 66 + 75 = 248 (100%)
R 107 of 248 ~ 43.15%
G 66 of 248 ~ 26.61%
B 75 of 248 ~ 30.24'%

%43.15
%26.61
%30.24

CMYK color model

#6B424B color CMYK value is (0,38,30,58).

  • cyan value is 0.00%
  • magenta value is 38.32%
  • yellow value is 29.91%
  • key color value is 58.04%

CMYK: (0,38,30,58)
C0M38Y30K58 (0%, 38%, 30%, 58%)
(0.00 / 0.38 / 0.30 / 0.58)

CMYK percentages

%0
%38.32
%29.91
%58.04

Codes

Color #6B424B in popluar color models

6B 42 4B
RGB 107 66 75
HSL 347° 23.70% 33.92%
HSB/HSV 347° 38.32% 41.96%
CMYK 0.00% 38.32% 29.91%
58.04%

Color #6B424B in popluar number systems.

HEX 6B 42 4B
Decimal 107 66 75
Binary 1101011 1000010 1001011
Octal 153 102 113

Shades and tints

Shades of #6B424B

#6B424B
(107,66,75)
#623C45
(98,60,69)
#59363F
(89,54,63)
#503039
(80,48,57)
#472A33
(71,42,51)
#3E242D
(62,36,45)
#351E27
(53,30,39)
#2C1821
(44,24,33)
#23121B
(35,18,27)
#1A0C15
(26,12,21)
#11060F
(17,6,15)
#000000
(0,0,0)

Tints of #6B424B

#6B424B
(107,66,75)
#78535B
(120,83,91)
#85646B
(133,100,107)
#92757B
(146,117,123)
#9F868B
(159,134,139)
#AC979B
(172,151,155)
#B9A8AB
(185,168,171)
#C6B9BB
(198,185,187)
#D3CACB
(211,202,203)
#E0DBDB
(224,219,219)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B424B; }

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

This text font color is #6B424B.

Background Color

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

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

This div background color is #6B424B.

Border color

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

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

This div border color is #6B424B.

Opacity

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

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

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

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

This text has shadow with #6B424B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B424B.

Preview

Color preview on black background

This text has color #6B424B on black background.


Color preview on white background

This text has color #6B424B on white background.


Black color preview on #6B424B background

This text has black color on #6B424B background.


White color preview on #6B424B background

This text has white color on #6B424B background.


Related colors

Complementary color

Complementary color for #hex is #94BDB4.


I love getcolorcode.com

Triadic colors

1 #4B6B42 and #424B6B with #6B424B are triadic colors.

2 #4B426B and #426B4B with #6B424B are triadic colors.