COLOR #133512

HEX: #133512
RGB: (19,53,18)

Color info

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

RGB color model

#133512 color RGB value is (19,53,18).

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

RGB channels and saturation

R 19 of 255 = 7%
G 53 of 255 = 21%
B 18 of 255 = 7%

19
53
18

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

Portions of RGB colors in percentages

R + G + B =
19 + 53 + 18 = 90 (100%)
R 19 of 90 ~ 21.11%
G 53 of 90 ~ 58.89%
B 18 of 90 ~ 20%

%21.11
%58.89
%20

CMYK color model

#133512 color CMYK value is (64,0,66,79).

  • cyan value is 64.15%
  • magenta value is 0.00%
  • yellow value is 66.04%
  • key color value is 79.22%
CMYK: (64,0,66,79) C64M0Y66K79 (64%,0%,66%,79%) (0.64/0.00/0.66/0.79)

CMYK percentages

%64.15
%0
%66.04
%79.22

Codes

Color #133512 in popluar color models

133512
RGB195318
HSL118°49.30%13.92%
HSB/HSV118°66.04%20.78%
CMYK64.15%0.00%66.04%
79.22%

Color #133512 in popluar number systems.

HEX133512
Decimal195318
Binary1001111010110010
Octal236522

Shades and tints

Shades of #133512

#133512
(19,53,18)
#123111
(18,49,17)
#112D10
(17,45,16)
#10290F
(16,41,15)
#0F250E
(15,37,14)
#0E210D
(14,33,13)
#0D1D0C
(13,29,12)
#0C190B
(12,25,11)
#0B150A
(11,21,10)
#0A1109
(10,17,9)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #133512

#133512
(19,53,18)
#284727
(40,71,39)
#3D593C
(61,89,60)
#526B51
(82,107,81)
#677D66
(103,125,102)
#7C8F7B
(124,143,123)
#91A190
(145,161,144)
#A6B3A5
(166,179,165)
#BBC5BA
(187,197,186)
#D0D7CF
(208,215,207)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133512; }

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

This text font color is #133512.


Background Color

.myBgColor { background-color: #133512; }

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

This div background color is #133512.


Border color

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

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

This div border color is #133512.


Opacity

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

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

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

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

This text has shadow with #133512 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #133512 on black background.


Color preview on white background

This text has color #133512 on white background.



Black color preview on #133512 background

This text has black color on #133512 background.


White color preview on #133512 background

This text has white color on #133512 background.