COLOR #68002A

HEX: #68002A
RGB: (104,0,42)

Color info

#68002A contains mainly red color. Web safe color of #68002A is #660033 (or #603).

RGB color model

#68002A color RGB value is (104,0,42).

  • red value is 104;
  • green value is 0;
  • blue value is 42.
RGB:
(104,0,42)
(41%,0%,16%)

RGB channels and saturation

R 104 of 255 = 41%
G 0 of 255 = 0%
B 42 of 255 = 16%

104
0
42

R + G + B ~ 19%. #68002A is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 0 + 42 = 146 (100%)
R 104 of 146 ~ 71.23%
G 0 of 146 ~ 0%
B 42 of 146 ~ 28.77%

%71.23
%28.77

CMYK color model

#68002A color CMYK value is (0,100,60,59).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 59.62%
  • key color value is 59.22%
CMYK:
(0,100,60,59)
C0M100Y60K59 
(0%,100%,60%,59%)
(0.00/1.00/0.60/0.59)	

CMYK percentages

%0
%100
%59.62
%59.22

Codes

Color #68002A in popluar color models

68002A
RGB104042
HSL336°100.00%20.39%
HSB/HSV336°100.00%40.78%
CMYK0.00%100.00%59.62%
59.22%

Color #68002A in popluar number systems.

HEX68002A
Decimal104042
Binary11010000101010
Octal150052

Shades and tints

Shades of #68002A

#68002A
(104,0,42)
#5F0027
(95,0,39)
#560024
(86,0,36)
#4D0021
(77,0,33)
#44001E
(68,0,30)
#3B001B
(59,0,27)
#320018
(50,0,24)
#290015
(41,0,21)
#200012
(32,0,18)
#17000F
(23,0,15)
#0E000C
(14,0,12)
#000000
(0,0,0)

Tints of #68002A

#68002A
(104,0,42)
#75173D
(117,23,61)
#822E50
(130,46,80)
#8F4563
(143,69,99)
#9C5C76
(156,92,118)
#A97389
(169,115,137)
#B68A9C
(182,138,156)
#C3A1AF
(195,161,175)
#D0B8C2
(208,184,194)
#DDCFD5
(221,207,213)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68002A color. Also use rgb(104,0,42) instead hex code.

Text Font Color

.myTextColor { color: #68002A; }

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

This text font color is #68002A.


Background Color

.myBgColor { background-color: #68002A; }

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

This div background color is #68002A.


Border color

.myBorderColor { border: 1px solid #68002A; }

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

This div border color is #68002A.


Opacity

.myOpacity80 { color: #68002A; opacity: 0.8; }

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

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

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

This text has shadow with #68002A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68002A on black background.


Color preview on white background

This text has color #68002A on white background.



Black color preview on #68002A background

This text has black color on #68002A background.


White color preview on #68002A background

This text has white color on #68002A background.