COLOR #130622

HEX: #130622
RGB: (19,6,34)

Color info

#130622 contains red, green and blue colors in about the same proportion. Web safe color of #130622 is #000033 (or #003).

RGB color model

#130622 color RGB value is (19,6,34).

  • red value is 19;
  • green value is 6;
  • blue value is 34.
RGB:
(19,6,34)
(7%,2%,13%)

RGB channels and saturation

R 19 of 255 = 7%
G 6 of 255 = 2%
B 34 of 255 = 13%

19
6
34

R + G + B ~ 7%. #130622 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 6 + 34 = 59 (100%)
R 19 of 59 ~ 32.2%
G 6 of 59 ~ 10.17%
B 34 of 59 ~ 57.63%

%32.2
%10.17
%57.63

CMYK color model

#130622 color CMYK value is (44,82,0,87).

  • cyan value is 44.12%
  • magenta value is 82.35%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(44,82,0,87)
C44M82Y0K87 
(44%,82%,0%,87%)
(0.44/0.82/0.00/0.87)	

CMYK percentages

%44.12
%82.35
%0
%86.67

Codes

Color #130622 in popluar color models

130622
RGB19634
HSL268°70.00%7.84%
HSB/HSV268°82.35%13.33%
CMYK44.12%82.35%0.00%
86.67%

Color #130622 in popluar number systems.

HEX130622
Decimal19634
Binary10011110100010
Octal23642

Shades and tints

Shades of #130622

#130622
(19,6,34)
#12061F
(18,6,31)
#11061C
(17,6,28)
#100619
(16,6,25)
#0F0616
(15,6,22)
#0E0613
(14,6,19)
#0D0610
(13,6,16)
#0C060D
(12,6,13)
#0B060A
(11,6,10)
#0A0607
(10,6,7)
#090604
(9,6,4)
#000000
(0,0,0)

Tints of #130622

#130622
(19,6,34)
#281C36
(40,28,54)
#3D324A
(61,50,74)
#52485E
(82,72,94)
#675E72
(103,94,114)
#7C7486
(124,116,134)
#918A9A
(145,138,154)
#A6A0AE
(166,160,174)
#BBB6C2
(187,182,194)
#D0CCD6
(208,204,214)
#E5E2EA
(229,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130622 color. Also use rgb(19,6,34) instead hex code.

Text Font Color

.myTextColor { color: #130622; }

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

This text font color is #130622.


Background Color

.myBgColor { background-color: #130622; }

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

This div background color is #130622.


Border color

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

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

This div border color is #130622.


Opacity

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

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

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

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

This text has shadow with #130622 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130622 on black background.


Color preview on white background

This text has color #130622 on white background.



Black color preview on #130622 background

This text has black color on #130622 background.


White color preview on #130622 background

This text has white color on #130622 background.