COLOR #133823

HEX: #133823
RGB: (19,56,35)

Color info

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

RGB color model

#133823 color RGB value is (19,56,35).

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

RGB channels and saturation

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

19
56
35

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

Portions of RGB colors in percentages

R + G + B =
19 + 56 + 35 = 110 (100%)
R 19 of 110 ~ 17.27%
G 56 of 110 ~ 50.91%
B 35 of 110 ~ 31.82%

%17.27
%50.91
%31.82

CMYK color model

#133823 color CMYK value is (66,0,38,78).

  • cyan value is 66.07%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 78.04%
CMYK:
(66,0,38,78)
C66M0Y38K78 
(66%,0%,38%,78%)
(0.66/0.00/0.38/0.78)	

CMYK percentages

%66.07
%0
%37.5
%78.04

Codes

Color #133823 in popluar color models

133823
RGB195635
HSL146°49.33%14.71%
HSB/HSV146°66.07%21.96%
CMYK66.07%0.00%37.50%
78.04%

Color #133823 in popluar number systems.

HEX133823
Decimal195635
Binary10011111000100011
Octal237043

Shades and tints

Shades of #133823

#133823
(19,56,35)
#123320
(18,51,32)
#112E1D
(17,46,29)
#10291A
(16,41,26)
#0F2417
(15,36,23)
#0E1F14
(14,31,20)
#0D1A11
(13,26,17)
#0C150E
(12,21,14)
#0B100B
(11,16,11)
#0A0B08
(10,11,8)
#090605
(9,6,5)
#000000
(0,0,0)

Tints of #133823

#133823
(19,56,35)
#284A37
(40,74,55)
#3D5C4B
(61,92,75)
#526E5F
(82,110,95)
#678073
(103,128,115)
#7C9287
(124,146,135)
#91A49B
(145,164,155)
#A6B6AF
(166,182,175)
#BBC8C3
(187,200,195)
#D0DAD7
(208,218,215)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133823; }

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

This text font color is #133823.


Background Color

.myBgColor { background-color: #133823; }

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

This div background color is #133823.


Border color

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

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

This div border color is #133823.


Opacity

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

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

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

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

This text has shadow with #133823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133823 on black background.


Color preview on white background

This text has color #133823 on white background.



Black color preview on #133823 background

This text has black color on #133823 background.


White color preview on #133823 background

This text has white color on #133823 background.