COLOR #6F9C53

HEX: #6F9C53
RGB: (111,156,83)

Color info

#6F9C53 contains mainly red and green colors. Web safe color of #6F9C53 is #669966 (or #696).

RGB color model

#6F9C53 color RGB value is (111,156,83).

  • red value is 111;
  • green value is 156;
  • blue value is 83.
RGB:
(111,156,83)
(44%,61%,33%)

RGB channels and saturation

R 111 of 255 = 44%
G 156 of 255 = 61%
B 83 of 255 = 33%

111
156
83

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

Portions of RGB colors in percentages

R + G + B =
111 + 156 + 83 = 350 (100%)
R 111 of 350 ~ 31.71%
G 156 of 350 ~ 44.57%
B 83 of 350 ~ 23.71%

%31.71
%44.57
%23.71

CMYK color model

#6F9C53 color CMYK value is (29,0,47,39).

  • cyan value is 28.85%
  • magenta value is 0.00%
  • yellow value is 46.79%
  • key color value is 38.82%
CMYK:
(29,0,47,39)
C29M0Y47K39 
(29%,0%,47%,39%)
(0.29/0.00/0.47/0.39)	

CMYK percentages

%28.85
%0
%46.79
%38.82

Codes

Color #6F9C53 in popluar color models

6F9C53
RGB11115683
HSL97°30.54%46.86%
HSB/HSV97°46.79%61.18%
CMYK28.85%0.00%46.79%
38.82%

Color #6F9C53 in popluar number systems.

HEX6F9C53
Decimal11115683
Binary1101111100111001010011
Octal157234123

Shades and tints

Shades of #6F9C53

#6F9C53
(111,156,83)
#658E4C
(101,142,76)
#5B8045
(91,128,69)
#51723E
(81,114,62)
#476437
(71,100,55)
#3D5630
(61,86,48)
#334829
(51,72,41)
#293A22
(41,58,34)
#1F2C1B
(31,44,27)
#151E14
(21,30,20)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #6F9C53

#6F9C53
(111,156,83)
#7CA562
(124,165,98)
#89AE71
(137,174,113)
#96B780
(150,183,128)
#A3C08F
(163,192,143)
#B0C99E
(176,201,158)
#BDD2AD
(189,210,173)
#CADBBC
(202,219,188)
#D7E4CB
(215,228,203)
#E4EDDA
(228,237,218)
#F1F6E9
(241,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9C53 color. Also use rgb(111,156,83) instead hex code.

Text Font Color

.myTextColor { color: #6F9C53; }

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

This text font color is #6F9C53.


Background Color

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

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

This div background color is #6F9C53.


Border color

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

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

This div border color is #6F9C53.


Opacity

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

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

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

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

This text has shadow with #6F9C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9C53 on black background.


Color preview on white background

This text has color #6F9C53 on white background.



Black color preview on #6F9C53 background

This text has black color on #6F9C53 background.


White color preview on #6F9C53 background

This text has white color on #6F9C53 background.