COLOR #6B5230

HEX: #6B5230
RGB: (107,82,48)

Color info

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

RGB color model

#6B5230 color RGB value is (107,82,48).

  • red value is 107;
  • green value is 82;
  • blue value is 48.
RGB:
(107,82,48)
(42%,32%,19%)

RGB channels and saturation

R 107 of 255 = 42%
G 82 of 255 = 32%
B 48 of 255 = 19%

107
82
48

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

Portions of RGB colors in percentages

R + G + B =
107 + 82 + 48 = 237 (100%)
R 107 of 237 ~ 45.15%
G 82 of 237 ~ 34.6%
B 48 of 237 ~ 20.25%

%45.15
%34.6
%20.25

CMYK color model

#6B5230 color CMYK value is (0,23,55,58).

  • cyan value is 0.00%
  • magenta value is 23.36%
  • yellow value is 55.14%
  • key color value is 58.04%
CMYK:
(0,23,55,58)
C0M23Y55K58 
(0%,23%,55%,58%)
(0.00/0.23/0.55/0.58)	

CMYK percentages

%0
%23.36
%55.14
%58.04

Codes

Color #6B5230 in popluar color models

6B5230
RGB1078248
HSL35°38.06%30.39%
HSB/HSV35°55.14%41.96%
CMYK0.00%23.36%55.14%
58.04%

Color #6B5230 in popluar number systems.

HEX6B5230
Decimal1078248
Binary11010111010010110000
Octal15312260

Shades and tints

Shades of #6B5230

#6B5230
(107,82,48)
#624B2C
(98,75,44)
#594428
(89,68,40)
#503D24
(80,61,36)
#473620
(71,54,32)
#3E2F1C
(62,47,28)
#352818
(53,40,24)
#2C2114
(44,33,20)
#231A10
(35,26,16)
#1A130C
(26,19,12)
#110C08
(17,12,8)
#000000
(0,0,0)

Tints of #6B5230

#6B5230
(107,82,48)
#786142
(120,97,66)
#857054
(133,112,84)
#927F66
(146,127,102)
#9F8E78
(159,142,120)
#AC9D8A
(172,157,138)
#B9AC9C
(185,172,156)
#C6BBAE
(198,187,174)
#D3CAC0
(211,202,192)
#E0D9D2
(224,217,210)
#EDE8E4
(237,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5230 color. Also use rgb(107,82,48) instead hex code.

Text Font Color

.myTextColor { color: #6B5230; }

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

This text font color is #6B5230.


Background Color

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

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

This div background color is #6B5230.


Border color

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

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

This div border color is #6B5230.


Opacity

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

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

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

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

This text has shadow with #6B5230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5230 on black background.


Color preview on white background

This text has color #6B5230 on white background.



Black color preview on #6B5230 background

This text has black color on #6B5230 background.


White color preview on #6B5230 background

This text has white color on #6B5230 background.