COLOR #133016

HEX: #133016
RGB: (19,48,22)

Color info

#133016 contains red, green and blue colors in about the same proportion. Web safe color of #133016 is #003300 (or #030).

RGB color model

#133016 color RGB value is (19,48,22).

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

RGB channels and saturation

R 19 of 255 = 7%
G 48 of 255 = 19%
B 22 of 255 = 9%

19
48
22

R + G + B ~ 12%. #133016 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 48 + 22 = 89 (100%)
R 19 of 89 ~ 21.35%
G 48 of 89 ~ 53.93%
B 22 of 89 ~ 24.72%

%21.35
%53.93
%24.72

CMYK color model

#133016 color CMYK value is (60,0,54,81).

  • cyan value is 60.42%
  • magenta value is 0.00%
  • yellow value is 54.17%
  • key color value is 81.18%
CMYK:
(60,0,54,81)
C60M0Y54K81 
(60%,0%,54%,81%)
(0.60/0.00/0.54/0.81)	

CMYK percentages

%60.42
%0
%54.17
%81.18

Codes

Color #133016 in popluar color models

133016
RGB194822
HSL126°43.28%13.14%
HSB/HSV126°60.42%18.82%
CMYK60.42%0.00%54.17%
81.18%

Color #133016 in popluar number systems.

HEX133016
Decimal194822
Binary1001111000010110
Octal236026

Shades and tints

Shades of #133016

#133016
(19,48,22)
#122C14
(18,44,20)
#112812
(17,40,18)
#102410
(16,36,16)
#0F200E
(15,32,14)
#0E1C0C
(14,28,12)
#0D180A
(13,24,10)
#0C1408
(12,20,8)
#0B1006
(11,16,6)
#0A0C04
(10,12,4)
#090802
(9,8,2)
#000000
(0,0,0)

Tints of #133016

#133016
(19,48,22)
#28422B
(40,66,43)
#3D5440
(61,84,64)
#526655
(82,102,85)
#67786A
(103,120,106)
#7C8A7F
(124,138,127)
#919C94
(145,156,148)
#A6AEA9
(166,174,169)
#BBC0BE
(187,192,190)
#D0D2D3
(208,210,211)
#E5E4E8
(229,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133016; }

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

This text font color is #133016.


Background Color

.myBgColor { background-color: #133016; }

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

This div background color is #133016.


Border color

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

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

This div border color is #133016.


Opacity

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

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

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

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

This text has shadow with #133016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133016 on black background.


Color preview on white background

This text has color #133016 on white background.



Black color preview on #133016 background

This text has black color on #133016 background.


White color preview on #133016 background

This text has white color on #133016 background.