COLOR #69738B

HEX: #69738B
RGB: (105,115,139)

Color info

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

RGB color model

#69738B color RGB value is (105,115,139).

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

RGB channels and saturation

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

105
115
139

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

Portions of RGB colors in percentages

R + G + B =
105 + 115 + 139 = 359 (100%)
R 105 of 359 ~ 29.25%
G 115 of 359 ~ 32.03%
B 139 of 359 ~ 38.72%

%29.25
%32.03
%38.72

CMYK color model

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

  • cyan value is 24.46%
  • magenta value is 17.27%
  • 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
%17.27
%0
%45.49

Codes

Color #69738B in popluar color models

69738B
RGB105115139
HSL222°13.93%47.84%
HSB/HSV222°24.46%54.51%
CMYK24.46%17.27%0.00%
45.49%

Color #69738B in popluar number systems.

HEX69738B
Decimal105115139
Binary1101001111001110001011
Octal151163213

Shades and tints

Shades of #69738B

#69738B
(105,115,139)
#60697F
(96,105,127)
#575F73
(87,95,115)
#4E5567
(78,85,103)
#454B5B
(69,75,91)
#3C414F
(60,65,79)
#333743
(51,55,67)
#2A2D37
(42,45,55)
#21232B
(33,35,43)
#18191F
(24,25,31)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #69738B

#69738B
(105,115,139)
#767F95
(118,127,149)
#838B9F
(131,139,159)
#9097A9
(144,151,169)
#9DA3B3
(157,163,179)
#AAAFBD
(170,175,189)
#B7BBC7
(183,187,199)
#C4C7D1
(196,199,209)
#D1D3DB
(209,211,219)
#DEDFE5
(222,223,229)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69738B; }

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

This text font color is #69738B.


Background Color

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

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

This div background color is #69738B.


Border color

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

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

This div border color is #69738B.


Opacity

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

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

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

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

This text has shadow with #69738B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69738B on black background.


Color preview on white background

This text has color #69738B on white background.



Black color preview on #69738B background

This text has black color on #69738B background.


White color preview on #69738B background

This text has white color on #69738B background.