COLOR #6A5050

HEX: #6A5050
RGB: (106,80,80)

Color info

#6A5050 contains red, green and blue colors in about the same proportion. Web safe color of #6A5050 is #666666 (or #666).

RGB color model

#6A5050 color RGB value is (106,80,80).

  • red value is 106;
  • green value is 80;
  • blue value is 80.
RGB:
(106,80,80)
(42%,31%,31%)

RGB channels and saturation

R 106 of 255 = 42%
G 80 of 255 = 31%
B 80 of 255 = 31%

106
80
80

R + G + B ~ 35%. #6A5050 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 80 + 80 = 266 (100%)
R 106 of 266 ~ 39.85%
G 80 of 266 ~ 30.08%
B 80 of 266 ~ 30.08%

%39.85
%30.08
%30.08

CMYK color model

#6A5050 color CMYK value is (0,25,25,58).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 24.53%
  • key color value is 58.43%
CMYK:
(0,25,25,58)
C0M25Y25K58 
(0%,25%,25%,58%)
(0.00/0.25/0.25/0.58)	

CMYK percentages

%0
%24.53
%24.53
%58.43

Codes

Color #6A5050 in popluar color models

6A5050
RGB1068080
HSL13.98%36.47%
HSB/HSV24.53%41.57%
CMYK0.00%24.53%24.53%
58.43%

Color #6A5050 in popluar number systems.

HEX6A5050
Decimal1068080
Binary110101010100001010000
Octal152120120

Shades and tints

Shades of #6A5050

#6A5050
(106,80,80)
#614949
(97,73,73)
#584242
(88,66,66)
#4F3B3B
(79,59,59)
#463434
(70,52,52)
#3D2D2D
(61,45,45)
#342626
(52,38,38)
#2B1F1F
(43,31,31)
#221818
(34,24,24)
#191111
(25,17,17)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #6A5050

#6A5050
(106,80,80)
#775F5F
(119,95,95)
#846E6E
(132,110,110)
#917D7D
(145,125,125)
#9E8C8C
(158,140,140)
#AB9B9B
(171,155,155)
#B8AAAA
(184,170,170)
#C5B9B9
(197,185,185)
#D2C8C8
(210,200,200)
#DFD7D7
(223,215,215)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5050; }

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

This text font color is #6A5050.


Background Color

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

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

This div background color is #6A5050.


Border color

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

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

This div border color is #6A5050.


Opacity

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

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

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

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

This text has shadow with #6A5050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5050 on black background.


Color preview on white background

This text has color #6A5050 on white background.



Black color preview on #6A5050 background

This text has black color on #6A5050 background.


White color preview on #6A5050 background

This text has white color on #6A5050 background.