COLOR #133C30

HEX: #133C30
RGB: (19,60,48)

Color info

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

RGB color model

#133C30 color RGB value is (19,60,48).

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

RGB channels and saturation

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

19
60
48

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

Portions of RGB colors in percentages

R + G + B =
19 + 60 + 48 = 127 (100%)
R 19 of 127 ~ 14.96%
G 60 of 127 ~ 47.24%
B 48 of 127 ~ 37.8%

%14.96
%47.24
%37.8

CMYK color model

#133C30 color CMYK value is (68,0,20,76).

  • cyan value is 68.33%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 76.47%
CMYK:
(68,0,20,76)
C68M0Y20K76 
(68%,0%,20%,76%)
(0.68/0.00/0.20/0.76)	

CMYK percentages

%68.33
%0
%20
%76.47

Codes

Color #133C30 in popluar color models

133C30
RGB196048
HSL162°51.90%15.49%
HSB/HSV162°68.33%23.53%
CMYK68.33%0.00%20.00%
76.47%

Color #133C30 in popluar number systems.

HEX133C30
Decimal196048
Binary10011111100110000
Octal237460

Shades and tints

Shades of #133C30

#133C30
(19,60,48)
#12372C
(18,55,44)
#113228
(17,50,40)
#102D24
(16,45,36)
#0F2820
(15,40,32)
#0E231C
(14,35,28)
#0D1E18
(13,30,24)
#0C1914
(12,25,20)
#0B1410
(11,20,16)
#0A0F0C
(10,15,12)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #133C30

#133C30
(19,60,48)
#284D42
(40,77,66)
#3D5E54
(61,94,84)
#526F66
(82,111,102)
#678078
(103,128,120)
#7C918A
(124,145,138)
#91A29C
(145,162,156)
#A6B3AE
(166,179,174)
#BBC4C0
(187,196,192)
#D0D5D2
(208,213,210)
#E5E6E4
(229,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133C30; }

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

This text font color is #133C30.


Background Color

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

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

This div background color is #133C30.


Border color

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

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

This div border color is #133C30.


Opacity

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

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

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

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

This text has shadow with #133C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133C30 on black background.


Color preview on white background

This text has color #133C30 on white background.



Black color preview on #133C30 background

This text has black color on #133C30 background.


White color preview on #133C30 background

This text has white color on #133C30 background.