COLOR #6C250B

HEX: #6C250B
RGB: (108,37,11)

Color info

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

RGB color model

#6C250B color RGB value is (108,37,11).

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

RGB channels and saturation

R 108 of 255 = 42%
G 37 of 255 = 15%
B 11 of 255 = 4%

108
37
11

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

Portions of RGB colors in percentages

R + G + B =
108 + 37 + 11 = 156 (100%)
R 108 of 156 ~ 69.23%
G 37 of 156 ~ 23.72%
B 11 of 156 ~ 7.05%

%69.23
%23.72

CMYK color model

#6C250B color CMYK value is (0,66,90,58).

  • cyan value is 0.00%
  • magenta value is 65.74%
  • yellow value is 89.81%
  • key color value is 57.65%
CMYK:
(0,66,90,58)
C0M66Y90K58 
(0%,66%,90%,58%)
(0.00/0.66/0.90/0.58)	

CMYK percentages

%0
%65.74
%89.81
%57.65

Codes

Color #6C250B in popluar color models

6C250B
RGB1083711
HSL16°81.51%23.33%
HSB/HSV16°89.81%42.35%
CMYK0.00%65.74%89.81%
57.65%

Color #6C250B in popluar number systems.

HEX6C250B
Decimal1083711
Binary11011001001011011
Octal1544513

Shades and tints

Shades of #6C250B

#6C250B
(108,37,11)
#63220A
(99,34,10)
#5A1F09
(90,31,9)
#511C08
(81,28,8)
#481907
(72,25,7)
#3F1606
(63,22,6)
#361305
(54,19,5)
#2D1004
(45,16,4)
#240D03
(36,13,3)
#1B0A02
(27,10,2)
#120701
(18,7,1)
#000000
(0,0,0)

Tints of #6C250B

#6C250B
(108,37,11)
#793821
(121,56,33)
#864B37
(134,75,55)
#935E4D
(147,94,77)
#A07163
(160,113,99)
#AD8479
(173,132,121)
#BA978F
(186,151,143)
#C7AAA5
(199,170,165)
#D4BDBB
(212,189,187)
#E1D0D1
(225,208,209)
#EEE3E7
(238,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C250B; }

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

This text font color is #6C250B.


Background Color

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

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

This div background color is #6C250B.


Border color

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

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

This div border color is #6C250B.


Opacity

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

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

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

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

This text has shadow with #6C250B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C250B on black background.


Color preview on white background

This text has color #6C250B on white background.



Black color preview on #6C250B background

This text has black color on #6C250B background.


White color preview on #6C250B background

This text has white color on #6C250B background.