COLOR #698577

HEX: #698577
RGB: (105,133,119)

Color info

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

RGB color model

#698577 color RGB value is (105,133,119).

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

RGB channels and saturation

R 105 of 255 = 41%
G 133 of 255 = 52%
B 119 of 255 = 47%

105
133
119

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

Portions of RGB colors in percentages

R + G + B =
105 + 133 + 119 = 357 (100%)
R 105 of 357 ~ 29.41%
G 133 of 357 ~ 37.25%
B 119 of 357 ~ 33.33%

%29.41
%37.25
%33.33

CMYK color model

#698577 color CMYK value is (21,0,11,48).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 47.84%
CMYK:
(21,0,11,48)
C21M0Y11K48 
(21%,0%,11%,48%)
(0.21/0.00/0.11/0.48)	

CMYK percentages

%21.05
%0
%10.53
%47.84

Codes

Color #698577 in popluar color models

698577
RGB105133119
HSL150°11.76%46.67%
HSB/HSV150°21.05%52.16%
CMYK21.05%0.00%10.53%
47.84%

Color #698577 in popluar number systems.

HEX698577
Decimal105133119
Binary1101001100001011110111
Octal151205167

Shades and tints

Shades of #698577

#698577
(105,133,119)
#60796D
(96,121,109)
#576D63
(87,109,99)
#4E6159
(78,97,89)
#45554F
(69,85,79)
#3C4945
(60,73,69)
#333D3B
(51,61,59)
#2A3131
(42,49,49)
#212527
(33,37,39)
#18191D
(24,25,29)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #698577

#698577
(105,133,119)
#769083
(118,144,131)
#839B8F
(131,155,143)
#90A69B
(144,166,155)
#9DB1A7
(157,177,167)
#AABCB3
(170,188,179)
#B7C7BF
(183,199,191)
#C4D2CB
(196,210,203)
#D1DDD7
(209,221,215)
#DEE8E3
(222,232,227)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698577; }

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

This text font color is #698577.


Background Color

.myBgColor { background-color: #698577; }

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

This div background color is #698577.


Border color

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

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

This div border color is #698577.


Opacity

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

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

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

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

This text has shadow with #698577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698577 on black background.


Color preview on white background

This text has color #698577 on white background.



Black color preview on #698577 background

This text has black color on #698577 background.


White color preview on #698577 background

This text has white color on #698577 background.