COLOR #133003

HEX: #133003
RGB: (19,48,3)

Color info

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

RGB color model

#133003 color RGB value is (19,48,3).

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

RGB channels and saturation

R 19 of 255 = 7%
G 48 of 255 = 19%
B 3 of 255 = 1%

19
48
3

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

Portions of RGB colors in percentages

R + G + B =
19 + 48 + 3 = 70 (100%)
R 19 of 70 ~ 27.14%
G 48 of 70 ~ 68.57%
B 3 of 70 ~ 4.29%

%27.14
%68.57

CMYK color model

#133003 color CMYK value is (60,0,94,81).

  • cyan value is 60.42%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • key color value is 81.18%
CMYK:
(60,0,94,81)
C60M0Y94K81 
(60%,0%,94%,81%)
(0.60/0.00/0.94/0.81)	

CMYK percentages

%60.42
%0
%93.75
%81.18

Codes

Color #133003 in popluar color models

133003
RGB19483
HSL99°88.24%10.00%
HSB/HSV99°93.75%18.82%
CMYK60.42%0.00%93.75%
81.18%

Color #133003 in popluar number systems.

HEX133003
Decimal19483
Binary1001111000011
Octal23603

Shades and tints

Shades of #133003

#133003
(19,48,3)
#122C03
(18,44,3)
#112803
(17,40,3)
#102403
(16,36,3)
#0F2003
(15,32,3)
#0E1C03
(14,28,3)
#0D1803
(13,24,3)
#0C1403
(12,20,3)
#0B1003
(11,16,3)
#0A0C03
(10,12,3)
#090803
(9,8,3)
#000000
(0,0,0)

Tints of #133003

#133003
(19,48,3)
#284219
(40,66,25)
#3D542F
(61,84,47)
#526645
(82,102,69)
#67785B
(103,120,91)
#7C8A71
(124,138,113)
#919C87
(145,156,135)
#A6AE9D
(166,174,157)
#BBC0B3
(187,192,179)
#D0D2C9
(208,210,201)
#E5E4DF
(229,228,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133003; }

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

This text font color is #133003.


Background Color

.myBgColor { background-color: #133003; }

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

This div background color is #133003.


Border color

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

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

This div border color is #133003.


Opacity

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

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

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

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

This text has shadow with #133003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133003 on black background.


Color preview on white background

This text has color #133003 on white background.



Black color preview on #133003 background

This text has black color on #133003 background.


White color preview on #133003 background

This text has white color on #133003 background.