COLOR #6A3123

HEX: #6A3123
RGB: (106,49,35)

Color info

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

RGB color model

#6A3123 color RGB value is (106,49,35).

  • red value is 106;
  • green value is 49;
  • blue value is 35.
RGB:
(106,49,35)
(42%,19%,14%)

RGB channels and saturation

R 106 of 255 = 42%
G 49 of 255 = 19%
B 35 of 255 = 14%

106
49
35

R + G + B ~ 25%. #6A3123 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 49 + 35 = 190 (100%)
R 106 of 190 ~ 55.79%
G 49 of 190 ~ 25.79%
B 35 of 190 ~ 18.42%

%55.79
%25.79
%18.42

CMYK color model

#6A3123 color CMYK value is (0,54,67,58).

  • cyan value is 0.00%
  • magenta value is 53.77%
  • yellow value is 66.98%
  • key color value is 58.43%
CMYK:
(0,54,67,58)
C0M54Y67K58 
(0%,54%,67%,58%)
(0.00/0.54/0.67/0.58)	

CMYK percentages

%0
%53.77
%66.98
%58.43

Codes

Color #6A3123 in popluar color models

6A3123
RGB1064935
HSL12°50.35%27.65%
HSB/HSV12°66.98%41.57%
CMYK0.00%53.77%66.98%
58.43%

Color #6A3123 in popluar number systems.

HEX6A3123
Decimal1064935
Binary1101010110001100011
Octal1526143

Shades and tints

Shades of #6A3123

#6A3123
(106,49,35)
#612D20
(97,45,32)
#58291D
(88,41,29)
#4F251A
(79,37,26)
#462117
(70,33,23)
#3D1D14
(61,29,20)
#341911
(52,25,17)
#2B150E
(43,21,14)
#22110B
(34,17,11)
#190D08
(25,13,8)
#100905
(16,9,5)
#000000
(0,0,0)

Tints of #6A3123

#6A3123
(106,49,35)
#774337
(119,67,55)
#84554B
(132,85,75)
#91675F
(145,103,95)
#9E7973
(158,121,115)
#AB8B87
(171,139,135)
#B89D9B
(184,157,155)
#C5AFAF
(197,175,175)
#D2C1C3
(210,193,195)
#DFD3D7
(223,211,215)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3123 color. Also use rgb(106,49,35) instead hex code.

Text Font Color

.myTextColor { color: #6A3123; }

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

This text font color is #6A3123.


Background Color

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

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

This div background color is #6A3123.


Border color

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

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

This div border color is #6A3123.


Opacity

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

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

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

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

This text has shadow with #6A3123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3123 on black background.


Color preview on white background

This text has color #6A3123 on white background.



Black color preview on #6A3123 background

This text has black color on #6A3123 background.


White color preview on #6A3123 background

This text has white color on #6A3123 background.