COLOR #6C2F37

HEX: #6C2F37
RGB: (108,47,55)

Color info

#6C2F37 contains mainly red and blue colors. Web safe color of #6C2F37 is #663333 (or #633).

RGB color model

#6C2F37 color RGB value is (108,47,55).

  • red value is 108;
  • green value is 47;
  • blue value is 55.
RGB:
(108,47,55)
(42%,18%,22%)

RGB channels and saturation

R 108 of 255 = 42%
G 47 of 255 = 18%
B 55 of 255 = 22%

108
47
55

R + G + B ~ 27%. #6C2F37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 47 + 55 = 210 (100%)
R 108 of 210 ~ 51.43%
G 47 of 210 ~ 22.38%
B 55 of 210 ~ 26.19%

%51.43
%22.38
%26.19

CMYK color model

#6C2F37 color CMYK value is (0,56,49,58).

  • cyan value is 0.00%
  • magenta value is 56.48%
  • yellow value is 49.07%
  • key color value is 57.65%
CMYK:
(0,56,49,58)
C0M56Y49K58 
(0%,56%,49%,58%)
(0.00/0.56/0.49/0.58)	

CMYK percentages

%0
%56.48
%49.07
%57.65

Codes

Color #6C2F37 in popluar color models

6C2F37
RGB1084755
HSL352°39.35%30.39%
HSB/HSV352°56.48%42.35%
CMYK0.00%56.48%49.07%
57.65%

Color #6C2F37 in popluar number systems.

HEX6C2F37
Decimal1084755
Binary1101100101111110111
Octal1545767

Shades and tints

Shades of #6C2F37

#6C2F37
(108,47,55)
#632B32
(99,43,50)
#5A272D
(90,39,45)
#512328
(81,35,40)
#481F23
(72,31,35)
#3F1B1E
(63,27,30)
#361719
(54,23,25)
#2D1314
(45,19,20)
#240F0F
(36,15,15)
#1B0B0A
(27,11,10)
#120705
(18,7,5)
#000000
(0,0,0)

Tints of #6C2F37

#6C2F37
(108,47,55)
#794149
(121,65,73)
#86535B
(134,83,91)
#93656D
(147,101,109)
#A0777F
(160,119,127)
#AD8991
(173,137,145)
#BA9BA3
(186,155,163)
#C7ADB5
(199,173,181)
#D4BFC7
(212,191,199)
#E1D1D9
(225,209,217)
#EEE3EB
(238,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2F37 color. Also use rgb(108,47,55) instead hex code.

Text Font Color

.myTextColor { color: #6C2F37; }

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

This text font color is #6C2F37.


Background Color

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

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

This div background color is #6C2F37.


Border color

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

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

This div border color is #6C2F37.


Opacity

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

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

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

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

This text has shadow with #6C2F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2F37 on black background.


Color preview on white background

This text has color #6C2F37 on white background.



Black color preview on #6C2F37 background

This text has black color on #6C2F37 background.


White color preview on #6C2F37 background

This text has white color on #6C2F37 background.