COLOR #6A393F

HEX: #6A393F
RGB: (106,57,63)

Color info

#6A393F contains red, green and blue colors in about the same proportion. Web safe color of #6A393F is #663333 (or #633).

RGB color model

#6A393F color RGB value is (106,57,63).

  • red value is 106;
  • green value is 57;
  • blue value is 63.
RGB:
(106,57,63)
(42%,22%,25%)

RGB channels and saturation

R 106 of 255 = 42%
G 57 of 255 = 22%
B 63 of 255 = 25%

106
57
63

R + G + B ~ 30%. #6A393F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 57 + 63 = 226 (100%)
R 106 of 226 ~ 46.9%
G 57 of 226 ~ 25.22%
B 63 of 226 ~ 27.88%

%46.9
%25.22
%27.88

CMYK color model

#6A393F color CMYK value is (0,46,41,58).

  • cyan value is 0.00%
  • magenta value is 46.23%
  • yellow value is 40.57%
  • key color value is 58.43%
CMYK:
(0,46,41,58)
C0M46Y41K58 
(0%,46%,41%,58%)
(0.00/0.46/0.41/0.58)	

CMYK percentages

%0
%46.23
%40.57
%58.43

Codes

Color #6A393F in popluar color models

6A393F
RGB1065763
HSL353°30.06%31.96%
HSB/HSV353°46.23%41.57%
CMYK0.00%46.23%40.57%
58.43%

Color #6A393F in popluar number systems.

HEX6A393F
Decimal1065763
Binary1101010111001111111
Octal1527177

Shades and tints

Shades of #6A393F

#6A393F
(106,57,63)
#61343A
(97,52,58)
#582F35
(88,47,53)
#4F2A30
(79,42,48)
#46252B
(70,37,43)
#3D2026
(61,32,38)
#341B21
(52,27,33)
#2B161C
(43,22,28)
#221117
(34,17,23)
#190C12
(25,12,18)
#10070D
(16,7,13)
#000000
(0,0,0)

Tints of #6A393F

#6A393F
(106,57,63)
#774B50
(119,75,80)
#845D61
(132,93,97)
#916F72
(145,111,114)
#9E8183
(158,129,131)
#AB9394
(171,147,148)
#B8A5A5
(184,165,165)
#C5B7B6
(197,183,182)
#D2C9C7
(210,201,199)
#DFDBD8
(223,219,216)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A393F color. Also use rgb(106,57,63) instead hex code.

Text Font Color

.myTextColor { color: #6A393F; }

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

This text font color is #6A393F.


Background Color

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

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

This div background color is #6A393F.


Border color

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

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

This div border color is #6A393F.


Opacity

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

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

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

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

This text has shadow with #6A393F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A393F on black background.


Color preview on white background

This text has color #6A393F on white background.



Black color preview on #6A393F background

This text has black color on #6A393F background.


White color preview on #6A393F background

This text has white color on #6A393F background.