COLOR #6A4B4B

HEX: #6A4B4B
RGB: (106,75,75)

Color info

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

RGB color model

#6A4B4B color RGB value is (106,75,75).

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

RGB channels and saturation

R 106 of 255 = 42%
G 75 of 255 = 29%
B 75 of 255 = 29%

106
75
75

R + G + B ~ 33%. #6A4B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 75 + 75 = 256 (100%)
R 106 of 256 ~ 41.41%
G 75 of 256 ~ 29.3%
B 75 of 256 ~ 29.3%

%41.41
%29.3
%29.3

CMYK color model

#6A4B4B color CMYK value is (0,29,29,58).

  • cyan value is 0.00%
  • magenta value is 29.25%
  • yellow value is 29.25%
  • key color value is 58.43%
CMYK:
(0,29,29,58)
C0M29Y29K58 
(0%,29%,29%,58%)
(0.00/0.29/0.29/0.58)	

CMYK percentages

%0
%29.25
%29.25
%58.43

Codes

Color #6A4B4B in popluar color models

6A4B4B
RGB1067575
HSL17.13%35.49%
HSB/HSV29.25%41.57%
CMYK0.00%29.25%29.25%
58.43%

Color #6A4B4B in popluar number systems.

HEX6A4B4B
Decimal1067575
Binary110101010010111001011
Octal152113113

Shades and tints

Shades of #6A4B4B

#6A4B4B
(106,75,75)
#614545
(97,69,69)
#583F3F
(88,63,63)
#4F3939
(79,57,57)
#463333
(70,51,51)
#3D2D2D
(61,45,45)
#342727
(52,39,39)
#2B2121
(43,33,33)
#221B1B
(34,27,27)
#191515
(25,21,21)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #6A4B4B

#6A4B4B
(106,75,75)
#775B5B
(119,91,91)
#846B6B
(132,107,107)
#917B7B
(145,123,123)
#9E8B8B
(158,139,139)
#AB9B9B
(171,155,155)
#B8ABAB
(184,171,171)
#C5BBBB
(197,187,187)
#D2CBCB
(210,203,203)
#DFDBDB
(223,219,219)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4B4B; }

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

This text font color is #6A4B4B.


Background Color

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

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

This div background color is #6A4B4B.


Border color

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

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

This div border color is #6A4B4B.


Opacity

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

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

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

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

This text has shadow with #6A4B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4B4B on black background.


Color preview on white background

This text has color #6A4B4B on white background.



Black color preview on #6A4B4B background

This text has black color on #6A4B4B background.


White color preview on #6A4B4B background

This text has white color on #6A4B4B background.