COLOR #69475D

HEX: #69475D
RGB: (105,71,93)

Color info

#69475D contains red, green and blue colors in about the same proportion. Web safe color of #69475D is #663366 (or #636).

RGB color model

#69475D color RGB value is (105,71,93).

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

RGB channels and saturation

R 105 of 255 = 41%
G 71 of 255 = 28%
B 93 of 255 = 36%

105
71
93

R + G + B ~ 35%. #69475D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 71 + 93 = 269 (100%)
R 105 of 269 ~ 39.03%
G 71 of 269 ~ 26.39%
B 93 of 269 ~ 34.57%

%39.03
%26.39
%34.57

CMYK color model

#69475D color CMYK value is (0,32,11,59).

  • cyan value is 0.00%
  • magenta value is 32.38%
  • yellow value is 11.43%
  • key color value is 58.82%
CMYK:
(0,32,11,59)
C0M32Y11K59 
(0%,32%,11%,59%)
(0.00/0.32/0.11/0.59)	

CMYK percentages

%0
%32.38
%11.43
%58.82

Codes

Color #69475D in popluar color models

69475D
RGB1057193
HSL321°19.32%34.51%
HSB/HSV321°32.38%41.18%
CMYK0.00%32.38%11.43%
58.82%

Color #69475D in popluar number systems.

HEX69475D
Decimal1057193
Binary110100110001111011101
Octal151107135

Shades and tints

Shades of #69475D

#69475D
(105,71,93)
#604155
(96,65,85)
#573B4D
(87,59,77)
#4E3545
(78,53,69)
#452F3D
(69,47,61)
#3C2935
(60,41,53)
#33232D
(51,35,45)
#2A1D25
(42,29,37)
#21171D
(33,23,29)
#181115
(24,17,21)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #69475D

#69475D
(105,71,93)
#76576B
(118,87,107)
#836779
(131,103,121)
#907787
(144,119,135)
#9D8795
(157,135,149)
#AA97A3
(170,151,163)
#B7A7B1
(183,167,177)
#C4B7BF
(196,183,191)
#D1C7CD
(209,199,205)
#DED7DB
(222,215,219)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69475D color. Also use rgb(105,71,93) instead hex code.

Text Font Color

.myTextColor { color: #69475D; }

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

This text font color is #69475D.


Background Color

.myBgColor { background-color: #69475D; }

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

This div background color is #69475D.


Border color

.myBorderColor { border: 1px solid #69475D; }

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

This div border color is #69475D.


Opacity

.myOpacity80 { color: #69475D; opacity: 0.8; }

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

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

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

This text has shadow with #69475D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69475D on black background.


Color preview on white background

This text has color #69475D on white background.



Black color preview on #69475D background

This text has black color on #69475D background.


White color preview on #69475D background

This text has white color on #69475D background.