COLOR #698A5C

HEX: #698A5C RGB: (105,138,92)

Color info

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

RGB color model

#698A5C color RGB value is (105,138,92).

RGB: (105,138,92) (41%, 54%, 36%)

RGB channels and saturation

R 105 of 255 = 41%
G 138 of 255 = 54%
B 92 of 255 = 36%

105
138
92

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

Portions of RGB colors in percentages

R + G + B = 105 + 138 + 92 = 335 (100%)
R 105 of 335 ~ 31.34%
G 138 of 335 ~ 41.19%
B 92 of 335 ~ 27.46'%

%31.34
%41.19
%27.46

CMYK color model

#698A5C color CMYK value is (24,0,33,46).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 45.88%

CMYK: (24,0,33,46)
C24M0Y33K46 (24%, 0%, 33%, 46%)
(0.24 / 0.00 / 0.33 / 0.46)

CMYK percentages

%23.91
%0
%33.33
%45.88

Codes

Color #698A5C in popluar color models

69 8A 5C
RGB 105 138 92
HSL 103° 20.00% 45.10%
HSB/HSV 103° 33.33% 54.12%
CMYK 23.91% 0.00% 33.33%
45.88%

Color #698A5C in popluar number systems.

HEX 69 8A 5C
Decimal 105 138 92
Binary 1101001 10001010 1011100
Octal 151 212 134

Shades and tints

Shades of #698A5C

#698A5C
(105,138,92)
#607E54
(96,126,84)
#57724C
(87,114,76)
#4E6644
(78,102,68)
#455A3C
(69,90,60)
#3C4E34
(60,78,52)
#33422C
(51,66,44)
#2A3624
(42,54,36)
#212A1C
(33,42,28)
#181E14
(24,30,20)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #698A5C

#698A5C
(105,138,92)
#76946A
(118,148,106)
#839E78
(131,158,120)
#90A886
(144,168,134)
#9DB294
(157,178,148)
#AABCA2
(170,188,162)
#B7C6B0
(183,198,176)
#C4D0BE
(196,208,190)
#D1DACC
(209,218,204)
#DEE4DA
(222,228,218)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698A5C color. Also use rgb(105,138,92) instead hex code.

Text Font Color

.myTextColor { color: #698A5C; }

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

This text font color is #698A5C.

Background Color

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

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

This div background color is #698A5C.

Border color

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

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

This div border color is #698A5C.

Opacity

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

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

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

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

This text has shadow with #698A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698A5C.

Preview

Color preview on black background

This text has color #698A5C on black background.


Color preview on white background

This text has color #698A5C on white background.


Black color preview on #698A5C background

This text has black color on #698A5C background.


White color preview on #698A5C background

This text has white color on #698A5C background.


Related colors

Complementary color

Complementary color for #hex is #9675A3.


I love getcolorcode.com

Triadic colors

1 #5C698A and #8A5C69 with #698A5C are triadic colors.

2 #5C8A69 and #8A695C with #698A5C are triadic colors.