COLOR #6F823C

HEX: #6F823C
RGB: (111,130,60)

Color info

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

RGB color model

#6F823C color RGB value is (111,130,60).

  • red value is 111;
  • green value is 130;
  • blue value is 60.
RGB:
(111,130,60)
(44%,51%,24%)

RGB channels and saturation

R 111 of 255 = 44%
G 130 of 255 = 51%
B 60 of 255 = 24%

111
130
60

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

Portions of RGB colors in percentages

R + G + B =
111 + 130 + 60 = 301 (100%)
R 111 of 301 ~ 36.88%
G 130 of 301 ~ 43.19%
B 60 of 301 ~ 19.93%

%36.88
%43.19
%19.93

CMYK color model

#6F823C color CMYK value is (15,0,54,49).

  • cyan value is 14.62%
  • magenta value is 0.00%
  • yellow value is 53.85%
  • key color value is 49.02%
CMYK:
(15,0,54,49)
C15M0Y54K49 
(15%,0%,54%,49%)
(0.15/0.00/0.54/0.49)	

CMYK percentages

%14.62
%0
%53.85
%49.02

Codes

Color #6F823C in popluar color models

6F823C
RGB11113060
HSL76°36.84%37.25%
HSB/HSV76°53.85%50.98%
CMYK14.62%0.00%53.85%
49.02%

Color #6F823C in popluar number systems.

HEX6F823C
Decimal11113060
Binary110111110000010111100
Octal15720274

Shades and tints

Shades of #6F823C

#6F823C
(111,130,60)
#657737
(101,119,55)
#5B6C32
(91,108,50)
#51612D
(81,97,45)
#475628
(71,86,40)
#3D4B23
(61,75,35)
#33401E
(51,64,30)
#293519
(41,53,25)
#1F2A14
(31,42,20)
#151F0F
(21,31,15)
#0B140A
(11,20,10)
#000000
(0,0,0)

Tints of #6F823C

#6F823C
(111,130,60)
#7C8D4D
(124,141,77)
#89985E
(137,152,94)
#96A36F
(150,163,111)
#A3AE80
(163,174,128)
#B0B991
(176,185,145)
#BDC4A2
(189,196,162)
#CACFB3
(202,207,179)
#D7DAC4
(215,218,196)
#E4E5D5
(228,229,213)
#F1F0E6
(241,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F823C color. Also use rgb(111,130,60) instead hex code.

Text Font Color

.myTextColor { color: #6F823C; }

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

This text font color is #6F823C.


Background Color

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

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

This div background color is #6F823C.


Border color

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

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

This div border color is #6F823C.


Opacity

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

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

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

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

This text has shadow with #6F823C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F823C on black background.


Color preview on white background

This text has color #6F823C on white background.



Black color preview on #6F823C background

This text has black color on #6F823C background.


White color preview on #6F823C background

This text has white color on #6F823C background.