COLOR #698570

HEX: #698570
RGB: (105,133,112)

Color info

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

RGB color model

#698570 color RGB value is (105,133,112).

  • red value is 105;
  • green value is 133;
  • blue value is 112.
RGB:
(105,133,112)
(41%,52%,44%)

RGB channels and saturation

R 105 of 255 = 41%
G 133 of 255 = 52%
B 112 of 255 = 44%

105
133
112

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

Portions of RGB colors in percentages

R + G + B =
105 + 133 + 112 = 350 (100%)
R 105 of 350 ~ 30%
G 133 of 350 ~ 38%
B 112 of 350 ~ 32%

%30
%38
%32

CMYK color model

#698570 color CMYK value is (21,0,16,48).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 47.84%
CMYK:
(21,0,16,48)
C21M0Y16K48 
(21%,0%,16%,48%)
(0.21/0.00/0.16/0.48)	

CMYK percentages

%21.05
%0
%15.79
%47.84

Codes

Color #698570 in popluar color models

698570
RGB105133112
HSL135°11.76%46.67%
HSB/HSV135°21.05%52.16%
CMYK21.05%0.00%15.79%
47.84%

Color #698570 in popluar number systems.

HEX698570
Decimal105133112
Binary1101001100001011110000
Octal151205160

Shades and tints

Shades of #698570

#698570
(105,133,112)
#607966
(96,121,102)
#576D5C
(87,109,92)
#4E6152
(78,97,82)
#455548
(69,85,72)
#3C493E
(60,73,62)
#333D34
(51,61,52)
#2A312A
(42,49,42)
#212520
(33,37,32)
#181916
(24,25,22)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #698570

#698570
(105,133,112)
#76907D
(118,144,125)
#839B8A
(131,155,138)
#90A697
(144,166,151)
#9DB1A4
(157,177,164)
#AABCB1
(170,188,177)
#B7C7BE
(183,199,190)
#C4D2CB
(196,210,203)
#D1DDD8
(209,221,216)
#DEE8E5
(222,232,229)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698570 color. Also use rgb(105,133,112) instead hex code.

Text Font Color

.myTextColor { color: #698570; }

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

This text font color is #698570.


Background Color

.myBgColor { background-color: #698570; }

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

This div background color is #698570.


Border color

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

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

This div border color is #698570.


Opacity

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

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

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

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

This text has shadow with #698570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698570 on black background.


Color preview on white background

This text has color #698570 on white background.



Black color preview on #698570 background

This text has black color on #698570 background.


White color preview on #698570 background

This text has white color on #698570 background.