COLOR #6D263B

HEX: #6D263B
RGB: (109,38,59)

Color info

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

RGB color model

#6D263B color RGB value is (109,38,59).

  • red value is 109;
  • green value is 38;
  • blue value is 59.
RGB:
(109,38,59)
(43%,15%,23%)

RGB channels and saturation

R 109 of 255 = 43%
G 38 of 255 = 15%
B 59 of 255 = 23%

109
38
59

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

Portions of RGB colors in percentages

R + G + B =
109 + 38 + 59 = 206 (100%)
R 109 of 206 ~ 52.91%
G 38 of 206 ~ 18.45%
B 59 of 206 ~ 28.64%

%52.91
%18.45
%28.64

CMYK color model

#6D263B color CMYK value is (0,65,46,57).

  • cyan value is 0.00%
  • magenta value is 65.14%
  • yellow value is 45.87%
  • key color value is 57.25%
CMYK:
(0,65,46,57)
C0M65Y46K57 
(0%,65%,46%,57%)
(0.00/0.65/0.46/0.57)	

CMYK percentages

%0
%65.14
%45.87
%57.25

Codes

Color #6D263B in popluar color models

6D263B
RGB1093859
HSL342°48.30%28.82%
HSB/HSV342°65.14%42.75%
CMYK0.00%65.14%45.87%
57.25%

Color #6D263B in popluar number systems.

HEX6D263B
Decimal1093859
Binary1101101100110111011
Octal1554673

Shades and tints

Shades of #6D263B

#6D263B
(109,38,59)
#642336
(100,35,54)
#5B2031
(91,32,49)
#521D2C
(82,29,44)
#491A27
(73,26,39)
#401722
(64,23,34)
#37141D
(55,20,29)
#2E1118
(46,17,24)
#250E13
(37,14,19)
#1C0B0E
(28,11,14)
#130809
(19,8,9)
#000000
(0,0,0)

Tints of #6D263B

#6D263B
(109,38,59)
#7A394C
(122,57,76)
#874C5D
(135,76,93)
#945F6E
(148,95,110)
#A1727F
(161,114,127)
#AE8590
(174,133,144)
#BB98A1
(187,152,161)
#C8ABB2
(200,171,178)
#D5BEC3
(213,190,195)
#E2D1D4
(226,209,212)
#EFE4E5
(239,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D263B color. Also use rgb(109,38,59) instead hex code.

Text Font Color

.myTextColor { color: #6D263B; }

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

This text font color is #6D263B.


Background Color

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

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

This div background color is #6D263B.


Border color

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

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

This div border color is #6D263B.


Opacity

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

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

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

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

This text has shadow with #6D263B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D263B on black background.


Color preview on white background

This text has color #6D263B on white background.



Black color preview on #6D263B background

This text has black color on #6D263B background.


White color preview on #6D263B background

This text has white color on #6D263B background.