COLOR #133131

HEX: #133131
RGB: (19,49,49)

Color info

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

RGB color model

#133131 color RGB value is (19,49,49).

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

RGB channels and saturation

R 19 of 255 = 7%
G 49 of 255 = 19%
B 49 of 255 = 19%

19
49
49

R + G + B ~ 15%. #133131 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 49 + 49 = 117 (100%)
R 19 of 117 ~ 16.24%
G 49 of 117 ~ 41.88%
B 49 of 117 ~ 41.88%

%16.24
%41.88
%41.88

CMYK color model

#133131 color CMYK value is (61,0,0,81).

  • cyan value is 61.22%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(61,0,0,81)
C61M0Y0K81 
(61%,0%,0%,81%)
(0.61/0.00/0.00/0.81)	

CMYK percentages

%61.22
%0
%0
%80.78

Codes

Color #133131 in popluar color models

133131
RGB194949
HSL180°44.12%13.33%
HSB/HSV180°61.22%19.22%
CMYK61.22%0.00%0.00%
80.78%

Color #133131 in popluar number systems.

HEX133131
Decimal194949
Binary10011110001110001
Octal236161

Shades and tints

Shades of #133131

#133131
(19,49,49)
#122D2D
(18,45,45)
#112929
(17,41,41)
#102525
(16,37,37)
#0F2121
(15,33,33)
#0E1D1D
(14,29,29)
#0D1919
(13,25,25)
#0C1515
(12,21,21)
#0B1111
(11,17,17)
#0A0D0D
(10,13,13)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #133131

#133131
(19,49,49)
#284343
(40,67,67)
#3D5555
(61,85,85)
#526767
(82,103,103)
#677979
(103,121,121)
#7C8B8B
(124,139,139)
#919D9D
(145,157,157)
#A6AFAF
(166,175,175)
#BBC1C1
(187,193,193)
#D0D3D3
(208,211,211)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133131; }

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

This text font color is #133131.


Background Color

.myBgColor { background-color: #133131; }

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

This div background color is #133131.


Border color

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

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

This div border color is #133131.


Opacity

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

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

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

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

This text has shadow with #133131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133131 on black background.


Color preview on white background

This text has color #133131 on white background.



Black color preview on #133131 background

This text has black color on #133131 background.


White color preview on #133131 background

This text has white color on #133131 background.