COLOR #6B3F00

HEX: #6B3F00
RGB: (107,63,0)

Color info

#6B3F00 contains only red and green colors. Web safe color of #6B3F00 is #663300 (or #630).

RGB color model

#6B3F00 color RGB value is (107,63,0).

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

RGB channels and saturation

R 107 of 255 = 42%
G 63 of 255 = 25%
B 0 of 255 = 0%

107
63
0

R + G + B ~ 22%. #6B3F00 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 63 + 0 = 170 (100%)
R 107 of 170 ~ 62.94%
G 63 of 170 ~ 37.06%
B 0 of 170 ~ 0%

%62.94
%37.06

CMYK color model

#6B3F00 color CMYK value is (0,41,100,58).

  • cyan value is 0.00%
  • magenta value is 41.12%
  • yellow value is 100.00%
  • key color value is 58.04%
CMYK:
(0,41,100,58)
C0M41Y100K58 
(0%,41%,100%,58%)
(0.00/0.41/1.00/0.58)	

CMYK percentages

%0
%41.12
%100
%58.04

Codes

Color #6B3F00 in popluar color models

6B3F00
RGB107630
HSL35°100.00%20.98%
HSB/HSV35°100.00%41.96%
CMYK0.00%41.12%100.00%
58.04%

Color #6B3F00 in popluar number systems.

HEX6B3F00
Decimal107630
Binary11010111111110
Octal153770

Shades and tints

Shades of #6B3F00

#6B3F00
(107,63,0)
#623A00
(98,58,0)
#593500
(89,53,0)
#503000
(80,48,0)
#472B00
(71,43,0)
#3E2600
(62,38,0)
#352100
(53,33,0)
#2C1C00
(44,28,0)
#231700
(35,23,0)
#1A1200
(26,18,0)
#110D00
(17,13,0)
#000000
(0,0,0)

Tints of #6B3F00

#6B3F00
(107,63,0)
#785017
(120,80,23)
#85612E
(133,97,46)
#927245
(146,114,69)
#9F835C
(159,131,92)
#AC9473
(172,148,115)
#B9A58A
(185,165,138)
#C6B6A1
(198,182,161)
#D3C7B8
(211,199,184)
#E0D8CF
(224,216,207)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3F00; }

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

This text font color is #6B3F00.


Background Color

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

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

This div background color is #6B3F00.


Border color

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

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

This div border color is #6B3F00.


Opacity

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

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

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

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

This text has shadow with #6B3F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3F00 on black background.


Color preview on white background

This text has color #6B3F00 on white background.



Black color preview on #6B3F00 background

This text has black color on #6B3F00 background.


White color preview on #6B3F00 background

This text has white color on #6B3F00 background.