COLOR #698F72

HEX: #698F72
RGB: (105,143,114)

Color info

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

RGB color model

#698F72 color RGB value is (105,143,114).

  • red value is 105;
  • green value is 143;
  • blue value is 114.
RGB:
(105,143,114)
(41%,56%,45%)

RGB channels and saturation

R 105 of 255 = 41%
G 143 of 255 = 56%
B 114 of 255 = 45%

105
143
114

R + G + B ~ 47%. #698F72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 143 + 114 = 362 (100%)
R 105 of 362 ~ 29.01%
G 143 of 362 ~ 39.5%
B 114 of 362 ~ 31.49%

%29.01
%39.5
%31.49

CMYK color model

#698F72 color CMYK value is (27,0,20,44).

  • cyan value is 26.57%
  • magenta value is 0.00%
  • yellow value is 20.28%
  • key color value is 43.92%
CMYK:
(27,0,20,44)
C27M0Y20K44 
(27%,0%,20%,44%)
(0.27/0.00/0.20/0.44)	

CMYK percentages

%26.57
%0
%20.28
%43.92

Codes

Color #698F72 in popluar color models

698F72
RGB105143114
HSL134°15.32%48.63%
HSB/HSV134°26.57%56.08%
CMYK26.57%0.00%20.28%
43.92%

Color #698F72 in popluar number systems.

HEX698F72
Decimal105143114
Binary1101001100011111110010
Octal151217162

Shades and tints

Shades of #698F72

#698F72
(105,143,114)
#608268
(96,130,104)
#57755E
(87,117,94)
#4E6854
(78,104,84)
#455B4A
(69,91,74)
#3C4E40
(60,78,64)
#334136
(51,65,54)
#2A342C
(42,52,44)
#212722
(33,39,34)
#181A18
(24,26,24)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #698F72

#698F72
(105,143,114)
#76997E
(118,153,126)
#83A38A
(131,163,138)
#90AD96
(144,173,150)
#9DB7A2
(157,183,162)
#AAC1AE
(170,193,174)
#B7CBBA
(183,203,186)
#C4D5C6
(196,213,198)
#D1DFD2
(209,223,210)
#DEE9DE
(222,233,222)
#EBF3EA
(235,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698F72 color. Also use rgb(105,143,114) instead hex code.

Text Font Color

.myTextColor { color: #698F72; }

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

This text font color is #698F72.


Background Color

.myBgColor { background-color: #698F72; }

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

This div background color is #698F72.


Border color

.myBorderColor { border: 1px solid #698F72; }

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

This div border color is #698F72.


Opacity

.myOpacity80 { color: #698F72; opacity: 0.8; }

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

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

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

This text has shadow with #698F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698F72 on black background.


Color preview on white background

This text has color #698F72 on white background.



Black color preview on #698F72 background

This text has black color on #698F72 background.


White color preview on #698F72 background

This text has white color on #698F72 background.