COLOR #699419

HEX: #699419
RGB: (105,148,25)

Color info

#699419 contains mainly red and green colors. Web safe color of #699419 is #669900 (or #690).

RGB color model

#699419 color RGB value is (105,148,25).

  • red value is 105;
  • green value is 148;
  • blue value is 25.
RGB:
(105,148,25)
(41%,58%,10%)

RGB channels and saturation

R 105 of 255 = 41%
G 148 of 255 = 58%
B 25 of 255 = 10%

105
148
25

R + G + B ~ 36%. #699419 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 148 + 25 = 278 (100%)
R 105 of 278 ~ 37.77%
G 148 of 278 ~ 53.24%
B 25 of 278 ~ 8.99%

%37.77
%53.24

CMYK color model

#699419 color CMYK value is (29,0,83,42).

  • cyan value is 29.05%
  • magenta value is 0.00%
  • yellow value is 83.11%
  • key color value is 41.96%
CMYK:
(29,0,83,42)
C29M0Y83K42 
(29%,0%,83%,42%)
(0.29/0.00/0.83/0.42)	

CMYK percentages

%29.05
%0
%83.11
%41.96

Codes

Color #699419 in popluar color models

699419
RGB10514825
HSL81°71.10%33.92%
HSB/HSV81°83.11%58.04%
CMYK29.05%0.00%83.11%
41.96%

Color #699419 in popluar number systems.

HEX699419
Decimal10514825
Binary11010011001010011001
Octal15122431

Shades and tints

Shades of #699419

#699419
(105,148,25)
#608717
(96,135,23)
#577A15
(87,122,21)
#4E6D13
(78,109,19)
#456011
(69,96,17)
#3C530F
(60,83,15)
#33460D
(51,70,13)
#2A390B
(42,57,11)
#212C09
(33,44,9)
#181F07
(24,31,7)
#0F1205
(15,18,5)
#000000
(0,0,0)

Tints of #699419

#699419
(105,148,25)
#769D2D
(118,157,45)
#83A641
(131,166,65)
#90AF55
(144,175,85)
#9DB869
(157,184,105)
#AAC17D
(170,193,125)
#B7CA91
(183,202,145)
#C4D3A5
(196,211,165)
#D1DCB9
(209,220,185)
#DEE5CD
(222,229,205)
#EBEEE1
(235,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699419 color. Also use rgb(105,148,25) instead hex code.

Text Font Color

.myTextColor { color: #699419; }

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

This text font color is #699419.


Background Color

.myBgColor { background-color: #699419; }

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

This div background color is #699419.


Border color

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

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

This div border color is #699419.


Opacity

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

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

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

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

This text has shadow with #699419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699419 on black background.


Color preview on white background

This text has color #699419 on white background.



Black color preview on #699419 background

This text has black color on #699419 background.


White color preview on #699419 background

This text has white color on #699419 background.