COLOR #6C363A

HEX: #6C363A
RGB: (108,54,58)

Color info

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

RGB color model

#6C363A color RGB value is (108,54,58).

  • red value is 108;
  • green value is 54;
  • blue value is 58.
RGB:
(108,54,58)
(42%,21%,23%)

RGB channels and saturation

R 108 of 255 = 42%
G 54 of 255 = 21%
B 58 of 255 = 23%

108
54
58

R + G + B ~ 29%. #6C363A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 54 + 58 = 220 (100%)
R 108 of 220 ~ 49.09%
G 54 of 220 ~ 24.55%
B 58 of 220 ~ 26.36%

%49.09
%24.55
%26.36

CMYK color model

#6C363A color CMYK value is (0,50,46,58).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 46.30%
  • key color value is 57.65%
CMYK:
(0,50,46,58)
C0M50Y46K58 
(0%,50%,46%,58%)
(0.00/0.50/0.46/0.58)	

CMYK percentages

%0
%50
%46.3
%57.65

Codes

Color #6C363A in popluar color models

6C363A
RGB1085458
HSL356°33.33%31.76%
HSB/HSV356°50.00%42.35%
CMYK0.00%50.00%46.30%
57.65%

Color #6C363A in popluar number systems.

HEX6C363A
Decimal1085458
Binary1101100110110111010
Octal1546672

Shades and tints

Shades of #6C363A

#6C363A
(108,54,58)
#633235
(99,50,53)
#5A2E30
(90,46,48)
#512A2B
(81,42,43)
#482626
(72,38,38)
#3F2221
(63,34,33)
#361E1C
(54,30,28)
#2D1A17
(45,26,23)
#241612
(36,22,18)
#1B120D
(27,18,13)
#120E08
(18,14,8)
#000000
(0,0,0)

Tints of #6C363A

#6C363A
(108,54,58)
#79484B
(121,72,75)
#865A5C
(134,90,92)
#936C6D
(147,108,109)
#A07E7E
(160,126,126)
#AD908F
(173,144,143)
#BAA2A0
(186,162,160)
#C7B4B1
(199,180,177)
#D4C6C2
(212,198,194)
#E1D8D3
(225,216,211)
#EEEAE4
(238,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C363A color. Also use rgb(108,54,58) instead hex code.

Text Font Color

.myTextColor { color: #6C363A; }

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

This text font color is #6C363A.


Background Color

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

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

This div background color is #6C363A.


Border color

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

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

This div border color is #6C363A.


Opacity

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

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

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

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

This text has shadow with #6C363A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C363A on black background.


Color preview on white background

This text has color #6C363A on white background.



Black color preview on #6C363A background

This text has black color on #6C363A background.


White color preview on #6C363A background

This text has white color on #6C363A background.