COLOR #6A2627

HEX: #6A2627
RGB: (106,38,39)

Color info

#6A2627 contains mainly red color. Web safe color of #6A2627 is #663333 (or #633).

RGB color model

#6A2627 color RGB value is (106,38,39).

  • red value is 106;
  • green value is 38;
  • blue value is 39.
RGB:
(106,38,39)
(42%,15%,15%)

RGB channels and saturation

R 106 of 255 = 42%
G 38 of 255 = 15%
B 39 of 255 = 15%

106
38
39

R + G + B ~ 24%. #6A2627 is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 38 + 39 = 183 (100%)
R 106 of 183 ~ 57.92%
G 38 of 183 ~ 20.77%
B 39 of 183 ~ 21.31%

%57.92
%20.77
%21.31

CMYK color model

#6A2627 color CMYK value is (0,64,63,58).

  • cyan value is 0.00%
  • magenta value is 64.15%
  • yellow value is 63.21%
  • key color value is 58.43%
CMYK:
(0,64,63,58)
C0M64Y63K58 
(0%,64%,63%,58%)
(0.00/0.64/0.63/0.58)	

CMYK percentages

%0
%64.15
%63.21
%58.43

Codes

Color #6A2627 in popluar color models

6A2627
RGB1063839
HSL359°47.22%28.24%
HSB/HSV359°64.15%41.57%
CMYK0.00%64.15%63.21%
58.43%

Color #6A2627 in popluar number systems.

HEX6A2627
Decimal1063839
Binary1101010100110100111
Octal1524647

Shades and tints

Shades of #6A2627

#6A2627
(106,38,39)
#612324
(97,35,36)
#582021
(88,32,33)
#4F1D1E
(79,29,30)
#461A1B
(70,26,27)
#3D1718
(61,23,24)
#341415
(52,20,21)
#2B1112
(43,17,18)
#220E0F
(34,14,15)
#190B0C
(25,11,12)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #6A2627

#6A2627
(106,38,39)
#77393A
(119,57,58)
#844C4D
(132,76,77)
#915F60
(145,95,96)
#9E7273
(158,114,115)
#AB8586
(171,133,134)
#B89899
(184,152,153)
#C5ABAC
(197,171,172)
#D2BEBF
(210,190,191)
#DFD1D2
(223,209,210)
#ECE4E5
(236,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2627 color. Also use rgb(106,38,39) instead hex code.

Text Font Color

.myTextColor { color: #6A2627; }

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

This text font color is #6A2627.


Background Color

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

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

This div background color is #6A2627.


Border color

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

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

This div border color is #6A2627.


Opacity

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

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

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

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

This text has shadow with #6A2627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2627 on black background.


Color preview on white background

This text has color #6A2627 on white background.



Black color preview on #6A2627 background

This text has black color on #6A2627 background.


White color preview on #6A2627 background

This text has white color on #6A2627 background.