COLOR #6B7B2A

HEX: #6B7B2A RGB: (107,123,42)

Color info

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

RGB color model

#6B7B2A color RGB value is (107,123,42).

RGB: (107,123,42) (42%, 48%, 16%)

RGB channels and saturation

R 107 of 255 = 42%
G 123 of 255 = 48%
B 42 of 255 = 16%

107
123
42

R + G + B ~ 35%. #6B7B2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 123 + 42 = 272 (100%)
R 107 of 272 ~ 39.34%
G 123 of 272 ~ 45.22%
B 42 of 272 ~ 15.44'%

%39.34
%45.22
%15.44

CMYK color model

#6B7B2A color CMYK value is (13,0,66,52).

  • cyan value is 13.01%
  • magenta value is 0.00%
  • yellow value is 65.85%
  • key color value is 51.76%

CMYK: (13,0,66,52)
C13M0Y66K52 (13%, 0%, 66%, 52%)
(0.13 / 0.00 / 0.66 / 0.52)

CMYK percentages

%13.01
%0
%65.85
%51.76

Codes

Color #6B7B2A in popluar color models

6B 7B 2A
RGB 107 123 42
HSL 72° 49.09% 32.35%
HSB/HSV 72° 65.85% 48.24%
CMYK 13.01% 0.00% 65.85%
51.76%

Color #6B7B2A in popluar number systems.

HEX 6B 7B 2A
Decimal 107 123 42
Binary 1101011 1111011 101010
Octal 153 173 52

Shades and tints

Shades of #6B7B2A

#6B7B2A
(107,123,42)
#627027
(98,112,39)
#596524
(89,101,36)
#505A21
(80,90,33)
#474F1E
(71,79,30)
#3E441B
(62,68,27)
#353918
(53,57,24)
#2C2E15
(44,46,21)
#232312
(35,35,18)
#1A180F
(26,24,15)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #6B7B2A

#6B7B2A
(107,123,42)
#78873D
(120,135,61)
#859350
(133,147,80)
#929F63
(146,159,99)
#9FAB76
(159,171,118)
#ACB789
(172,183,137)
#B9C39C
(185,195,156)
#C6CFAF
(198,207,175)
#D3DBC2
(211,219,194)
#E0E7D5
(224,231,213)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7B2A; }

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

This text font color is #6B7B2A.

Background Color

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

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

This div background color is #6B7B2A.

Border color

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

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

This div border color is #6B7B2A.

Opacity

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

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

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

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

This text has shadow with #6B7B2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7B2A.

Preview

Color preview on black background

This text has color #6B7B2A on black background.


Color preview on white background

This text has color #6B7B2A on white background.


Black color preview on #6B7B2A background

This text has black color on #6B7B2A background.


White color preview on #6B7B2A background

This text has white color on #6B7B2A background.


Related colors

Complementary color

Complementary color for #hex is #9484D5.


I love getcolorcode.com

Triadic colors

1 #2A6B7B and #7B2A6B with #6B7B2A are triadic colors.

2 #2A7B6B and #7B6B2A with #6B7B2A are triadic colors.