COLOR #6A3F39

HEX: #6A3F39
RGB: (106,63,57)

Color info

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

RGB color model

#6A3F39 color RGB value is (106,63,57).

  • red value is 106;
  • green value is 63;
  • blue value is 57.
RGB:
(106,63,57)
(42%,25%,22%)

RGB channels and saturation

R 106 of 255 = 42%
G 63 of 255 = 25%
B 57 of 255 = 22%

106
63
57

R + G + B ~ 30%. #6A3F39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 63 + 57 = 226 (100%)
R 106 of 226 ~ 46.9%
G 63 of 226 ~ 27.88%
B 57 of 226 ~ 25.22%

%46.9
%27.88
%25.22

CMYK color model

#6A3F39 color CMYK value is (0,41,46,58).

  • cyan value is 0.00%
  • magenta value is 40.57%
  • yellow value is 46.23%
  • key color value is 58.43%
CMYK:
(0,41,46,58)
C0M41Y46K58 
(0%,41%,46%,58%)
(0.00/0.41/0.46/0.58)	

CMYK percentages

%0
%40.57
%46.23
%58.43

Codes

Color #6A3F39 in popluar color models

6A3F39
RGB1066357
HSL30.06%31.96%
HSB/HSV46.23%41.57%
CMYK0.00%40.57%46.23%
58.43%

Color #6A3F39 in popluar number systems.

HEX6A3F39
Decimal1066357
Binary1101010111111111001
Octal1527771

Shades and tints

Shades of #6A3F39

#6A3F39
(106,63,57)
#613A34
(97,58,52)
#58352F
(88,53,47)
#4F302A
(79,48,42)
#462B25
(70,43,37)
#3D2620
(61,38,32)
#34211B
(52,33,27)
#2B1C16
(43,28,22)
#221711
(34,23,17)
#19120C
(25,18,12)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #6A3F39

#6A3F39
(106,63,57)
#77504B
(119,80,75)
#84615D
(132,97,93)
#91726F
(145,114,111)
#9E8381
(158,131,129)
#AB9493
(171,148,147)
#B8A5A5
(184,165,165)
#C5B6B7
(197,182,183)
#D2C7C9
(210,199,201)
#DFD8DB
(223,216,219)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3F39; }

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

This text font color is #6A3F39.


Background Color

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

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

This div background color is #6A3F39.


Border color

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

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

This div border color is #6A3F39.


Opacity

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

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

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

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

This text has shadow with #6A3F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3F39 on black background.


Color preview on white background

This text has color #6A3F39 on white background.



Black color preview on #6A3F39 background

This text has black color on #6A3F39 background.


White color preview on #6A3F39 background

This text has white color on #6A3F39 background.