COLOR #6B7148

HEX: #6B7148
RGB: (107,113,72)

Color info

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

RGB color model

#6B7148 color RGB value is (107,113,72).

  • red value is 107;
  • green value is 113;
  • blue value is 72.
RGB:
(107,113,72)
(42%,44%,28%)

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 72 of 255 = 28%

107
113
72

R + G + B ~ 38%. #6B7148 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 113 + 72 = 292 (100%)
R 107 of 292 ~ 36.64%
G 113 of 292 ~ 38.7%
B 72 of 292 ~ 24.66%

%36.64
%38.7
%24.66

CMYK color model

#6B7148 color CMYK value is (5,0,36,56).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 36.28%
  • key color value is 55.69%
CMYK:
(5,0,36,56)
C5M0Y36K56 
(5%,0%,36%,56%)
(0.05/0.00/0.36/0.56)	

CMYK percentages

%5.31
%0
%36.28
%55.69

Codes

Color #6B7148 in popluar color models

6B7148
RGB10711372
HSL69°22.16%36.27%
HSB/HSV69°36.28%44.31%
CMYK5.31%0.00%36.28%
55.69%

Color #6B7148 in popluar number systems.

HEX6B7148
Decimal10711372
Binary110101111100011001000
Octal153161110

Shades and tints

Shades of #6B7148

#6B7148
(107,113,72)
#626742
(98,103,66)
#595D3C
(89,93,60)
#505336
(80,83,54)
#474930
(71,73,48)
#3E3F2A
(62,63,42)
#353524
(53,53,36)
#2C2B1E
(44,43,30)
#232118
(35,33,24)
#1A1712
(26,23,18)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #6B7148

#6B7148
(107,113,72)
#787D58
(120,125,88)
#858968
(133,137,104)
#929578
(146,149,120)
#9FA188
(159,161,136)
#ACAD98
(172,173,152)
#B9B9A8
(185,185,168)
#C6C5B8
(198,197,184)
#D3D1C8
(211,209,200)
#E0DDD8
(224,221,216)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7148 color. Also use rgb(107,113,72) instead hex code.

Text Font Color

.myTextColor { color: #6B7148; }

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

This text font color is #6B7148.


Background Color

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

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

This div background color is #6B7148.


Border color

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

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

This div border color is #6B7148.


Opacity

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

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

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

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

This text has shadow with #6B7148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7148 on black background.


Color preview on white background

This text has color #6B7148 on white background.



Black color preview on #6B7148 background

This text has black color on #6B7148 background.


White color preview on #6B7148 background

This text has white color on #6B7148 background.