COLOR #133630

HEX: #133630
RGB: (19,54,48)

Color info

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

RGB color model

#133630 color RGB value is (19,54,48).

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

RGB channels and saturation

R 19 of 255 = 7%
G 54 of 255 = 21%
B 48 of 255 = 19%

19
54
48

R + G + B ~ 16%. #133630 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 54 + 48 = 121 (100%)
R 19 of 121 ~ 15.7%
G 54 of 121 ~ 44.63%
B 48 of 121 ~ 39.67%

%15.7
%44.63
%39.67

CMYK color model

#133630 color CMYK value is (65,0,11,79).

  • cyan value is 64.81%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 78.82%
CMYK:
(65,0,11,79)
C65M0Y11K79 
(65%,0%,11%,79%)
(0.65/0.00/0.11/0.79)	

CMYK percentages

%64.81
%0
%11.11
%78.82

Codes

Color #133630 in popluar color models

133630
RGB195448
HSL170°47.95%14.31%
HSB/HSV170°64.81%21.18%
CMYK64.81%0.00%11.11%
78.82%

Color #133630 in popluar number systems.

HEX133630
Decimal195448
Binary10011110110110000
Octal236660

Shades and tints

Shades of #133630

#133630
(19,54,48)
#12322C
(18,50,44)
#112E28
(17,46,40)
#102A24
(16,42,36)
#0F2620
(15,38,32)
#0E221C
(14,34,28)
#0D1E18
(13,30,24)
#0C1A14
(12,26,20)
#0B1610
(11,22,16)
#0A120C
(10,18,12)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #133630

#133630
(19,54,48)
#284842
(40,72,66)
#3D5A54
(61,90,84)
#526C66
(82,108,102)
#677E78
(103,126,120)
#7C908A
(124,144,138)
#91A29C
(145,162,156)
#A6B4AE
(166,180,174)
#BBC6C0
(187,198,192)
#D0D8D2
(208,216,210)
#E5EAE4
(229,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133630; }

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

This text font color is #133630.


Background Color

.myBgColor { background-color: #133630; }

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

This div background color is #133630.


Border color

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

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

This div border color is #133630.


Opacity

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

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

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

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

This text has shadow with #133630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133630 on black background.


Color preview on white background

This text has color #133630 on white background.



Black color preview on #133630 background

This text has black color on #133630 background.


White color preview on #133630 background

This text has white color on #133630 background.