COLOR #6B9252

HEX: #6B9252
RGB: (107,146,82)

Color info

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

RGB color model

#6B9252 color RGB value is (107,146,82).

  • red value is 107;
  • green value is 146;
  • blue value is 82.
RGB:
(107,146,82)
(42%,57%,32%)

RGB channels and saturation

R 107 of 255 = 42%
G 146 of 255 = 57%
B 82 of 255 = 32%

107
146
82

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

Portions of RGB colors in percentages

R + G + B =
107 + 146 + 82 = 335 (100%)
R 107 of 335 ~ 31.94%
G 146 of 335 ~ 43.58%
B 82 of 335 ~ 24.48%

%31.94
%43.58
%24.48

CMYK color model

#6B9252 color CMYK value is (27,0,44,43).

  • cyan value is 26.71%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 42.75%
CMYK:
(27,0,44,43)
C27M0Y44K43 
(27%,0%,44%,43%)
(0.27/0.00/0.44/0.43)	

CMYK percentages

%26.71
%0
%43.84
%42.75

Codes

Color #6B9252 in popluar color models

6B9252
RGB10714682
HSL97°28.07%44.71%
HSB/HSV97°43.84%57.25%
CMYK26.71%0.00%43.84%
42.75%

Color #6B9252 in popluar number systems.

HEX6B9252
Decimal10714682
Binary1101011100100101010010
Octal153222122

Shades and tints

Shades of #6B9252

#6B9252
(107,146,82)
#62854B
(98,133,75)
#597844
(89,120,68)
#506B3D
(80,107,61)
#475E36
(71,94,54)
#3E512F
(62,81,47)
#354428
(53,68,40)
#2C3721
(44,55,33)
#232A1A
(35,42,26)
#1A1D13
(26,29,19)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #6B9252

#6B9252
(107,146,82)
#789B61
(120,155,97)
#85A470
(133,164,112)
#92AD7F
(146,173,127)
#9FB68E
(159,182,142)
#ACBF9D
(172,191,157)
#B9C8AC
(185,200,172)
#C6D1BB
(198,209,187)
#D3DACA
(211,218,202)
#E0E3D9
(224,227,217)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9252 color. Also use rgb(107,146,82) instead hex code.

Text Font Color

.myTextColor { color: #6B9252; }

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

This text font color is #6B9252.


Background Color

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

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

This div background color is #6B9252.


Border color

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

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

This div border color is #6B9252.


Opacity

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

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

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

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

This text has shadow with #6B9252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9252 on black background.


Color preview on white background

This text has color #6B9252 on white background.



Black color preview on #6B9252 background

This text has black color on #6B9252 background.


White color preview on #6B9252 background

This text has white color on #6B9252 background.