COLOR #6B5032

HEX: #6B5032
RGB: (107,80,50)

Color info

#6B5032 contains red, green and blue colors in about the same proportion. Web safe color of #6B5032 is #666633 (or #663).

RGB color model

#6B5032 color RGB value is (107,80,50).

  • red value is 107;
  • green value is 80;
  • blue value is 50.
RGB:
(107,80,50)
(42%,31%,20%)

RGB channels and saturation

R 107 of 255 = 42%
G 80 of 255 = 31%
B 50 of 255 = 20%

107
80
50

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

Portions of RGB colors in percentages

R + G + B =
107 + 80 + 50 = 237 (100%)
R 107 of 237 ~ 45.15%
G 80 of 237 ~ 33.76%
B 50 of 237 ~ 21.1%

%45.15
%33.76
%21.1

CMYK color model

#6B5032 color CMYK value is (0,25,53,58).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 53.27%
  • key color value is 58.04%
CMYK:
(0,25,53,58)
C0M25Y53K58 
(0%,25%,53%,58%)
(0.00/0.25/0.53/0.58)	

CMYK percentages

%0
%25.23
%53.27
%58.04

Codes

Color #6B5032 in popluar color models

6B5032
RGB1078050
HSL32°36.31%30.78%
HSB/HSV32°53.27%41.96%
CMYK0.00%25.23%53.27%
58.04%

Color #6B5032 in popluar number systems.

HEX6B5032
Decimal1078050
Binary11010111010000110010
Octal15312062

Shades and tints

Shades of #6B5032

#6B5032
(107,80,50)
#62492E
(98,73,46)
#59422A
(89,66,42)
#503B26
(80,59,38)
#473422
(71,52,34)
#3E2D1E
(62,45,30)
#35261A
(53,38,26)
#2C1F16
(44,31,22)
#231812
(35,24,18)
#1A110E
(26,17,14)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #6B5032

#6B5032
(107,80,50)
#785F44
(120,95,68)
#856E56
(133,110,86)
#927D68
(146,125,104)
#9F8C7A
(159,140,122)
#AC9B8C
(172,155,140)
#B9AA9E
(185,170,158)
#C6B9B0
(198,185,176)
#D3C8C2
(211,200,194)
#E0D7D4
(224,215,212)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5032 color. Also use rgb(107,80,50) instead hex code.

Text Font Color

.myTextColor { color: #6B5032; }

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

This text font color is #6B5032.


Background Color

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

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

This div background color is #6B5032.


Border color

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

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

This div border color is #6B5032.


Opacity

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

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

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

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

This text has shadow with #6B5032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5032 on black background.


Color preview on white background

This text has color #6B5032 on white background.



Black color preview on #6B5032 background

This text has black color on #6B5032 background.


White color preview on #6B5032 background

This text has white color on #6B5032 background.