COLOR #699248

HEX: #699248
RGB: (105,146,72)

Color info

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

RGB color model

#699248 color RGB value is (105,146,72).

  • red value is 105;
  • green value is 146;
  • blue value is 72.
RGB:
(105,146,72)
(41%,57%,28%)

RGB channels and saturation

R 105 of 255 = 41%
G 146 of 255 = 57%
B 72 of 255 = 28%

105
146
72

R + G + B ~ 42%. #699248 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 146 + 72 = 323 (100%)
R 105 of 323 ~ 32.51%
G 146 of 323 ~ 45.2%
B 72 of 323 ~ 22.29%

%32.51
%45.2
%22.29

CMYK color model

#699248 color CMYK value is (28,0,51,43).

  • cyan value is 28.08%
  • magenta value is 0.00%
  • yellow value is 50.68%
  • key color value is 42.75%
CMYK:
(28,0,51,43)
C28M0Y51K43 
(28%,0%,51%,43%)
(0.28/0.00/0.51/0.43)	

CMYK percentages

%28.08
%0
%50.68
%42.75

Codes

Color #699248 in popluar color models

699248
RGB10514672
HSL93°33.94%42.75%
HSB/HSV93°50.68%57.25%
CMYK28.08%0.00%50.68%
42.75%

Color #699248 in popluar number systems.

HEX699248
Decimal10514672
Binary1101001100100101001000
Octal151222110

Shades and tints

Shades of #699248

#699248
(105,146,72)
#608542
(96,133,66)
#57783C
(87,120,60)
#4E6B36
(78,107,54)
#455E30
(69,94,48)
#3C512A
(60,81,42)
#334424
(51,68,36)
#2A371E
(42,55,30)
#212A18
(33,42,24)
#181D12
(24,29,18)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #699248

#699248
(105,146,72)
#769B58
(118,155,88)
#83A468
(131,164,104)
#90AD78
(144,173,120)
#9DB688
(157,182,136)
#AABF98
(170,191,152)
#B7C8A8
(183,200,168)
#C4D1B8
(196,209,184)
#D1DAC8
(209,218,200)
#DEE3D8
(222,227,216)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699248 color. Also use rgb(105,146,72) instead hex code.

Text Font Color

.myTextColor { color: #699248; }

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

This text font color is #699248.


Background Color

.myBgColor { background-color: #699248; }

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

This div background color is #699248.


Border color

.myBorderColor { border: 1px solid #699248; }

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

This div border color is #699248.


Opacity

.myOpacity80 { color: #699248; opacity: 0.8; }

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

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

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

This text has shadow with #699248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699248 on black background.


Color preview on white background

This text has color #699248 on white background.



Black color preview on #699248 background

This text has black color on #699248 background.


White color preview on #699248 background

This text has white color on #699248 background.