COLOR #133102

HEX: #133102
RGB: (19,49,2)

Color info

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

RGB color model

#133102 color RGB value is (19,49,2).

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

RGB channels and saturation

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

19
49
2

R + G + B ~ 9%. #133102 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 49 + 2 = 70 (100%)
R 19 of 70 ~ 27.14%
G 49 of 70 ~ 70%
B 2 of 70 ~ 2.86%

%27.14
%70

CMYK color model

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

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

CMYK percentages

%61.22
%0
%95.92
%80.78

Codes

Color #133102 in popluar color models

133102
RGB19492
HSL98°92.16%10.00%
HSB/HSV98°95.92%19.22%
CMYK61.22%0.00%95.92%
80.78%

Color #133102 in popluar number systems.

HEX133102
Decimal19492
Binary1001111000110
Octal23612

Shades and tints

Shades of #133102

#133102
(19,49,2)
#122D02
(18,45,2)
#112902
(17,41,2)
#102502
(16,37,2)
#0F2102
(15,33,2)
#0E1D02
(14,29,2)
#0D1902
(13,25,2)
#0C1502
(12,21,2)
#0B1102
(11,17,2)
#0A0D02
(10,13,2)
#090902
(9,9,2)
#000000
(0,0,0)

Tints of #133102

#133102
(19,49,2)
#284319
(40,67,25)
#3D5530
(61,85,48)
#526747
(82,103,71)
#67795E
(103,121,94)
#7C8B75
(124,139,117)
#919D8C
(145,157,140)
#A6AFA3
(166,175,163)
#BBC1BA
(187,193,186)
#D0D3D1
(208,211,209)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133102; }

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

This text font color is #133102.


Background Color

.myBgColor { background-color: #133102; }

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

This div background color is #133102.


Border color

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

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

This div border color is #133102.


Opacity

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

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

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

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

This text has shadow with #133102 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133102 on black background.


Color preview on white background

This text has color #133102 on white background.



Black color preview on #133102 background

This text has black color on #133102 background.


White color preview on #133102 background

This text has white color on #133102 background.