COLOR #6F7B3B

HEX: #6F7B3B
RGB: (111,123,59)

Color info

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

RGB color model

#6F7B3B color RGB value is (111,123,59).

  • red value is 111;
  • green value is 123;
  • blue value is 59.
RGB:
(111,123,59)
(44%,48%,23%)

RGB channels and saturation

R 111 of 255 = 44%
G 123 of 255 = 48%
B 59 of 255 = 23%

111
123
59

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

Portions of RGB colors in percentages

R + G + B =
111 + 123 + 59 = 293 (100%)
R 111 of 293 ~ 37.88%
G 123 of 293 ~ 41.98%
B 59 of 293 ~ 20.14%

%37.88
%41.98
%20.14

CMYK color model

#6F7B3B color CMYK value is (10,0,52,52).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 52.03%
  • key color value is 51.76%
CMYK:
(10,0,52,52)
C10M0Y52K52 
(10%,0%,52%,52%)
(0.10/0.00/0.52/0.52)	

CMYK percentages

%9.76
%0
%52.03
%51.76

Codes

Color #6F7B3B in popluar color models

6F7B3B
RGB11112359
HSL71°35.16%35.69%
HSB/HSV71°52.03%48.24%
CMYK9.76%0.00%52.03%
51.76%

Color #6F7B3B in popluar number systems.

HEX6F7B3B
Decimal11112359
Binary11011111111011111011
Octal15717373

Shades and tints

Shades of #6F7B3B

#6F7B3B
(111,123,59)
#657036
(101,112,54)
#5B6531
(91,101,49)
#515A2C
(81,90,44)
#474F27
(71,79,39)
#3D4422
(61,68,34)
#33391D
(51,57,29)
#292E18
(41,46,24)
#1F2313
(31,35,19)
#15180E
(21,24,14)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #6F7B3B

#6F7B3B
(111,123,59)
#7C874C
(124,135,76)
#89935D
(137,147,93)
#969F6E
(150,159,110)
#A3AB7F
(163,171,127)
#B0B790
(176,183,144)
#BDC3A1
(189,195,161)
#CACFB2
(202,207,178)
#D7DBC3
(215,219,195)
#E4E7D4
(228,231,212)
#F1F3E5
(241,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7B3B color. Also use rgb(111,123,59) instead hex code.

Text Font Color

.myTextColor { color: #6F7B3B; }

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

This text font color is #6F7B3B.


Background Color

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

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

This div background color is #6F7B3B.


Border color

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

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

This div border color is #6F7B3B.


Opacity

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

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

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

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

This text has shadow with #6F7B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7B3B on black background.


Color preview on white background

This text has color #6F7B3B on white background.



Black color preview on #6F7B3B background

This text has black color on #6F7B3B background.


White color preview on #6F7B3B background

This text has white color on #6F7B3B background.