COLOR #6F833F

HEX: #6F833F
RGB: (111,131,63)

Color info

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

RGB color model

#6F833F color RGB value is (111,131,63).

  • red value is 111;
  • green value is 131;
  • blue value is 63.
RGB:
(111,131,63)
(44%,51%,25%)

RGB channels and saturation

R 111 of 255 = 44%
G 131 of 255 = 51%
B 63 of 255 = 25%

111
131
63

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

Portions of RGB colors in percentages

R + G + B =
111 + 131 + 63 = 305 (100%)
R 111 of 305 ~ 36.39%
G 131 of 305 ~ 42.95%
B 63 of 305 ~ 20.66%

%36.39
%42.95
%20.66

CMYK color model

#6F833F color CMYK value is (15,0,52,49).

  • cyan value is 15.27%
  • magenta value is 0.00%
  • yellow value is 51.91%
  • key color value is 48.63%
CMYK:
(15,0,52,49)
C15M0Y52K49 
(15%,0%,52%,49%)
(0.15/0.00/0.52/0.49)	

CMYK percentages

%15.27
%0
%51.91
%48.63

Codes

Color #6F833F in popluar color models

6F833F
RGB11113163
HSL78°35.05%38.04%
HSB/HSV78°51.91%51.37%
CMYK15.27%0.00%51.91%
48.63%

Color #6F833F in popluar number systems.

HEX6F833F
Decimal11113163
Binary110111110000011111111
Octal15720377

Shades and tints

Shades of #6F833F

#6F833F
(111,131,63)
#65783A
(101,120,58)
#5B6D35
(91,109,53)
#516230
(81,98,48)
#47572B
(71,87,43)
#3D4C26
(61,76,38)
#334121
(51,65,33)
#29361C
(41,54,28)
#1F2B17
(31,43,23)
#152012
(21,32,18)
#0B150D
(11,21,13)
#000000
(0,0,0)

Tints of #6F833F

#6F833F
(111,131,63)
#7C8E50
(124,142,80)
#899961
(137,153,97)
#96A472
(150,164,114)
#A3AF83
(163,175,131)
#B0BA94
(176,186,148)
#BDC5A5
(189,197,165)
#CAD0B6
(202,208,182)
#D7DBC7
(215,219,199)
#E4E6D8
(228,230,216)
#F1F1E9
(241,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F833F color. Also use rgb(111,131,63) instead hex code.

Text Font Color

.myTextColor { color: #6F833F; }

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

This text font color is #6F833F.


Background Color

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

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

This div background color is #6F833F.


Border color

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

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

This div border color is #6F833F.


Opacity

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

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

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

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

This text has shadow with #6F833F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F833F on black background.


Color preview on white background

This text has color #6F833F on white background.



Black color preview on #6F833F background

This text has black color on #6F833F background.


White color preview on #6F833F background

This text has white color on #6F833F background.