COLOR #6C2B0E

HEX: #6C2B0E
RGB: (108,43,14)

Color info

#6C2B0E contains mainly red color. Web safe color of #6C2B0E is #663300 (or #630).

RGB color model

#6C2B0E color RGB value is (108,43,14).

  • red value is 108;
  • green value is 43;
  • blue value is 14.
RGB:
(108,43,14)
(42%,17%,5%)

RGB channels and saturation

R 108 of 255 = 42%
G 43 of 255 = 17%
B 14 of 255 = 5%

108
43
14

R + G + B ~ 21%. #6C2B0E is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 43 + 14 = 165 (100%)
R 108 of 165 ~ 65.45%
G 43 of 165 ~ 26.06%
B 14 of 165 ~ 8.48%

%65.45
%26.06

CMYK color model

#6C2B0E color CMYK value is (0,60,87,58).

  • cyan value is 0.00%
  • magenta value is 60.19%
  • yellow value is 87.04%
  • key color value is 57.65%
CMYK:
(0,60,87,58)
C0M60Y87K58 
(0%,60%,87%,58%)
(0.00/0.60/0.87/0.58)	

CMYK percentages

%0
%60.19
%87.04
%57.65

Codes

Color #6C2B0E in popluar color models

6C2B0E
RGB1084314
HSL19°77.05%23.92%
HSB/HSV19°87.04%42.35%
CMYK0.00%60.19%87.04%
57.65%

Color #6C2B0E in popluar number systems.

HEX6C2B0E
Decimal1084314
Binary11011001010111110
Octal1545316

Shades and tints

Shades of #6C2B0E

#6C2B0E
(108,43,14)
#63280D
(99,40,13)
#5A250C
(90,37,12)
#51220B
(81,34,11)
#481F0A
(72,31,10)
#3F1C09
(63,28,9)
#361908
(54,25,8)
#2D1607
(45,22,7)
#241306
(36,19,6)
#1B1005
(27,16,5)
#120D04
(18,13,4)
#000000
(0,0,0)

Tints of #6C2B0E

#6C2B0E
(108,43,14)
#793E23
(121,62,35)
#865138
(134,81,56)
#93644D
(147,100,77)
#A07762
(160,119,98)
#AD8A77
(173,138,119)
#BA9D8C
(186,157,140)
#C7B0A1
(199,176,161)
#D4C3B6
(212,195,182)
#E1D6CB
(225,214,203)
#EEE9E0
(238,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2B0E color. Also use rgb(108,43,14) instead hex code.

Text Font Color

.myTextColor { color: #6C2B0E; }

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

This text font color is #6C2B0E.


Background Color

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

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

This div background color is #6C2B0E.


Border color

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

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

This div border color is #6C2B0E.


Opacity

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

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

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

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

This text has shadow with #6C2B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2B0E on black background.


Color preview on white background

This text has color #6C2B0E on white background.



Black color preview on #6C2B0E background

This text has black color on #6C2B0E background.


White color preview on #6C2B0E background

This text has white color on #6C2B0E background.