COLOR #6B485A

HEX: #6B485A
RGB: (107,72,90)

Color info

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

RGB color model

#6B485A color RGB value is (107,72,90).

  • red value is 107;
  • green value is 72;
  • blue value is 90.
RGB:
(107,72,90)
(42%,28%,35%)

RGB channels and saturation

R 107 of 255 = 42%
G 72 of 255 = 28%
B 90 of 255 = 35%

107
72
90

R + G + B ~ 35%. #6B485A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 72 + 90 = 269 (100%)
R 107 of 269 ~ 39.78%
G 72 of 269 ~ 26.77%
B 90 of 269 ~ 33.46%

%39.78
%26.77
%33.46

CMYK color model

#6B485A color CMYK value is (0,33,16,58).

  • cyan value is 0.00%
  • magenta value is 32.71%
  • yellow value is 15.89%
  • key color value is 58.04%
CMYK:
(0,33,16,58)
C0M33Y16K58 
(0%,33%,16%,58%)
(0.00/0.33/0.16/0.58)	

CMYK percentages

%0
%32.71
%15.89
%58.04

Codes

Color #6B485A in popluar color models

6B485A
RGB1077290
HSL329°19.55%35.10%
HSB/HSV329°32.71%41.96%
CMYK0.00%32.71%15.89%
58.04%

Color #6B485A in popluar number systems.

HEX6B485A
Decimal1077290
Binary110101110010001011010
Octal153110132

Shades and tints

Shades of #6B485A

#6B485A
(107,72,90)
#624252
(98,66,82)
#593C4A
(89,60,74)
#503642
(80,54,66)
#47303A
(71,48,58)
#3E2A32
(62,42,50)
#35242A
(53,36,42)
#2C1E22
(44,30,34)
#23181A
(35,24,26)
#1A1212
(26,18,18)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #6B485A

#6B485A
(107,72,90)
#785869
(120,88,105)
#856878
(133,104,120)
#927887
(146,120,135)
#9F8896
(159,136,150)
#AC98A5
(172,152,165)
#B9A8B4
(185,168,180)
#C6B8C3
(198,184,195)
#D3C8D2
(211,200,210)
#E0D8E1
(224,216,225)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B485A color. Also use rgb(107,72,90) instead hex code.

Text Font Color

.myTextColor { color: #6B485A; }

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

This text font color is #6B485A.


Background Color

.myBgColor { background-color: #6B485A; }

<div style="background-color:#6B485A">Inner text</div>

This div background color is #6B485A.


Border color

.myBorderColor { border: 1px solid #6B485A; }

<div style="border:3px solid #6B485A">Div</div>

This div border color is #6B485A.


Opacity

.myOpacity80 { color: #6B485A; opacity: 0.8; }

<p style="color:#6B485A;opacity:0.8;">80%</p>

Text with #6B485A 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 #6B485A;}

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

This text has shadow with #6B485A color.

.textShadow {text-shadow: 3px 3px 1px #6B485A, 3px 3px 1px red;}

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

This text has shadow with #6B485A primary color and red secondary color.


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

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

This text has shadow with #6B485A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B485A on black background.


Color preview on white background

This text has color #6B485A on white background.



Black color preview on #6B485A background

This text has black color on #6B485A background.


White color preview on #6B485A background

This text has white color on #6B485A background.