COLOR #699373

HEX: #699373
RGB: (105,147,115)

Color info

#699373 contains red, green and blue colors in about the same proportion. Web safe color of #699373 is #669966 (or #696).

RGB color model

#699373 color RGB value is (105,147,115).

  • red value is 105;
  • green value is 147;
  • blue value is 115.
RGB:
(105,147,115)
(41%,58%,45%)

RGB channels and saturation

R 105 of 255 = 41%
G 147 of 255 = 58%
B 115 of 255 = 45%

105
147
115

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

Portions of RGB colors in percentages

R + G + B =
105 + 147 + 115 = 367 (100%)
R 105 of 367 ~ 28.61%
G 147 of 367 ~ 40.05%
B 115 of 367 ~ 31.34%

%28.61
%40.05
%31.34

CMYK color model

#699373 color CMYK value is (29,0,22,42).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 21.77%
  • key color value is 42.35%
CMYK:
(29,0,22,42)
C29M0Y22K42 
(29%,0%,22%,42%)
(0.29/0.00/0.22/0.42)	

CMYK percentages

%28.57
%0
%21.77
%42.35

Codes

Color #699373 in popluar color models

699373
RGB105147115
HSL134°16.67%49.41%
HSB/HSV134°28.57%57.65%
CMYK28.57%0.00%21.77%
42.35%

Color #699373 in popluar number systems.

HEX699373
Decimal105147115
Binary1101001100100111110011
Octal151223163

Shades and tints

Shades of #699373

#699373
(105,147,115)
#608669
(96,134,105)
#57795F
(87,121,95)
#4E6C55
(78,108,85)
#455F4B
(69,95,75)
#3C5241
(60,82,65)
#334537
(51,69,55)
#2A382D
(42,56,45)
#212B23
(33,43,35)
#181E19
(24,30,25)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #699373

#699373
(105,147,115)
#769C7F
(118,156,127)
#83A58B
(131,165,139)
#90AE97
(144,174,151)
#9DB7A3
(157,183,163)
#AAC0AF
(170,192,175)
#B7C9BB
(183,201,187)
#C4D2C7
(196,210,199)
#D1DBD3
(209,219,211)
#DEE4DF
(222,228,223)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699373 color. Also use rgb(105,147,115) instead hex code.

Text Font Color

.myTextColor { color: #699373; }

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

This text font color is #699373.


Background Color

.myBgColor { background-color: #699373; }

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

This div background color is #699373.


Border color

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

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

This div border color is #699373.


Opacity

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

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

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

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

This text has shadow with #699373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699373 on black background.


Color preview on white background

This text has color #699373 on white background.



Black color preview on #699373 background

This text has black color on #699373 background.


White color preview on #699373 background

This text has white color on #699373 background.