COLOR #133613

HEX: #133613
RGB: (19,54,19)

Color info

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

RGB color model

#133613 color RGB value is (19,54,19).

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

RGB channels and saturation

R 19 of 255 = 7%
G 54 of 255 = 21%
B 19 of 255 = 7%

19
54
19

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

Portions of RGB colors in percentages

R + G + B =
19 + 54 + 19 = 92 (100%)
R 19 of 92 ~ 20.65%
G 54 of 92 ~ 58.7%
B 19 of 92 ~ 20.65%

%20.65
%58.7
%20.65

CMYK color model

#133613 color CMYK value is (65,0,65,79).

  • cyan value is 64.81%
  • magenta value is 0.00%
  • yellow value is 64.81%
  • key color value is 78.82%
CMYK:
(65,0,65,79)
C65M0Y65K79 
(65%,0%,65%,79%)
(0.65/0.00/0.65/0.79)	

CMYK percentages

%64.81
%0
%64.81
%78.82

Codes

Color #133613 in popluar color models

133613
RGB195419
HSL120°47.95%14.31%
HSB/HSV120°64.81%21.18%
CMYK64.81%0.00%64.81%
78.82%

Color #133613 in popluar number systems.

HEX133613
Decimal195419
Binary1001111011010011
Octal236623

Shades and tints

Shades of #133613

#133613
(19,54,19)
#123212
(18,50,18)
#112E11
(17,46,17)
#102A10
(16,42,16)
#0F260F
(15,38,15)
#0E220E
(14,34,14)
#0D1E0D
(13,30,13)
#0C1A0C
(12,26,12)
#0B160B
(11,22,11)
#0A120A
(10,18,10)
#090E09
(9,14,9)
#000000
(0,0,0)

Tints of #133613

#133613
(19,54,19)
#284828
(40,72,40)
#3D5A3D
(61,90,61)
#526C52
(82,108,82)
#677E67
(103,126,103)
#7C907C
(124,144,124)
#91A291
(145,162,145)
#A6B4A6
(166,180,166)
#BBC6BB
(187,198,187)
#D0D8D0
(208,216,208)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133613; }

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

This text font color is #133613.


Background Color

.myBgColor { background-color: #133613; }

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

This div background color is #133613.


Border color

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

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

This div border color is #133613.


Opacity

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

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

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

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

This text has shadow with #133613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133613 on black background.


Color preview on white background

This text has color #133613 on white background.



Black color preview on #133613 background

This text has black color on #133613 background.


White color preview on #133613 background

This text has white color on #133613 background.