COLOR #6B353E

HEX: #6B353E RGB: (107,53,62)

Color info

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

RGB color model

#6B353E color RGB value is (107,53,62).

RGB: (107,53,62) (42%, 21%, 24%)

RGB channels and saturation

R 107 of 255 = 42%
G 53 of 255 = 21%
B 62 of 255 = 24%

107
53
62

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

Portions of RGB colors in percentages

R + G + B = 107 + 53 + 62 = 222 (100%)
R 107 of 222 ~ 48.2%
G 53 of 222 ~ 23.87%
B 62 of 222 ~ 27.93'%

%48.2
%23.87
%27.93

CMYK color model

#6B353E color CMYK value is (0,50,42,58).

  • cyan value is 0.00%
  • magenta value is 50.47%
  • yellow value is 42.06%
  • key color value is 58.04%

CMYK: (0,50,42,58)
C0M50Y42K58 (0%, 50%, 42%, 58%)
(0.00 / 0.50 / 0.42 / 0.58)

CMYK percentages

%0
%50.47
%42.06
%58.04

Codes

Color #6B353E in popluar color models

6B 35 3E
RGB 107 53 62
HSL 350° 33.75% 31.37%
HSB/HSV 350° 50.47% 41.96%
CMYK 0.00% 50.47% 42.06%
58.04%

Color #6B353E in popluar number systems.

HEX 6B 35 3E
Decimal 107 53 62
Binary 1101011 110101 111110
Octal 153 65 76

Shades and tints

Shades of #6B353E

#6B353E
(107,53,62)
#623139
(98,49,57)
#592D34
(89,45,52)
#50292F
(80,41,47)
#47252A
(71,37,42)
#3E2125
(62,33,37)
#351D20
(53,29,32)
#2C191B
(44,25,27)
#231516
(35,21,22)
#1A1111
(26,17,17)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #6B353E

#6B353E
(107,53,62)
#78474F
(120,71,79)
#855960
(133,89,96)
#926B71
(146,107,113)
#9F7D82
(159,125,130)
#AC8F93
(172,143,147)
#B9A1A4
(185,161,164)
#C6B3B5
(198,179,181)
#D3C5C6
(211,197,198)
#E0D7D7
(224,215,215)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B353E color. Also use rgb(107,53,62) instead hex code.

Text Font Color

.myTextColor { color: #6B353E; }

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

This text font color is #6B353E.

Background Color

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

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

This div background color is #6B353E.

Border color

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

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

This div border color is #6B353E.

Opacity

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

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

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

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

This text has shadow with #6B353E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B353E.

Preview

Color preview on black background

This text has color #6B353E on black background.


Color preview on white background

This text has color #6B353E on white background.


Black color preview on #6B353E background

This text has black color on #6B353E background.


White color preview on #6B353E background

This text has white color on #6B353E background.


Related colors

Complementary color

Complementary color for #hex is #94CAC1.


I love getcolorcode.com

Triadic colors

1 #3E6B35 and #353E6B with #6B353E are triadic colors.

2 #3E356B and #356B3E with #6B353E are triadic colors.