COLOR #683430

HEX: #683430
RGB: (104,52,48)

Color info

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

RGB color model

#683430 color RGB value is (104,52,48).

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

RGB channels and saturation

R 104 of 255 = 41%
G 52 of 255 = 20%
B 48 of 255 = 19%

104
52
48

R + G + B ~ 27%. #683430 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 52 + 48 = 204 (100%)
R 104 of 204 ~ 50.98%
G 52 of 204 ~ 25.49%
B 48 of 204 ~ 23.53%

%50.98
%25.49
%23.53

CMYK color model

#683430 color CMYK value is (0,50,54,59).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 53.85%
  • key color value is 59.22%
CMYK:
(0,50,54,59)
C0M50Y54K59 
(0%,50%,54%,59%)
(0.00/0.50/0.54/0.59)	

CMYK percentages

%0
%50
%53.85
%59.22

Codes

Color #683430 in popluar color models

683430
RGB1045248
HSL36.84%29.80%
HSB/HSV53.85%40.78%
CMYK0.00%50.00%53.85%
59.22%

Color #683430 in popluar number systems.

HEX683430
Decimal1045248
Binary1101000110100110000
Octal1506460

Shades and tints

Shades of #683430

#683430
(104,52,48)
#5F302C
(95,48,44)
#562C28
(86,44,40)
#4D2824
(77,40,36)
#442420
(68,36,32)
#3B201C
(59,32,28)
#321C18
(50,28,24)
#291814
(41,24,20)
#201410
(32,20,16)
#17100C
(23,16,12)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #683430

#683430
(104,52,48)
#754642
(117,70,66)
#825854
(130,88,84)
#8F6A66
(143,106,102)
#9C7C78
(156,124,120)
#A98E8A
(169,142,138)
#B6A09C
(182,160,156)
#C3B2AE
(195,178,174)
#D0C4C0
(208,196,192)
#DDD6D2
(221,214,210)
#EAE8E4
(234,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683430; }

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

This text font color is #683430.


Background Color

.myBgColor { background-color: #683430; }

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

This div background color is #683430.


Border color

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

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

This div border color is #683430.


Opacity

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

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

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

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

This text has shadow with #683430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683430 on black background.


Color preview on white background

This text has color #683430 on white background.



Black color preview on #683430 background

This text has black color on #683430 background.


White color preview on #683430 background

This text has white color on #683430 background.