COLOR #6E7F4B

HEX: #6E7F4B
RGB: (110,127,75)

Color info

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

RGB color model

#6E7F4B color RGB value is (110,127,75).

  • red value is 110;
  • green value is 127;
  • blue value is 75.
RGB:
(110,127,75)
(43%,50%,29%)

RGB channels and saturation

R 110 of 255 = 43%
G 127 of 255 = 50%
B 75 of 255 = 29%

110
127
75

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

Portions of RGB colors in percentages

R + G + B =
110 + 127 + 75 = 312 (100%)
R 110 of 312 ~ 35.26%
G 127 of 312 ~ 40.71%
B 75 of 312 ~ 24.04%

%35.26
%40.71
%24.04

CMYK color model

#6E7F4B color CMYK value is (13,0,41,50).

  • cyan value is 13.39%
  • magenta value is 0.00%
  • yellow value is 40.94%
  • key color value is 50.20%
CMYK:
(13,0,41,50)
C13M0Y41K50 
(13%,0%,41%,50%)
(0.13/0.00/0.41/0.50)	

CMYK percentages

%13.39
%0
%40.94
%50.2

Codes

Color #6E7F4B in popluar color models

6E7F4B
RGB11012775
HSL80°25.74%39.61%
HSB/HSV80°40.94%49.80%
CMYK13.39%0.00%40.94%
50.20%

Color #6E7F4B in popluar number systems.

HEX6E7F4B
Decimal11012775
Binary110111011111111001011
Octal156177113

Shades and tints

Shades of #6E7F4B

#6E7F4B
(110,127,75)
#647445
(100,116,69)
#5A693F
(90,105,63)
#505E39
(80,94,57)
#465333
(70,83,51)
#3C482D
(60,72,45)
#323D27
(50,61,39)
#283221
(40,50,33)
#1E271B
(30,39,27)
#141C15
(20,28,21)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #6E7F4B

#6E7F4B
(110,127,75)
#7B8A5B
(123,138,91)
#88956B
(136,149,107)
#95A07B
(149,160,123)
#A2AB8B
(162,171,139)
#AFB69B
(175,182,155)
#BCC1AB
(188,193,171)
#C9CCBB
(201,204,187)
#D6D7CB
(214,215,203)
#E3E2DB
(227,226,219)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7F4B color. Also use rgb(110,127,75) instead hex code.

Text Font Color

.myTextColor { color: #6E7F4B; }

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

This text font color is #6E7F4B.


Background Color

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

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

This div background color is #6E7F4B.


Border color

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

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

This div border color is #6E7F4B.


Opacity

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

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

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

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

This text has shadow with #6E7F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7F4B on black background.


Color preview on white background

This text has color #6E7F4B on white background.



Black color preview on #6E7F4B background

This text has black color on #6E7F4B background.


White color preview on #6E7F4B background

This text has white color on #6E7F4B background.