COLOR #6F853D

HEX: #6F853D
RGB: (111,133,61)

Color info

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

RGB color model

#6F853D color RGB value is (111,133,61).

  • red value is 111;
  • green value is 133;
  • blue value is 61.
RGB:
(111,133,61)
(44%,52%,24%)

RGB channels and saturation

R 111 of 255 = 44%
G 133 of 255 = 52%
B 61 of 255 = 24%

111
133
61

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

Portions of RGB colors in percentages

R + G + B =
111 + 133 + 61 = 305 (100%)
R 111 of 305 ~ 36.39%
G 133 of 305 ~ 43.61%
B 61 of 305 ~ 20%

%36.39
%43.61
%20

CMYK color model

#6F853D color CMYK value is (17,0,54,48).

  • cyan value is 16.54%
  • magenta value is 0.00%
  • yellow value is 54.14%
  • key color value is 47.84%
CMYK:
(17,0,54,48)
C17M0Y54K48 
(17%,0%,54%,48%)
(0.17/0.00/0.54/0.48)	

CMYK percentages

%16.54
%0
%54.14
%47.84

Codes

Color #6F853D in popluar color models

6F853D
RGB11113361
HSL78°37.11%38.04%
HSB/HSV78°54.14%52.16%
CMYK16.54%0.00%54.14%
47.84%

Color #6F853D in popluar number systems.

HEX6F853D
Decimal11113361
Binary110111110000101111101
Octal15720575

Shades and tints

Shades of #6F853D

#6F853D
(111,133,61)
#657938
(101,121,56)
#5B6D33
(91,109,51)
#51612E
(81,97,46)
#475529
(71,85,41)
#3D4924
(61,73,36)
#333D1F
(51,61,31)
#29311A
(41,49,26)
#1F2515
(31,37,21)
#151910
(21,25,16)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #6F853D

#6F853D
(111,133,61)
#7C904E
(124,144,78)
#899B5F
(137,155,95)
#96A670
(150,166,112)
#A3B181
(163,177,129)
#B0BC92
(176,188,146)
#BDC7A3
(189,199,163)
#CAD2B4
(202,210,180)
#D7DDC5
(215,221,197)
#E4E8D6
(228,232,214)
#F1F3E7
(241,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F853D color. Also use rgb(111,133,61) instead hex code.

Text Font Color

.myTextColor { color: #6F853D; }

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

This text font color is #6F853D.


Background Color

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

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

This div background color is #6F853D.


Border color

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

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

This div border color is #6F853D.


Opacity

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

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

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

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

This text has shadow with #6F853D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F853D on black background.


Color preview on white background

This text has color #6F853D on white background.



Black color preview on #6F853D background

This text has black color on #6F853D background.


White color preview on #6F853D background

This text has white color on #6F853D background.