COLOR #6C0038

HEX: #6C0038
RGB: (108,0,56)

Color info

#6C0038 contains only red and blue colors. Web safe color of #6C0038 is #660033 (or #603).

RGB color model

#6C0038 color RGB value is (108,0,56).

  • red value is 108;
  • green value is 0;
  • blue value is 56.
RGB:
(108,0,56)
(42%,0%,22%)

RGB channels and saturation

R 108 of 255 = 42%
G 0 of 255 = 0%
B 56 of 255 = 22%

108
0
56

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

Portions of RGB colors in percentages

R + G + B =
108 + 0 + 56 = 164 (100%)
R 108 of 164 ~ 65.85%
G 0 of 164 ~ 0%
B 56 of 164 ~ 34.15%

%65.85
%34.15

CMYK color model

#6C0038 color CMYK value is (0,100,48,58).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 48.15%
  • key color value is 57.65%
CMYK:
(0,100,48,58)
C0M100Y48K58 
(0%,100%,48%,58%)
(0.00/1.00/0.48/0.58)	

CMYK percentages

%0
%100
%48.15
%57.65

Codes

Color #6C0038 in popluar color models

6C0038
RGB108056
HSL329°100.00%21.18%
HSB/HSV329°100.00%42.35%
CMYK0.00%100.00%48.15%
57.65%

Color #6C0038 in popluar number systems.

HEX6C0038
Decimal108056
Binary11011000111000
Octal154070

Shades and tints

Shades of #6C0038

#6C0038
(108,0,56)
#630033
(99,0,51)
#5A002E
(90,0,46)
#510029
(81,0,41)
#480024
(72,0,36)
#3F001F
(63,0,31)
#36001A
(54,0,26)
#2D0015
(45,0,21)
#240010
(36,0,16)
#1B000B
(27,0,11)
#120006
(18,0,6)
#000000
(0,0,0)

Tints of #6C0038

#6C0038
(108,0,56)
#79174A
(121,23,74)
#862E5C
(134,46,92)
#93456E
(147,69,110)
#A05C80
(160,92,128)
#AD7392
(173,115,146)
#BA8AA4
(186,138,164)
#C7A1B6
(199,161,182)
#D4B8C8
(212,184,200)
#E1CFDA
(225,207,218)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C0038 color. Also use rgb(108,0,56) instead hex code.

Text Font Color

.myTextColor { color: #6C0038; }

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

This text font color is #6C0038.


Background Color

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

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

This div background color is #6C0038.


Border color

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

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

This div border color is #6C0038.


Opacity

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

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

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

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

This text has shadow with #6C0038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C0038 on black background.


Color preview on white background

This text has color #6C0038 on white background.



Black color preview on #6C0038 background

This text has black color on #6C0038 background.


White color preview on #6C0038 background

This text has white color on #6C0038 background.