COLOR #133113

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

19
49
19

R + G + B ~ 11%. #133113 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 49 + 19 = 87 (100%)
R 19 of 87 ~ 21.84%
G 49 of 87 ~ 56.32%
B 19 of 87 ~ 21.84%

%21.84
%56.32
%21.84

CMYK color model

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

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

CMYK percentages

%61.22
%0
%61.22
%80.78

Codes

Color #133113 in popluar color models

133113
RGB194919
HSL120°44.12%13.33%
HSB/HSV120°61.22%19.22%
CMYK61.22%0.00%61.22%
80.78%

Color #133113 in popluar number systems.

HEX133113
Decimal194919
Binary1001111000110011
Octal236123

Shades and tints

Shades of #133113

#133113
(19,49,19)
#122D12
(18,45,18)
#112911
(17,41,17)
#102510
(16,37,16)
#0F210F
(15,33,15)
#0E1D0E
(14,29,14)
#0D190D
(13,25,13)
#0C150C
(12,21,12)
#0B110B
(11,17,11)
#0A0D0A
(10,13,10)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #133113

#133113
(19,49,19)
#284328
(40,67,40)
#3D553D
(61,85,61)
#526752
(82,103,82)
#677967
(103,121,103)
#7C8B7C
(124,139,124)
#919D91
(145,157,145)
#A6AFA6
(166,175,166)
#BBC1BB
(187,193,187)
#D0D3D0
(208,211,208)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133113; }

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

This text font color is #133113.


Background Color

.myBgColor { background-color: #133113; }

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

This div background color is #133113.


Border color

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

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

This div border color is #133113.


Opacity

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

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

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

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

This text has shadow with #133113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133113 on black background.


Color preview on white background

This text has color #133113 on white background.



Black color preview on #133113 background

This text has black color on #133113 background.


White color preview on #133113 background

This text has white color on #133113 background.