COLOR #6A3341

HEX: #6A3341
RGB: (106,51,65)

Color info

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

RGB color model

#6A3341 color RGB value is (106,51,65).

  • red value is 106;
  • green value is 51;
  • blue value is 65.
RGB: (106,51,65) (42%,20%,25%)

RGB channels and saturation

R 106 of 255 = 42%
G 51 of 255 = 20%
B 65 of 255 = 25%

106
51
65

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

Portions of RGB colors in percentages

R + G + B =
106 + 51 + 65 = 222 (100%)
R 106 of 222 ~ 47.75%
G 51 of 222 ~ 22.97%
B 65 of 222 ~ 29.28%

%47.75
%22.97
%29.28

CMYK color model

#6A3341 color CMYK value is (0,52,39,58).

  • cyan value is 0.00%
  • magenta value is 51.89%
  • yellow value is 38.68%
  • key color value is 58.43%
CMYK: (0,52,39,58) C0M52Y39K58 (0%,52%,39%,58%) (0.00/0.52/0.39/0.58)

CMYK percentages

%0
%51.89
%38.68
%58.43

Codes

Color #6A3341 in popluar color models

6A3341
RGB1065165
HSL345°35.03%30.78%
HSB/HSV345°51.89%41.57%
CMYK0.00%51.89%38.68%
58.43%

Color #6A3341 in popluar number systems.

HEX6A3341
Decimal1065165
Binary11010101100111000001
Octal15263101

Shades and tints

Shades of #6A3341

#6A3341
(106,51,65)
#612F3C
(97,47,60)
#582B37
(88,43,55)
#4F2732
(79,39,50)
#46232D
(70,35,45)
#3D1F28
(61,31,40)
#341B23
(52,27,35)
#2B171E
(43,23,30)
#221319
(34,19,25)
#190F14
(25,15,20)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #6A3341

#6A3341
(106,51,65)
#774552
(119,69,82)
#845763
(132,87,99)
#916974
(145,105,116)
#9E7B85
(158,123,133)
#AB8D96
(171,141,150)
#B89FA7
(184,159,167)
#C5B1B8
(197,177,184)
#D2C3C9
(210,195,201)
#DFD5DA
(223,213,218)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3341; }

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

This text font color is #6A3341.


Background Color

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

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

This div background color is #6A3341.


Border color

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

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

This div border color is #6A3341.


Opacity

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

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

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

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

This text has shadow with #6A3341 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6A3341 on black background.


Color preview on white background

This text has color #6A3341 on white background.



Black color preview on #6A3341 background

This text has black color on #6A3341 background.


White color preview on #6A3341 background

This text has white color on #6A3341 background.