COLOR #6B893D

HEX: #6B893D
RGB: (107,137,61)

Color info

#6B893D contains mainly red and green colors. Web safe color of #6B893D is #669933 (or #693).

RGB color model

#6B893D color RGB value is (107,137,61).

  • red value is 107;
  • green value is 137;
  • blue value is 61.
RGB:
(107,137,61)
(42%,54%,24%)

RGB channels and saturation

R 107 of 255 = 42%
G 137 of 255 = 54%
B 61 of 255 = 24%

107
137
61

R + G + B ~ 40%. #6B893D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 137 + 61 = 305 (100%)
R 107 of 305 ~ 35.08%
G 137 of 305 ~ 44.92%
B 61 of 305 ~ 20%

%35.08
%44.92
%20

CMYK color model

#6B893D color CMYK value is (22,0,55,46).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 55.47%
  • key color value is 46.27%
CMYK:
(22,0,55,46)
C22M0Y55K46 
(22%,0%,55%,46%)
(0.22/0.00/0.55/0.46)	

CMYK percentages

%21.9
%0
%55.47
%46.27

Codes

Color #6B893D in popluar color models

6B893D
RGB10713761
HSL84°38.38%38.82%
HSB/HSV84°55.47%53.73%
CMYK21.90%0.00%55.47%
46.27%

Color #6B893D in popluar number systems.

HEX6B893D
Decimal10713761
Binary110101110001001111101
Octal15321175

Shades and tints

Shades of #6B893D

#6B893D
(107,137,61)
#627D38
(98,125,56)
#597133
(89,113,51)
#50652E
(80,101,46)
#475929
(71,89,41)
#3E4D24
(62,77,36)
#35411F
(53,65,31)
#2C351A
(44,53,26)
#232915
(35,41,21)
#1A1D10
(26,29,16)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #6B893D

#6B893D
(107,137,61)
#78934E
(120,147,78)
#859D5F
(133,157,95)
#92A770
(146,167,112)
#9FB181
(159,177,129)
#ACBB92
(172,187,146)
#B9C5A3
(185,197,163)
#C6CFB4
(198,207,180)
#D3D9C5
(211,217,197)
#E0E3D6
(224,227,214)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B893D color. Also use rgb(107,137,61) instead hex code.

Text Font Color

.myTextColor { color: #6B893D; }

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

This text font color is #6B893D.


Background Color

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

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

This div background color is #6B893D.


Border color

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

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

This div border color is #6B893D.


Opacity

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

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

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

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

This text has shadow with #6B893D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B893D on black background.


Color preview on white background

This text has color #6B893D on white background.



Black color preview on #6B893D background

This text has black color on #6B893D background.


White color preview on #6B893D background

This text has white color on #6B893D background.