COLOR #6C230B

HEX: #6C230B
RGB: (108,35,11)

Color info

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

RGB color model

#6C230B color RGB value is (108,35,11).

  • red value is 108;
  • green value is 35;
  • blue value is 11.
RGB:
(108,35,11)
(42%,14%,4%)

RGB channels and saturation

R 108 of 255 = 42%
G 35 of 255 = 14%
B 11 of 255 = 4%

108
35
11

R + G + B ~ 20%. #6C230B is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 35 + 11 = 154 (100%)
R 108 of 154 ~ 70.13%
G 35 of 154 ~ 22.73%
B 11 of 154 ~ 7.14%

%70.13
%22.73

CMYK color model

#6C230B color CMYK value is (0,68,90,58).

  • cyan value is 0.00%
  • magenta value is 67.59%
  • yellow value is 89.81%
  • key color value is 57.65%
CMYK:
(0,68,90,58)
C0M68Y90K58 
(0%,68%,90%,58%)
(0.00/0.68/0.90/0.58)	

CMYK percentages

%0
%67.59
%89.81
%57.65

Codes

Color #6C230B in popluar color models

6C230B
RGB1083511
HSL15°81.51%23.33%
HSB/HSV15°89.81%42.35%
CMYK0.00%67.59%89.81%
57.65%

Color #6C230B in popluar number systems.

HEX6C230B
Decimal1083511
Binary11011001000111011
Octal1544313

Shades and tints

Shades of #6C230B

#6C230B
(108,35,11)
#63200A
(99,32,10)
#5A1D09
(90,29,9)
#511A08
(81,26,8)
#481707
(72,23,7)
#3F1406
(63,20,6)
#361105
(54,17,5)
#2D0E04
(45,14,4)
#240B03
(36,11,3)
#1B0802
(27,8,2)
#120501
(18,5,1)
#000000
(0,0,0)

Tints of #6C230B

#6C230B
(108,35,11)
#793721
(121,55,33)
#864B37
(134,75,55)
#935F4D
(147,95,77)
#A07363
(160,115,99)
#AD8779
(173,135,121)
#BA9B8F
(186,155,143)
#C7AFA5
(199,175,165)
#D4C3BB
(212,195,187)
#E1D7D1
(225,215,209)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C230B color. Also use rgb(108,35,11) instead hex code.

Text Font Color

.myTextColor { color: #6C230B; }

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

This text font color is #6C230B.


Background Color

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

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

This div background color is #6C230B.


Border color

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

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

This div border color is #6C230B.


Opacity

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

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

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

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

This text has shadow with #6C230B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C230B on black background.


Color preview on white background

This text has color #6C230B on white background.



Black color preview on #6C230B background

This text has black color on #6C230B background.


White color preview on #6C230B background

This text has white color on #6C230B background.