COLOR #683047

HEX: #683047
RGB: (104,48,71)

Color info

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

RGB color model

#683047 color RGB value is (104,48,71).

  • red value is 104;
  • green value is 48;
  • blue value is 71.
RGB:
(104,48,71)
(41%,19%,28%)

RGB channels and saturation

R 104 of 255 = 41%
G 48 of 255 = 19%
B 71 of 255 = 28%

104
48
71

R + G + B ~ 29%. #683047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 48 + 71 = 223 (100%)
R 104 of 223 ~ 46.64%
G 48 of 223 ~ 21.52%
B 71 of 223 ~ 31.84%

%46.64
%21.52
%31.84

CMYK color model

#683047 color CMYK value is (0,54,32,59).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 31.73%
  • key color value is 59.22%
CMYK:
(0,54,32,59)
C0M54Y32K59 
(0%,54%,32%,59%)
(0.00/0.54/0.32/0.59)	

CMYK percentages

%0
%53.85
%31.73
%59.22

Codes

Color #683047 in popluar color models

683047
RGB1044871
HSL335°36.84%29.80%
HSB/HSV335°53.85%40.78%
CMYK0.00%53.85%31.73%
59.22%

Color #683047 in popluar number systems.

HEX683047
Decimal1044871
Binary11010001100001000111
Octal15060107

Shades and tints

Shades of #683047

#683047
(104,48,71)
#5F2C41
(95,44,65)
#56283B
(86,40,59)
#4D2435
(77,36,53)
#44202F
(68,32,47)
#3B1C29
(59,28,41)
#321823
(50,24,35)
#29141D
(41,20,29)
#201017
(32,16,23)
#170C11
(23,12,17)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #683047

#683047
(104,48,71)
#754257
(117,66,87)
#825467
(130,84,103)
#8F6677
(143,102,119)
#9C7887
(156,120,135)
#A98A97
(169,138,151)
#B69CA7
(182,156,167)
#C3AEB7
(195,174,183)
#D0C0C7
(208,192,199)
#DDD2D7
(221,210,215)
#EAE4E7
(234,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683047 color. Also use rgb(104,48,71) instead hex code.

Text Font Color

.myTextColor { color: #683047; }

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

This text font color is #683047.


Background Color

.myBgColor { background-color: #683047; }

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

This div background color is #683047.


Border color

.myBorderColor { border: 1px solid #683047; }

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

This div border color is #683047.


Opacity

.myOpacity80 { color: #683047; opacity: 0.8; }

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

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

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

This text has shadow with #683047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683047 on black background.


Color preview on white background

This text has color #683047 on white background.



Black color preview on #683047 background

This text has black color on #683047 background.


White color preview on #683047 background

This text has white color on #683047 background.