COLOR #133314

HEX: #133314
RGB: (19,51,20)

Color info

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

RGB color model

#133314 color RGB value is (19,51,20).

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

RGB channels and saturation

R 19 of 255 = 7%
G 51 of 255 = 20%
B 20 of 255 = 8%

19
51
20

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

Portions of RGB colors in percentages

R + G + B =
19 + 51 + 20 = 90 (100%)
R 19 of 90 ~ 21.11%
G 51 of 90 ~ 56.67%
B 20 of 90 ~ 22.22%

%21.11
%56.67
%22.22

CMYK color model

#133314 color CMYK value is (63,0,61,80).

  • cyan value is 62.75%
  • magenta value is 0.00%
  • yellow value is 60.78%
  • key color value is 80.00%
CMYK:
(63,0,61,80)
C63M0Y61K80 
(63%,0%,61%,80%)
(0.63/0.00/0.61/0.80)	

CMYK percentages

%62.75
%0
%60.78
%80

Codes

Color #133314 in popluar color models

133314
RGB195120
HSL122°45.71%13.73%
HSB/HSV122°62.75%20.00%
CMYK62.75%0.00%60.78%
80.00%

Color #133314 in popluar number systems.

HEX133314
Decimal195120
Binary1001111001110100
Octal236324

Shades and tints

Shades of #133314

#133314
(19,51,20)
#122F13
(18,47,19)
#112B12
(17,43,18)
#102711
(16,39,17)
#0F2310
(15,35,16)
#0E1F0F
(14,31,15)
#0D1B0E
(13,27,14)
#0C170D
(12,23,13)
#0B130C
(11,19,12)
#0A0F0B
(10,15,11)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #133314

#133314
(19,51,20)
#284529
(40,69,41)
#3D573E
(61,87,62)
#526953
(82,105,83)
#677B68
(103,123,104)
#7C8D7D
(124,141,125)
#919F92
(145,159,146)
#A6B1A7
(166,177,167)
#BBC3BC
(187,195,188)
#D0D5D1
(208,213,209)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133314; }

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

This text font color is #133314.


Background Color

.myBgColor { background-color: #133314; }

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

This div background color is #133314.


Border color

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

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

This div border color is #133314.


Opacity

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

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

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

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

This text has shadow with #133314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133314 on black background.


Color preview on white background

This text has color #133314 on white background.



Black color preview on #133314 background

This text has black color on #133314 background.


White color preview on #133314 background

This text has white color on #133314 background.