COLOR #6B263E

HEX: #6B263E
RGB: (107,38,62)

Color info

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

RGB color model

#6B263E color RGB value is (107,38,62).

  • red value is 107;
  • green value is 38;
  • blue value is 62.
RGB:
(107,38,62)
(42%,15%,24%)

RGB channels and saturation

R 107 of 255 = 42%
G 38 of 255 = 15%
B 62 of 255 = 24%

107
38
62

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

Portions of RGB colors in percentages

R + G + B =
107 + 38 + 62 = 207 (100%)
R 107 of 207 ~ 51.69%
G 38 of 207 ~ 18.36%
B 62 of 207 ~ 29.95%

%51.69
%18.36
%29.95

CMYK color model

#6B263E color CMYK value is (0,64,42,58).

  • cyan value is 0.00%
  • magenta value is 64.49%
  • yellow value is 42.06%
  • key color value is 58.04%
CMYK:
(0,64,42,58)
C0M64Y42K58 
(0%,64%,42%,58%)
(0.00/0.64/0.42/0.58)	

CMYK percentages

%0
%64.49
%42.06
%58.04

Codes

Color #6B263E in popluar color models

6B263E
RGB1073862
HSL339°47.59%28.43%
HSB/HSV339°64.49%41.96%
CMYK0.00%64.49%42.06%
58.04%

Color #6B263E in popluar number systems.

HEX6B263E
Decimal1073862
Binary1101011100110111110
Octal1534676

Shades and tints

Shades of #6B263E

#6B263E
(107,38,62)
#622339
(98,35,57)
#592034
(89,32,52)
#501D2F
(80,29,47)
#471A2A
(71,26,42)
#3E1725
(62,23,37)
#351420
(53,20,32)
#2C111B
(44,17,27)
#230E16
(35,14,22)
#1A0B11
(26,11,17)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #6B263E

#6B263E
(107,38,62)
#78394F
(120,57,79)
#854C60
(133,76,96)
#925F71
(146,95,113)
#9F7282
(159,114,130)
#AC8593
(172,133,147)
#B998A4
(185,152,164)
#C6ABB5
(198,171,181)
#D3BEC6
(211,190,198)
#E0D1D7
(224,209,215)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B263E color. Also use rgb(107,38,62) instead hex code.

Text Font Color

.myTextColor { color: #6B263E; }

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

This text font color is #6B263E.


Background Color

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

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

This div background color is #6B263E.


Border color

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

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

This div border color is #6B263E.


Opacity

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

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

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

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

This text has shadow with #6B263E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B263E on black background.


Color preview on white background

This text has color #6B263E on white background.



Black color preview on #6B263E background

This text has black color on #6B263E background.


White color preview on #6B263E background

This text has white color on #6B263E background.