COLOR #6B7332

HEX: #6B7332
RGB: (107,115,50)

Color info

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

RGB color model

#6B7332 color RGB value is (107,115,50).

  • red value is 107;
  • green value is 115;
  • blue value is 50.
RGB:
(107,115,50)
(42%,45%,20%)

RGB channels and saturation

R 107 of 255 = 42%
G 115 of 255 = 45%
B 50 of 255 = 20%

107
115
50

R + G + B ~ 36%. #6B7332 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 115 + 50 = 272 (100%)
R 107 of 272 ~ 39.34%
G 115 of 272 ~ 42.28%
B 50 of 272 ~ 18.38%

%39.34
%42.28
%18.38

CMYK color model

#6B7332 color CMYK value is (7,0,57,55).

  • cyan value is 6.96%
  • magenta value is 0.00%
  • yellow value is 56.52%
  • key color value is 54.90%
CMYK:
(7,0,57,55)
C7M0Y57K55 
(7%,0%,57%,55%)
(0.07/0.00/0.57/0.55)	

CMYK percentages

%6.96
%0
%56.52
%54.9

Codes

Color #6B7332 in popluar color models

6B7332
RGB10711550
HSL67°39.39%32.35%
HSB/HSV67°56.52%45.10%
CMYK6.96%0.00%56.52%
54.90%

Color #6B7332 in popluar number systems.

HEX6B7332
Decimal10711550
Binary11010111110011110010
Octal15316362

Shades and tints

Shades of #6B7332

#6B7332
(107,115,50)
#62692E
(98,105,46)
#595F2A
(89,95,42)
#505526
(80,85,38)
#474B22
(71,75,34)
#3E411E
(62,65,30)
#35371A
(53,55,26)
#2C2D16
(44,45,22)
#232312
(35,35,18)
#1A190E
(26,25,14)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #6B7332

#6B7332
(107,115,50)
#787F44
(120,127,68)
#858B56
(133,139,86)
#929768
(146,151,104)
#9FA37A
(159,163,122)
#ACAF8C
(172,175,140)
#B9BB9E
(185,187,158)
#C6C7B0
(198,199,176)
#D3D3C2
(211,211,194)
#E0DFD4
(224,223,212)
#EDEBE6
(237,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7332 color. Also use rgb(107,115,50) instead hex code.

Text Font Color

.myTextColor { color: #6B7332; }

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

This text font color is #6B7332.


Background Color

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

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

This div background color is #6B7332.


Border color

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

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

This div border color is #6B7332.


Opacity

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

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

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

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

This text has shadow with #6B7332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7332 on black background.


Color preview on white background

This text has color #6B7332 on white background.



Black color preview on #6B7332 background

This text has black color on #6B7332 background.


White color preview on #6B7332 background

This text has white color on #6B7332 background.