COLOR #130623

HEX: #130623
RGB: (19,6,35)

Color info

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

RGB color model

#130623 color RGB value is (19,6,35).

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

RGB channels and saturation

R 19 of 255 = 7%
G 6 of 255 = 2%
B 35 of 255 = 14%

19
6
35

R + G + B ~ 8%. #130623 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 6 + 35 = 60 (100%)
R 19 of 60 ~ 31.67%
G 6 of 60 ~ 10%
B 35 of 60 ~ 58.33%

%31.67
%10
%58.33

CMYK color model

#130623 color CMYK value is (46,83,0,86).

  • cyan value is 45.71%
  • magenta value is 82.86%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(46,83,0,86)
C46M83Y0K86 
(46%,83%,0%,86%)
(0.46/0.83/0.00/0.86)	

CMYK percentages

%45.71
%82.86
%0
%86.27

Codes

Color #130623 in popluar color models

130623
RGB19635
HSL267°70.73%8.04%
HSB/HSV267°82.86%13.73%
CMYK45.71%82.86%0.00%
86.27%

Color #130623 in popluar number systems.

HEX130623
Decimal19635
Binary10011110100011
Octal23643

Shades and tints

Shades of #130623

#130623
(19,6,35)
#120620
(18,6,32)
#11061D
(17,6,29)
#10061A
(16,6,26)
#0F0617
(15,6,23)
#0E0614
(14,6,20)
#0D0611
(13,6,17)
#0C060E
(12,6,14)
#0B060B
(11,6,11)
#0A0608
(10,6,8)
#090605
(9,6,5)
#000000
(0,0,0)

Tints of #130623

#130623
(19,6,35)
#281C37
(40,28,55)
#3D324B
(61,50,75)
#52485F
(82,72,95)
#675E73
(103,94,115)
#7C7487
(124,116,135)
#918A9B
(145,138,155)
#A6A0AF
(166,160,175)
#BBB6C3
(187,182,195)
#D0CCD7
(208,204,215)
#E5E2EB
(229,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130623; }

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

This text font color is #130623.


Background Color

.myBgColor { background-color: #130623; }

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

This div background color is #130623.


Border color

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

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

This div border color is #130623.


Opacity

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

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

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

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

This text has shadow with #130623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130623 on black background.


Color preview on white background

This text has color #130623 on white background.



Black color preview on #130623 background

This text has black color on #130623 background.


White color preview on #130623 background

This text has white color on #130623 background.