COLOR #6A353C

HEX: #6A353C
RGB: (106,53,60)

Color info

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

RGB color model

#6A353C color RGB value is (106,53,60).

  • red value is 106;
  • green value is 53;
  • blue value is 60.
RGB:
(106,53,60)
(42%,21%,24%)

RGB channels and saturation

R 106 of 255 = 42%
G 53 of 255 = 21%
B 60 of 255 = 24%

106
53
60

R + G + B ~ 29%. #6A353C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 53 + 60 = 219 (100%)
R 106 of 219 ~ 48.4%
G 53 of 219 ~ 24.2%
B 60 of 219 ~ 27.4%

%48.4
%24.2
%27.4

CMYK color model

#6A353C color CMYK value is (0,50,43,58).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 43.40%
  • key color value is 58.43%
CMYK:
(0,50,43,58)
C0M50Y43K58 
(0%,50%,43%,58%)
(0.00/0.50/0.43/0.58)	

CMYK percentages

%0
%50
%43.4
%58.43

Codes

Color #6A353C in popluar color models

6A353C
RGB1065360
HSL352°33.33%31.18%
HSB/HSV352°50.00%41.57%
CMYK0.00%50.00%43.40%
58.43%

Color #6A353C in popluar number systems.

HEX6A353C
Decimal1065360
Binary1101010110101111100
Octal1526574

Shades and tints

Shades of #6A353C

#6A353C
(106,53,60)
#613137
(97,49,55)
#582D32
(88,45,50)
#4F292D
(79,41,45)
#462528
(70,37,40)
#3D2123
(61,33,35)
#341D1E
(52,29,30)
#2B1919
(43,25,25)
#221514
(34,21,20)
#19110F
(25,17,15)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #6A353C

#6A353C
(106,53,60)
#77474D
(119,71,77)
#84595E
(132,89,94)
#916B6F
(145,107,111)
#9E7D80
(158,125,128)
#AB8F91
(171,143,145)
#B8A1A2
(184,161,162)
#C5B3B3
(197,179,179)
#D2C5C4
(210,197,196)
#DFD7D5
(223,215,213)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A353C color. Also use rgb(106,53,60) instead hex code.

Text Font Color

.myTextColor { color: #6A353C; }

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

This text font color is #6A353C.


Background Color

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

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

This div background color is #6A353C.


Border color

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

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

This div border color is #6A353C.


Opacity

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

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

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

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

This text has shadow with #6A353C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A353C on black background.


Color preview on white background

This text has color #6A353C on white background.



Black color preview on #6A353C background

This text has black color on #6A353C background.


White color preview on #6A353C background

This text has white color on #6A353C background.