COLOR #133E34

HEX: #133E34 RGB: (19,62,52)

Color info

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

RGB color model

#133E34 color RGB value is (19,62,52).

RGB: (19,62,52) (7%, 24%, 20%)

RGB channels and saturation

R 19 of 255 = 7%
G 62 of 255 = 24%
B 52 of 255 = 20%

19
62
52

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

Portions of RGB colors in percentages

R + G + B = 19 + 62 + 52 = 133 (100%)
R 19 of 133 ~ 14.29%
G 62 of 133 ~ 46.62%
B 52 of 133 ~ 39.1'%

%14.29
%46.62
%39.1

CMYK color model

#133E34 color CMYK value is (69,0,16,76).

  • cyan value is 69.35%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 75.69%

CMYK: (69,0,16,76)
C69M0Y16K76 (69%, 0%, 16%, 76%)
(0.69 / 0.00 / 0.16 / 0.76)

CMYK percentages

%69.35
%0
%16.13
%75.69

Codes

Color #133E34 in popluar color models

13 3E 34
RGB 19 62 52
HSL 166° 53.09% 15.88%
HSB/HSV 166° 69.35% 24.31%
CMYK 69.35% 0.00% 16.13%
75.69%

Color #133E34 in popluar number systems.

HEX 13 3E 34
Decimal 19 62 52
Binary 10011 111110 110100
Octal 23 76 64

Shades and tints

Shades of #133E34

#133E34
(19,62,52)
#123930
(18,57,48)
#11342C
(17,52,44)
#102F28
(16,47,40)
#0F2A24
(15,42,36)
#0E2520
(14,37,32)
#0D201C
(13,32,28)
#0C1B18
(12,27,24)
#0B1614
(11,22,20)
#0A1110
(10,17,16)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #133E34

#133E34
(19,62,52)
#284F46
(40,79,70)
#3D6058
(61,96,88)
#52716A
(82,113,106)
#67827C
(103,130,124)
#7C938E
(124,147,142)
#91A4A0
(145,164,160)
#A6B5B2
(166,181,178)
#BBC6C4
(187,198,196)
#D0D7D6
(208,215,214)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133E34; }

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

This text font color is #133E34.

Background Color

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

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

This div background color is #133E34.

Border color

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

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

This div border color is #133E34.

Opacity

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

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

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

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

This text has shadow with #133E34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133E34.

Preview

Color preview on black background

This text has color #133E34 on black background.


Color preview on white background

This text has color #133E34 on white background.


Black color preview on #133E34 background

This text has black color on #133E34 background.


White color preview on #133E34 background

This text has white color on #133E34 background.


Related colors

Complementary color

Complementary color for #hex is #ECC1CB.


I love getcolorcode.com

Triadic colors

1 #34133E and #3E3413 with #133E34 are triadic colors.

2 #343E13 and #3E1334 with #133E34 are triadic colors.