COLOR #133008

HEX: #133008
RGB: (19,48,8)

Color info

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

RGB color model

#133008 color RGB value is (19,48,8).

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

RGB channels and saturation

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

19
48
8

R + G + B ~ 10%. #133008 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 48 + 8 = 75 (100%)
R 19 of 75 ~ 25.33%
G 48 of 75 ~ 64%
B 8 of 75 ~ 10.67%

%25.33
%64
%10.67

CMYK color model

#133008 color CMYK value is (60,0,83,81).

  • cyan value is 60.42%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 81.18%
CMYK:
(60,0,83,81)
C60M0Y83K81 
(60%,0%,83%,81%)
(0.60/0.00/0.83/0.81)	

CMYK percentages

%60.42
%0
%83.33
%81.18

Codes

Color #133008 in popluar color models

133008
RGB19488
HSL104°71.43%10.98%
HSB/HSV104°83.33%18.82%
CMYK60.42%0.00%83.33%
81.18%

Color #133008 in popluar number systems.

HEX133008
Decimal19488
Binary100111100001000
Octal236010

Shades and tints

Shades of #133008

#133008
(19,48,8)
#122C08
(18,44,8)
#112808
(17,40,8)
#102408
(16,36,8)
#0F2008
(15,32,8)
#0E1C08
(14,28,8)
#0D1808
(13,24,8)
#0C1408
(12,20,8)
#0B1008
(11,16,8)
#0A0C08
(10,12,8)
#090808
(9,8,8)
#000000
(0,0,0)

Tints of #133008

#133008
(19,48,8)
#28421E
(40,66,30)
#3D5434
(61,84,52)
#52664A
(82,102,74)
#677860
(103,120,96)
#7C8A76
(124,138,118)
#919C8C
(145,156,140)
#A6AEA2
(166,174,162)
#BBC0B8
(187,192,184)
#D0D2CE
(208,210,206)
#E5E4E4
(229,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133008; }

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

This text font color is #133008.


Background Color

.myBgColor { background-color: #133008; }

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

This div background color is #133008.


Border color

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

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

This div border color is #133008.


Opacity

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

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

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

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

This text has shadow with #133008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133008 on black background.


Color preview on white background

This text has color #133008 on white background.



Black color preview on #133008 background

This text has black color on #133008 background.


White color preview on #133008 background

This text has white color on #133008 background.