COLOR #6B483F

HEX: #6B483F
RGB: (107,72,63)

Color info

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

RGB color model

#6B483F color RGB value is (107,72,63).

  • red value is 107;
  • green value is 72;
  • blue value is 63.
RGB:
(107,72,63)
(42%,28%,25%)

RGB channels and saturation

R 107 of 255 = 42%
G 72 of 255 = 28%
B 63 of 255 = 25%

107
72
63

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

Portions of RGB colors in percentages

R + G + B =
107 + 72 + 63 = 242 (100%)
R 107 of 242 ~ 44.21%
G 72 of 242 ~ 29.75%
B 63 of 242 ~ 26.03%

%44.21
%29.75
%26.03

CMYK color model

#6B483F color CMYK value is (0,33,41,58).

  • cyan value is 0.00%
  • magenta value is 32.71%
  • yellow value is 41.12%
  • key color value is 58.04%
CMYK:
(0,33,41,58)
C0M33Y41K58 
(0%,33%,41%,58%)
(0.00/0.33/0.41/0.58)	

CMYK percentages

%0
%32.71
%41.12
%58.04

Codes

Color #6B483F in popluar color models

6B483F
RGB1077263
HSL12°25.88%33.33%
HSB/HSV12°41.12%41.96%
CMYK0.00%32.71%41.12%
58.04%

Color #6B483F in popluar number systems.

HEX6B483F
Decimal1077263
Binary11010111001000111111
Octal15311077

Shades and tints

Shades of #6B483F

#6B483F
(107,72,63)
#62423A
(98,66,58)
#593C35
(89,60,53)
#503630
(80,54,48)
#47302B
(71,48,43)
#3E2A26
(62,42,38)
#352421
(53,36,33)
#2C1E1C
(44,30,28)
#231817
(35,24,23)
#1A1212
(26,18,18)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #6B483F

#6B483F
(107,72,63)
#785850
(120,88,80)
#856861
(133,104,97)
#927872
(146,120,114)
#9F8883
(159,136,131)
#AC9894
(172,152,148)
#B9A8A5
(185,168,165)
#C6B8B6
(198,184,182)
#D3C8C7
(211,200,199)
#E0D8D8
(224,216,216)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B483F color. Also use rgb(107,72,63) instead hex code.

Text Font Color

.myTextColor { color: #6B483F; }

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

This text font color is #6B483F.


Background Color

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

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

This div background color is #6B483F.


Border color

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

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

This div border color is #6B483F.


Opacity

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

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

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

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

This text has shadow with #6B483F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B483F on black background.


Color preview on white background

This text has color #6B483F on white background.



Black color preview on #6B483F background

This text has black color on #6B483F background.


White color preview on #6B483F background

This text has white color on #6B483F background.