COLOR #133431

HEX: #133431
RGB: (19,52,49)

Color info

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

RGB color model

#133431 color RGB value is (19,52,49).

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

RGB channels and saturation

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

19
52
49

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

Portions of RGB colors in percentages

R + G + B =
19 + 52 + 49 = 120 (100%)
R 19 of 120 ~ 15.83%
G 52 of 120 ~ 43.33%
B 49 of 120 ~ 40.83%

%15.83
%43.33
%40.83

CMYK color model

#133431 color CMYK value is (63,0,6,80).

  • cyan value is 63.46%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 79.61%
CMYK:
(63,0,6,80)
C63M0Y6K80 
(63%,0%,6%,80%)
(0.63/0.00/0.06/0.80)	

CMYK percentages

%63.46
%0
%5.77
%79.61

Codes

Color #133431 in popluar color models

133431
RGB195249
HSL175°46.48%13.92%
HSB/HSV175°63.46%20.39%
CMYK63.46%0.00%5.77%
79.61%

Color #133431 in popluar number systems.

HEX133431
Decimal195249
Binary10011110100110001
Octal236461

Shades and tints

Shades of #133431

#133431
(19,52,49)
#12302D
(18,48,45)
#112C29
(17,44,41)
#102825
(16,40,37)
#0F2421
(15,36,33)
#0E201D
(14,32,29)
#0D1C19
(13,28,25)
#0C1815
(12,24,21)
#0B1411
(11,20,17)
#0A100D
(10,16,13)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #133431

#133431
(19,52,49)
#284643
(40,70,67)
#3D5855
(61,88,85)
#526A67
(82,106,103)
#677C79
(103,124,121)
#7C8E8B
(124,142,139)
#91A09D
(145,160,157)
#A6B2AF
(166,178,175)
#BBC4C1
(187,196,193)
#D0D6D3
(208,214,211)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133431; }

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

This text font color is #133431.


Background Color

.myBgColor { background-color: #133431; }

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

This div background color is #133431.


Border color

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

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

This div border color is #133431.


Opacity

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

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

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

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

This text has shadow with #133431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133431 on black background.


Color preview on white background

This text has color #133431 on white background.



Black color preview on #133431 background

This text has black color on #133431 background.


White color preview on #133431 background

This text has white color on #133431 background.