COLOR #683030

HEX: #683030
RGB: (104,48,48)

Color info

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

RGB color model

#683030 color RGB value is (104,48,48).

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

RGB channels and saturation

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

104
48
48

R + G + B ~ 26%. #683030 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 48 + 48 = 200 (100%)
R 104 of 200 ~ 52%
G 48 of 200 ~ 24%
B 48 of 200 ~ 24%

%52
%24
%24

CMYK color model

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

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

CMYK percentages

%0
%53.85
%53.85
%59.22

Codes

Color #683030 in popluar color models

683030
RGB1044848
HSL36.84%29.80%
HSB/HSV53.85%40.78%
CMYK0.00%53.85%53.85%
59.22%

Color #683030 in popluar number systems.

HEX683030
Decimal1044848
Binary1101000110000110000
Octal1506060

Shades and tints

Shades of #683030

#683030
(104,48,48)
#5F2C2C
(95,44,44)
#562828
(86,40,40)
#4D2424
(77,36,36)
#442020
(68,32,32)
#3B1C1C
(59,28,28)
#321818
(50,24,24)
#291414
(41,20,20)
#201010
(32,16,16)
#170C0C
(23,12,12)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #683030

#683030
(104,48,48)
#754242
(117,66,66)
#825454
(130,84,84)
#8F6666
(143,102,102)
#9C7878
(156,120,120)
#A98A8A
(169,138,138)
#B69C9C
(182,156,156)
#C3AEAE
(195,174,174)
#D0C0C0
(208,192,192)
#DDD2D2
(221,210,210)
#EAE4E4
(234,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683030; }

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

This text font color is #683030.


Background Color

.myBgColor { background-color: #683030; }

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

This div background color is #683030.


Border color

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

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

This div border color is #683030.


Opacity

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

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

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

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

This text has shadow with #683030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683030 on black background.


Color preview on white background

This text has color #683030 on white background.



Black color preview on #683030 background

This text has black color on #683030 background.


White color preview on #683030 background

This text has white color on #683030 background.