COLOR #69474B

HEX: #69474B
RGB: (105,71,75)

Color info

#69474B contains red, green and blue colors in about the same proportion. Web safe color of #69474B is #663333 (or #633).

RGB color model

#69474B color RGB value is (105,71,75).

  • red value is 105;
  • green value is 71;
  • blue value is 75.
RGB:
(105,71,75)
(41%,28%,29%)

RGB channels and saturation

R 105 of 255 = 41%
G 71 of 255 = 28%
B 75 of 255 = 29%

105
71
75

R + G + B ~ 33%. #69474B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 71 + 75 = 251 (100%)
R 105 of 251 ~ 41.83%
G 71 of 251 ~ 28.29%
B 75 of 251 ~ 29.88%

%41.83
%28.29
%29.88

CMYK color model

#69474B color CMYK value is (0,32,29,59).

  • cyan value is 0.00%
  • magenta value is 32.38%
  • yellow value is 28.57%
  • key color value is 58.82%
CMYK:
(0,32,29,59)
C0M32Y29K59 
(0%,32%,29%,59%)
(0.00/0.32/0.29/0.59)	

CMYK percentages

%0
%32.38
%28.57
%58.82

Codes

Color #69474B in popluar color models

69474B
RGB1057175
HSL353°19.32%34.51%
HSB/HSV353°32.38%41.18%
CMYK0.00%32.38%28.57%
58.82%

Color #69474B in popluar number systems.

HEX69474B
Decimal1057175
Binary110100110001111001011
Octal151107113

Shades and tints

Shades of #69474B

#69474B
(105,71,75)
#604145
(96,65,69)
#573B3F
(87,59,63)
#4E3539
(78,53,57)
#452F33
(69,47,51)
#3C292D
(60,41,45)
#332327
(51,35,39)
#2A1D21
(42,29,33)
#21171B
(33,23,27)
#181115
(24,17,21)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #69474B

#69474B
(105,71,75)
#76575B
(118,87,91)
#83676B
(131,103,107)
#90777B
(144,119,123)
#9D878B
(157,135,139)
#AA979B
(170,151,155)
#B7A7AB
(183,167,171)
#C4B7BB
(196,183,187)
#D1C7CB
(209,199,203)
#DED7DB
(222,215,219)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69474B color. Also use rgb(105,71,75) instead hex code.

Text Font Color

.myTextColor { color: #69474B; }

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

This text font color is #69474B.


Background Color

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

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

This div background color is #69474B.


Border color

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

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

This div border color is #69474B.


Opacity

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

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

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

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

This text has shadow with #69474B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69474B on black background.


Color preview on white background

This text has color #69474B on white background.



Black color preview on #69474B background

This text has black color on #69474B background.


White color preview on #69474B background

This text has white color on #69474B background.