COLOR #133824

HEX: #133824
RGB: (19,56,36)

Color info

#133824 contains red, green and blue colors in about the same proportion. Web safe color of #133824 is #003333 (or #033).

RGB color model

#133824 color RGB value is (19,56,36).

  • red value is 19;
  • green value is 56;
  • blue value is 36.
RGB:
(19,56,36)
(7%,22%,14%)

RGB channels and saturation

R 19 of 255 = 7%
G 56 of 255 = 22%
B 36 of 255 = 14%

19
56
36

R + G + B ~ 14%. #133824 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 56 + 36 = 111 (100%)
R 19 of 111 ~ 17.12%
G 56 of 111 ~ 50.45%
B 36 of 111 ~ 32.43%

%17.12
%50.45
%32.43

CMYK color model

#133824 color CMYK value is (66,0,36,78).

  • cyan value is 66.07%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 78.04%
CMYK:
(66,0,36,78)
C66M0Y36K78 
(66%,0%,36%,78%)
(0.66/0.00/0.36/0.78)	

CMYK percentages

%66.07
%0
%35.71
%78.04

Codes

Color #133824 in popluar color models

133824
RGB195636
HSL148°49.33%14.71%
HSB/HSV148°66.07%21.96%
CMYK66.07%0.00%35.71%
78.04%

Color #133824 in popluar number systems.

HEX133824
Decimal195636
Binary10011111000100100
Octal237044

Shades and tints

Shades of #133824

#133824
(19,56,36)
#123321
(18,51,33)
#112E1E
(17,46,30)
#10291B
(16,41,27)
#0F2418
(15,36,24)
#0E1F15
(14,31,21)
#0D1A12
(13,26,18)
#0C150F
(12,21,15)
#0B100C
(11,16,12)
#0A0B09
(10,11,9)
#090606
(9,6,6)
#000000
(0,0,0)

Tints of #133824

#133824
(19,56,36)
#284A37
(40,74,55)
#3D5C4A
(61,92,74)
#526E5D
(82,110,93)
#678070
(103,128,112)
#7C9283
(124,146,131)
#91A496
(145,164,150)
#A6B6A9
(166,182,169)
#BBC8BC
(187,200,188)
#D0DACF
(208,218,207)
#E5ECE2
(229,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133824; }

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

This text font color is #133824.


Background Color

.myBgColor { background-color: #133824; }

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

This div background color is #133824.


Border color

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

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

This div border color is #133824.


Opacity

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

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

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

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

This text has shadow with #133824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133824 on black background.


Color preview on white background

This text has color #133824 on white background.



Black color preview on #133824 background

This text has black color on #133824 background.


White color preview on #133824 background

This text has white color on #133824 background.