COLOR #6B502A

HEX: #6B502A RGB: (107,80,42)

Color info

#6B502A contains mainly red and green colors. Web safe color of #6B502A is #666633 (or #663).

RGB color model

#6B502A color RGB value is (107,80,42).

RGB: (107,80,42) (42%, 31%, 16%)

RGB channels and saturation

R 107 of 255 = 42%
G 80 of 255 = 31%
B 42 of 255 = 16%

107
80
42

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

Portions of RGB colors in percentages

R + G + B = 107 + 80 + 42 = 229 (100%)
R 107 of 229 ~ 46.72%
G 80 of 229 ~ 34.93%
B 42 of 229 ~ 18.34'%

%46.72
%34.93
%18.34

CMYK color model

#6B502A color CMYK value is (0,25,61,58).

  • cyan value is 0.00%
  • magenta value is 25.23%
  • yellow value is 60.75%
  • key color value is 58.04%

CMYK: (0,25,61,58)
C0M25Y61K58 (0%, 25%, 61%, 58%)
(0.00 / 0.25 / 0.61 / 0.58)

CMYK percentages

%0
%25.23
%60.75
%58.04

Codes

Color #6B502A in popluar color models

6B 50 2A
RGB 107 80 42
HSL 35° 43.62% 29.22%
HSB/HSV 35° 60.75% 41.96%
CMYK 0.00% 25.23% 60.75%
58.04%

Color #6B502A in popluar number systems.

HEX 6B 50 2A
Decimal 107 80 42
Binary 1101011 1010000 101010
Octal 153 120 52

Shades and tints

Shades of #6B502A

#6B502A
(107,80,42)
#624927
(98,73,39)
#594224
(89,66,36)
#503B21
(80,59,33)
#47341E
(71,52,30)
#3E2D1B
(62,45,27)
#352618
(53,38,24)
#2C1F15
(44,31,21)
#231812
(35,24,18)
#1A110F
(26,17,15)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #6B502A

#6B502A
(107,80,42)
#785F3D
(120,95,61)
#856E50
(133,110,80)
#927D63
(146,125,99)
#9F8C76
(159,140,118)
#AC9B89
(172,155,137)
#B9AA9C
(185,170,156)
#C6B9AF
(198,185,175)
#D3C8C2
(211,200,194)
#E0D7D5
(224,215,213)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B502A color. Also use rgb(107,80,42) instead hex code.

Text Font Color

.myTextColor { color: #6B502A; }

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

This text font color is #6B502A.

Background Color

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

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

This div background color is #6B502A.

Border color

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

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

This div border color is #6B502A.

Opacity

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

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

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

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

This text has shadow with #6B502A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B502A.

Preview

Color preview on black background

This text has color #6B502A on black background.


Color preview on white background

This text has color #6B502A on white background.


Black color preview on #6B502A background

This text has black color on #6B502A background.


White color preview on #6B502A background

This text has white color on #6B502A background.


Related colors

Complementary color

Complementary color for #hex is #94AFD5.


I love getcolorcode.com

Triadic colors

1 #2A6B50 and #502A6B with #6B502A are triadic colors.

2 #2A506B and #506B2A with #6B502A are triadic colors.