COLOR #6B533A

HEX: #6B533A RGB: (107,83,58)

Color info

#6B533A contains red, green and blue colors in about the same proportion. Web safe color of #6B533A is #666633 (or #663).

RGB color model

#6B533A color RGB value is (107,83,58).

RGB: (107,83,58) (42%, 33%, 23%)

RGB channels and saturation

R 107 of 255 = 42%
G 83 of 255 = 33%
B 58 of 255 = 23%

107
83
58

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

Portions of RGB colors in percentages

R + G + B = 107 + 83 + 58 = 248 (100%)
R 107 of 248 ~ 43.15%
G 83 of 248 ~ 33.47%
B 58 of 248 ~ 23.39'%

%43.15
%33.47
%23.39

CMYK color model

#6B533A color CMYK value is (0,22,46,58).

  • cyan value is 0.00%
  • magenta value is 22.43%
  • yellow value is 45.79%
  • key color value is 58.04%

CMYK: (0,22,46,58)
C0M22Y46K58 (0%, 22%, 46%, 58%)
(0.00 / 0.22 / 0.46 / 0.58)

CMYK percentages

%0
%22.43
%45.79
%58.04

Codes

Color #6B533A in popluar color models

6B 53 3A
RGB 107 83 58
HSL 31° 29.70% 32.35%
HSB/HSV 31° 45.79% 41.96%
CMYK 0.00% 22.43% 45.79%
58.04%

Color #6B533A in popluar number systems.

HEX 6B 53 3A
Decimal 107 83 58
Binary 1101011 1010011 111010
Octal 153 123 72

Shades and tints

Shades of #6B533A

#6B533A
(107,83,58)
#624C35
(98,76,53)
#594530
(89,69,48)
#503E2B
(80,62,43)
#473726
(71,55,38)
#3E3021
(62,48,33)
#35291C
(53,41,28)
#2C2217
(44,34,23)
#231B12
(35,27,18)
#1A140D
(26,20,13)
#110D08
(17,13,8)
#000000
(0,0,0)

Tints of #6B533A

#6B533A
(107,83,58)
#78624B
(120,98,75)
#85715C
(133,113,92)
#92806D
(146,128,109)
#9F8F7E
(159,143,126)
#AC9E8F
(172,158,143)
#B9ADA0
(185,173,160)
#C6BCB1
(198,188,177)
#D3CBC2
(211,203,194)
#E0DAD3
(224,218,211)
#EDE9E4
(237,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B533A color. Also use rgb(107,83,58) instead hex code.

Text Font Color

.myTextColor { color: #6B533A; }

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

This text font color is #6B533A.

Background Color

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

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

This div background color is #6B533A.

Border color

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

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

This div border color is #6B533A.

Opacity

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

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

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

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

This text has shadow with #6B533A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B533A.

Preview

Color preview on black background

This text has color #6B533A on black background.


Color preview on white background

This text has color #6B533A on white background.


Black color preview on #6B533A background

This text has black color on #6B533A background.


White color preview on #6B533A background

This text has white color on #6B533A background.


Related colors

Complementary color

Complementary color for #hex is #94ACC5.


I love getcolorcode.com

Triadic colors

1 #3A6B53 and #533A6B with #6B533A are triadic colors.

2 #3A536B and #536B3A with #6B533A are triadic colors.