COLOR #69748B

HEX: #69748B
RGB: (105,116,139)

Color info

#69748B contains red, green and blue colors in about the same proportion. Web safe color of #69748B is #666699 (or #669).

RGB color model

#69748B color RGB value is (105,116,139).

  • red value is 105;
  • green value is 116;
  • blue value is 139.
RGB:
(105,116,139)
(41%,45%,55%)

RGB channels and saturation

R 105 of 255 = 41%
G 116 of 255 = 45%
B 139 of 255 = 55%

105
116
139

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

Portions of RGB colors in percentages

R + G + B =
105 + 116 + 139 = 360 (100%)
R 105 of 360 ~ 29.17%
G 116 of 360 ~ 32.22%
B 139 of 360 ~ 38.61%

%29.17
%32.22
%38.61

CMYK color model

#69748B color CMYK value is (24,17,0,45).

  • cyan value is 24.46%
  • magenta value is 16.55%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(24,17,0,45)
C24M17Y0K45 
(24%,17%,0%,45%)
(0.24/0.17/0.00/0.45)	

CMYK percentages

%24.46
%16.55
%0
%45.49

Codes

Color #69748B in popluar color models

69748B
RGB105116139
HSL221°13.93%47.84%
HSB/HSV221°24.46%54.51%
CMYK24.46%16.55%0.00%
45.49%

Color #69748B in popluar number systems.

HEX69748B
Decimal105116139
Binary1101001111010010001011
Octal151164213

Shades and tints

Shades of #69748B

#69748B
(105,116,139)
#606A7F
(96,106,127)
#576073
(87,96,115)
#4E5667
(78,86,103)
#454C5B
(69,76,91)
#3C424F
(60,66,79)
#333843
(51,56,67)
#2A2E37
(42,46,55)
#21242B
(33,36,43)
#181A1F
(24,26,31)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #69748B

#69748B
(105,116,139)
#768095
(118,128,149)
#838C9F
(131,140,159)
#9098A9
(144,152,169)
#9DA4B3
(157,164,179)
#AAB0BD
(170,176,189)
#B7BCC7
(183,188,199)
#C4C8D1
(196,200,209)
#D1D4DB
(209,212,219)
#DEE0E5
(222,224,229)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69748B color. Also use rgb(105,116,139) instead hex code.

Text Font Color

.myTextColor { color: #69748B; }

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

This text font color is #69748B.


Background Color

.myBgColor { background-color: #69748B; }

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

This div background color is #69748B.


Border color

.myBorderColor { border: 1px solid #69748B; }

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

This div border color is #69748B.


Opacity

.myOpacity80 { color: #69748B; opacity: 0.8; }

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

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

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

This text has shadow with #69748B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69748B on black background.


Color preview on white background

This text has color #69748B on white background.



Black color preview on #69748B background

This text has black color on #69748B background.


White color preview on #69748B background

This text has white color on #69748B background.