COLOR #133C31

HEX: #133C31
RGB: (19,60,49)

Color info

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

RGB color model

#133C31 color RGB value is (19,60,49).

  • red value is 19;
  • green value is 60;
  • blue value is 49.
RGB:
(19,60,49)
(7%,24%,19%)

RGB channels and saturation

R 19 of 255 = 7%
G 60 of 255 = 24%
B 49 of 255 = 19%

19
60
49

R + G + B ~ 17%. #133C31 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 60 + 49 = 128 (100%)
R 19 of 128 ~ 14.84%
G 60 of 128 ~ 46.88%
B 49 of 128 ~ 38.28%

%14.84
%46.88
%38.28

CMYK color model

#133C31 color CMYK value is (68,0,18,76).

  • cyan value is 68.33%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • key color value is 76.47%
CMYK:
(68,0,18,76)
C68M0Y18K76 
(68%,0%,18%,76%)
(0.68/0.00/0.18/0.76)	

CMYK percentages

%68.33
%0
%18.33
%76.47

Codes

Color #133C31 in popluar color models

133C31
RGB196049
HSL164°51.90%15.49%
HSB/HSV164°68.33%23.53%
CMYK68.33%0.00%18.33%
76.47%

Color #133C31 in popluar number systems.

HEX133C31
Decimal196049
Binary10011111100110001
Octal237461

Shades and tints

Shades of #133C31

#133C31
(19,60,49)
#12372D
(18,55,45)
#113229
(17,50,41)
#102D25
(16,45,37)
#0F2821
(15,40,33)
#0E231D
(14,35,29)
#0D1E19
(13,30,25)
#0C1915
(12,25,21)
#0B1411
(11,20,17)
#0A0F0D
(10,15,13)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #133C31

#133C31
(19,60,49)
#284D43
(40,77,67)
#3D5E55
(61,94,85)
#526F67
(82,111,103)
#678079
(103,128,121)
#7C918B
(124,145,139)
#91A29D
(145,162,157)
#A6B3AF
(166,179,175)
#BBC4C1
(187,196,193)
#D0D5D3
(208,213,211)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133C31 color. Also use rgb(19,60,49) instead hex code.

Text Font Color

.myTextColor { color: #133C31; }

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

This text font color is #133C31.


Background Color

.myBgColor { background-color: #133C31; }

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

This div background color is #133C31.


Border color

.myBorderColor { border: 1px solid #133C31; }

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

This div border color is #133C31.


Opacity

.myOpacity80 { color: #133C31; opacity: 0.8; }

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

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

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

This text has shadow with #133C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133C31 on black background.


Color preview on white background

This text has color #133C31 on white background.



Black color preview on #133C31 background

This text has black color on #133C31 background.


White color preview on #133C31 background

This text has white color on #133C31 background.