COLOR #133E3D

HEX: #133E3D
RGB: (19,62,61)

Color info

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

RGB color model

#133E3D color RGB value is (19,62,61).

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

RGB channels and saturation

R 19 of 255 = 7%
G 62 of 255 = 24%
B 61 of 255 = 24%

19
62
61

R + G + B ~ 18%. #133E3D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 62 + 61 = 142 (100%)
R 19 of 142 ~ 13.38%
G 62 of 142 ~ 43.66%
B 61 of 142 ~ 42.96%

%13.38
%43.66
%42.96

CMYK color model

#133E3D color CMYK value is (69,0,2,76).

  • cyan value is 69.35%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 75.69%
CMYK:
(69,0,2,76)
C69M0Y2K76 
(69%,0%,2%,76%)
(0.69/0.00/0.02/0.76)	

CMYK percentages

%69.35
%0
%1.61
%75.69

Codes

Color #133E3D in popluar color models

133E3D
RGB196261
HSL179°53.09%15.88%
HSB/HSV179°69.35%24.31%
CMYK69.35%0.00%1.61%
75.69%

Color #133E3D in popluar number systems.

HEX133E3D
Decimal196261
Binary10011111110111101
Octal237675

Shades and tints

Shades of #133E3D

#133E3D
(19,62,61)
#123938
(18,57,56)
#113433
(17,52,51)
#102F2E
(16,47,46)
#0F2A29
(15,42,41)
#0E2524
(14,37,36)
#0D201F
(13,32,31)
#0C1B1A
(12,27,26)
#0B1615
(11,22,21)
#0A1110
(10,17,16)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #133E3D

#133E3D
(19,62,61)
#284F4E
(40,79,78)
#3D605F
(61,96,95)
#527170
(82,113,112)
#678281
(103,130,129)
#7C9392
(124,147,146)
#91A4A3
(145,164,163)
#A6B5B4
(166,181,180)
#BBC6C5
(187,198,197)
#D0D7D6
(208,215,214)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133E3D color. Also use rgb(19,62,61) instead hex code.

Text Font Color

.myTextColor { color: #133E3D; }

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

This text font color is #133E3D.


Background Color

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

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

This div background color is #133E3D.


Border color

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

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

This div border color is #133E3D.


Opacity

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

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

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

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

This text has shadow with #133E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133E3D on black background.


Color preview on white background

This text has color #133E3D on white background.



Black color preview on #133E3D background

This text has black color on #133E3D background.


White color preview on #133E3D background

This text has white color on #133E3D background.