COLOR #133027

HEX: #133027
RGB: (19,48,39)

Color info

#133027 contains red, green and blue colors in about the same proportion. Web safe color of #133027 is #003333 (or #033).

RGB color model

#133027 color RGB value is (19,48,39).

  • red value is 19;
  • green value is 48;
  • blue value is 39.
RGB:
(19,48,39)
(7%,19%,15%)

RGB channels and saturation

R 19 of 255 = 7%
G 48 of 255 = 19%
B 39 of 255 = 15%

19
48
39

R + G + B ~ 14%. #133027 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 48 + 39 = 106 (100%)
R 19 of 106 ~ 17.92%
G 48 of 106 ~ 45.28%
B 39 of 106 ~ 36.79%

%17.92
%45.28
%36.79

CMYK color model

#133027 color CMYK value is (60,0,19,81).

  • cyan value is 60.42%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 81.18%
CMYK:
(60,0,19,81)
C60M0Y19K81 
(60%,0%,19%,81%)
(0.60/0.00/0.19/0.81)	

CMYK percentages

%60.42
%0
%18.75
%81.18

Codes

Color #133027 in popluar color models

133027
RGB194839
HSL161°43.28%13.14%
HSB/HSV161°60.42%18.82%
CMYK60.42%0.00%18.75%
81.18%

Color #133027 in popluar number systems.

HEX133027
Decimal194839
Binary10011110000100111
Octal236047

Shades and tints

Shades of #133027

#133027
(19,48,39)
#122C24
(18,44,36)
#112821
(17,40,33)
#10241E
(16,36,30)
#0F201B
(15,32,27)
#0E1C18
(14,28,24)
#0D1815
(13,24,21)
#0C1412
(12,20,18)
#0B100F
(11,16,15)
#0A0C0C
(10,12,12)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #133027

#133027
(19,48,39)
#28423A
(40,66,58)
#3D544D
(61,84,77)
#526660
(82,102,96)
#677873
(103,120,115)
#7C8A86
(124,138,134)
#919C99
(145,156,153)
#A6AEAC
(166,174,172)
#BBC0BF
(187,192,191)
#D0D2D2
(208,210,210)
#E5E4E5
(229,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133027; }

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

This text font color is #133027.


Background Color

.myBgColor { background-color: #133027; }

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

This div background color is #133027.


Border color

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

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

This div border color is #133027.


Opacity

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

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

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

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

This text has shadow with #133027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133027 on black background.


Color preview on white background

This text has color #133027 on white background.



Black color preview on #133027 background

This text has black color on #133027 background.


White color preview on #133027 background

This text has white color on #133027 background.