COLOR #133112

HEX: #133112
RGB: (19,49,18)

Color info

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

RGB color model

#133112 color RGB value is (19,49,18).

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

RGB channels and saturation

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

19
49
18

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

Portions of RGB colors in percentages

R + G + B =
19 + 49 + 18 = 86 (100%)
R 19 of 86 ~ 22.09%
G 49 of 86 ~ 56.98%
B 18 of 86 ~ 20.93%

%22.09
%56.98
%20.93

CMYK color model

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

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

CMYK percentages

%61.22
%0
%63.27
%80.78

Codes

Color #133112 in popluar color models

133112
RGB194918
HSL118°46.27%13.14%
HSB/HSV118°63.27%19.22%
CMYK61.22%0.00%63.27%
80.78%

Color #133112 in popluar number systems.

HEX133112
Decimal194918
Binary1001111000110010
Octal236122

Shades and tints

Shades of #133112

#133112
(19,49,18)
#122D11
(18,45,17)
#112910
(17,41,16)
#10250F
(16,37,15)
#0F210E
(15,33,14)
#0E1D0D
(14,29,13)
#0D190C
(13,25,12)
#0C150B
(12,21,11)
#0B110A
(11,17,10)
#0A0D09
(10,13,9)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #133112

#133112
(19,49,18)
#284327
(40,67,39)
#3D553C
(61,85,60)
#526751
(82,103,81)
#677966
(103,121,102)
#7C8B7B
(124,139,123)
#919D90
(145,157,144)
#A6AFA5
(166,175,165)
#BBC1BA
(187,193,186)
#D0D3CF
(208,211,207)
#E5E5E4
(229,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133112; }

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

This text font color is #133112.


Background Color

.myBgColor { background-color: #133112; }

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

This div background color is #133112.


Border color

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

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

This div border color is #133112.


Opacity

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

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

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

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

This text has shadow with #133112 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133112 on black background.


Color preview on white background

This text has color #133112 on white background.



Black color preview on #133112 background

This text has black color on #133112 background.


White color preview on #133112 background

This text has white color on #133112 background.