COLOR #6B582B

HEX: #6B582B RGB: (107,88,43)

Color info

#6B582B contains mainly red and green colors. Web safe color of #6B582B is #666633 (or #663).

RGB color model

#6B582B color RGB value is (107,88,43).

RGB: (107,88,43) (42%, 35%, 17%)

RGB channels and saturation

R 107 of 255 = 42%
G 88 of 255 = 35%
B 43 of 255 = 17%

107
88
43

R + G + B ~ 31%. #6B582B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 88 + 43 = 238 (100%)
R 107 of 238 ~ 44.96%
G 88 of 238 ~ 36.97%
B 43 of 238 ~ 18.07'%

%44.96
%36.97
%18.07

CMYK color model

#6B582B color CMYK value is (0,18,60,58).

  • cyan value is 0.00%
  • magenta value is 17.76%
  • yellow value is 59.81%
  • key color value is 58.04%

CMYK: (0,18,60,58)
C0M18Y60K58 (0%, 18%, 60%, 58%)
(0.00 / 0.18 / 0.60 / 0.58)

CMYK percentages

%0
%17.76
%59.81
%58.04

Codes

Color #6B582B in popluar color models

6B 58 2B
RGB 107 88 43
HSL 42° 42.67% 29.41%
HSB/HSV 42° 59.81% 41.96%
CMYK 0.00% 17.76% 59.81%
58.04%

Color #6B582B in popluar number systems.

HEX 6B 58 2B
Decimal 107 88 43
Binary 1101011 1011000 101011
Octal 153 130 53

Shades and tints

Shades of #6B582B

#6B582B
(107,88,43)
#625028
(98,80,40)
#594825
(89,72,37)
#504022
(80,64,34)
#47381F
(71,56,31)
#3E301C
(62,48,28)
#352819
(53,40,25)
#2C2016
(44,32,22)
#231813
(35,24,19)
#1A1010
(26,16,16)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #6B582B

#6B582B
(107,88,43)
#78673E
(120,103,62)
#857651
(133,118,81)
#928564
(146,133,100)
#9F9477
(159,148,119)
#ACA38A
(172,163,138)
#B9B29D
(185,178,157)
#C6C1B0
(198,193,176)
#D3D0C3
(211,208,195)
#E0DFD6
(224,223,214)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B582B color. Also use rgb(107,88,43) instead hex code.

Text Font Color

.myTextColor { color: #6B582B; }

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

This text font color is #6B582B.

Background Color

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

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

This div background color is #6B582B.

Border color

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

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

This div border color is #6B582B.

Opacity

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

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

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

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

This text has shadow with #6B582B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B582B.

Preview

Color preview on black background

This text has color #6B582B on black background.


Color preview on white background

This text has color #6B582B on white background.


Black color preview on #6B582B background

This text has black color on #6B582B background.


White color preview on #6B582B background

This text has white color on #6B582B background.


Related colors

Complementary color

Complementary color for #hex is #94A7D4.


I love getcolorcode.com

Triadic colors

1 #2B6B58 and #582B6B with #6B582B are triadic colors.

2 #2B586B and #586B2B with #6B582B are triadic colors.