COLOR #6E7B1B

HEX: #6E7B1B
RGB: (110,123,27)

Color info

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

RGB color model

#6E7B1B color RGB value is (110,123,27).

  • red value is 110;
  • green value is 123;
  • blue value is 27.
RGB:
(110,123,27)
(43%,48%,11%)

RGB channels and saturation

R 110 of 255 = 43%
G 123 of 255 = 48%
B 27 of 255 = 11%

110
123
27

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

Portions of RGB colors in percentages

R + G + B =
110 + 123 + 27 = 260 (100%)
R 110 of 260 ~ 42.31%
G 123 of 260 ~ 47.31%
B 27 of 260 ~ 10.38%

%42.31
%47.31
%10.38

CMYK color model

#6E7B1B color CMYK value is (11,0,78,52).

  • cyan value is 10.57%
  • magenta value is 0.00%
  • yellow value is 78.05%
  • key color value is 51.76%
CMYK:
(11,0,78,52)
C11M0Y78K52 
(11%,0%,78%,52%)
(0.11/0.00/0.78/0.52)	

CMYK percentages

%10.57
%0
%78.05
%51.76

Codes

Color #6E7B1B in popluar color models

6E7B1B
RGB11012327
HSL68°64.00%29.41%
HSB/HSV68°78.05%48.24%
CMYK10.57%0.00%78.05%
51.76%

Color #6E7B1B in popluar number systems.

HEX6E7B1B
Decimal11012327
Binary1101110111101111011
Octal15617333

Shades and tints

Shades of #6E7B1B

#6E7B1B
(110,123,27)
#647019
(100,112,25)
#5A6517
(90,101,23)
#505A15
(80,90,21)
#464F13
(70,79,19)
#3C4411
(60,68,17)
#32390F
(50,57,15)
#282E0D
(40,46,13)
#1E230B
(30,35,11)
#141809
(20,24,9)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #6E7B1B

#6E7B1B
(110,123,27)
#7B872F
(123,135,47)
#889343
(136,147,67)
#959F57
(149,159,87)
#A2AB6B
(162,171,107)
#AFB77F
(175,183,127)
#BCC393
(188,195,147)
#C9CFA7
(201,207,167)
#D6DBBB
(214,219,187)
#E3E7CF
(227,231,207)
#F0F3E3
(240,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7B1B color. Also use rgb(110,123,27) instead hex code.

Text Font Color

.myTextColor { color: #6E7B1B; }

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

This text font color is #6E7B1B.


Background Color

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

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

This div background color is #6E7B1B.


Border color

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

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

This div border color is #6E7B1B.


Opacity

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

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

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

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

This text has shadow with #6E7B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7B1B on black background.


Color preview on white background

This text has color #6E7B1B on white background.



Black color preview on #6E7B1B background

This text has black color on #6E7B1B background.


White color preview on #6E7B1B background

This text has white color on #6E7B1B background.