COLOR #6B7228

HEX: #6B7228
RGB: (107,114,40)

Color info

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

RGB color model

#6B7228 color RGB value is (107,114,40).

  • red value is 107;
  • green value is 114;
  • blue value is 40.
RGB:
(107,114,40)
(42%,45%,16%)

RGB channels and saturation

R 107 of 255 = 42%
G 114 of 255 = 45%
B 40 of 255 = 16%

107
114
40

R + G + B ~ 34%. #6B7228 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 114 + 40 = 261 (100%)
R 107 of 261 ~ 41%
G 114 of 261 ~ 43.68%
B 40 of 261 ~ 15.33%

%41
%43.68
%15.33

CMYK color model

#6B7228 color CMYK value is (6,0,65,55).

  • cyan value is 6.14%
  • magenta value is 0.00%
  • yellow value is 64.91%
  • key color value is 55.29%
CMYK:
(6,0,65,55)
C6M0Y65K55 
(6%,0%,65%,55%)
(0.06/0.00/0.65/0.55)	

CMYK percentages

%6.14
%0
%64.91
%55.29

Codes

Color #6B7228 in popluar color models

6B7228
RGB10711440
HSL66°48.05%30.20%
HSB/HSV66°64.91%44.71%
CMYK6.14%0.00%64.91%
55.29%

Color #6B7228 in popluar number systems.

HEX6B7228
Decimal10711440
Binary11010111110010101000
Octal15316250

Shades and tints

Shades of #6B7228

#6B7228
(107,114,40)
#626825
(98,104,37)
#595E22
(89,94,34)
#50541F
(80,84,31)
#474A1C
(71,74,28)
#3E4019
(62,64,25)
#353616
(53,54,22)
#2C2C13
(44,44,19)
#232210
(35,34,16)
#1A180D
(26,24,13)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #6B7228

#6B7228
(107,114,40)
#787E3B
(120,126,59)
#858A4E
(133,138,78)
#929661
(146,150,97)
#9FA274
(159,162,116)
#ACAE87
(172,174,135)
#B9BA9A
(185,186,154)
#C6C6AD
(198,198,173)
#D3D2C0
(211,210,192)
#E0DED3
(224,222,211)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7228 color. Also use rgb(107,114,40) instead hex code.

Text Font Color

.myTextColor { color: #6B7228; }

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

This text font color is #6B7228.


Background Color

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

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

This div background color is #6B7228.


Border color

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

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

This div border color is #6B7228.


Opacity

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

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

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

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

This text has shadow with #6B7228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7228 on black background.


Color preview on white background

This text has color #6B7228 on white background.



Black color preview on #6B7228 background

This text has black color on #6B7228 background.


White color preview on #6B7228 background

This text has white color on #6B7228 background.