COLOR #6A0025

HEX: #6A0025
RGB: (106,0,37)

Color info

#6A0025 contains mainly red color. Web safe color of #6A0025 is #660033 (or #603).

RGB color model

#6A0025 color RGB value is (106,0,37).

  • red value is 106;
  • green value is 0;
  • blue value is 37.
RGB:
(106,0,37)
(42%,0%,15%)

RGB channels and saturation

R 106 of 255 = 42%
G 0 of 255 = 0%
B 37 of 255 = 15%

106
0
37

R + G + B ~ 19%. #6A0025 is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 0 + 37 = 143 (100%)
R 106 of 143 ~ 74.13%
G 0 of 143 ~ 0%
B 37 of 143 ~ 25.87%

%74.13
%25.87

CMYK color model

#6A0025 color CMYK value is (0,100,65,58).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 65.09%
  • key color value is 58.43%
CMYK:
(0,100,65,58)
C0M100Y65K58 
(0%,100%,65%,58%)
(0.00/1.00/0.65/0.58)	

CMYK percentages

%0
%100
%65.09
%58.43

Codes

Color #6A0025 in popluar color models

6A0025
RGB106037
HSL339°100.00%20.78%
HSB/HSV339°100.00%41.57%
CMYK0.00%100.00%65.09%
58.43%

Color #6A0025 in popluar number systems.

HEX6A0025
Decimal106037
Binary11010100100101
Octal152045

Shades and tints

Shades of #6A0025

#6A0025
(106,0,37)
#610022
(97,0,34)
#58001F
(88,0,31)
#4F001C
(79,0,28)
#460019
(70,0,25)
#3D0016
(61,0,22)
#340013
(52,0,19)
#2B0010
(43,0,16)
#22000D
(34,0,13)
#19000A
(25,0,10)
#100007
(16,0,7)
#000000
(0,0,0)

Tints of #6A0025

#6A0025
(106,0,37)
#771738
(119,23,56)
#842E4B
(132,46,75)
#91455E
(145,69,94)
#9E5C71
(158,92,113)
#AB7384
(171,115,132)
#B88A97
(184,138,151)
#C5A1AA
(197,161,170)
#D2B8BD
(210,184,189)
#DFCFD0
(223,207,208)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A0025 color. Also use rgb(106,0,37) instead hex code.

Text Font Color

.myTextColor { color: #6A0025; }

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

This text font color is #6A0025.


Background Color

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

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

This div background color is #6A0025.


Border color

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

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

This div border color is #6A0025.


Opacity

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

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

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

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

This text has shadow with #6A0025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A0025 on black background.


Color preview on white background

This text has color #6A0025 on white background.



Black color preview on #6A0025 background

This text has black color on #6A0025 background.


White color preview on #6A0025 background

This text has white color on #6A0025 background.