COLOR #133D2D

HEX: #133D2D RGB: (19,61,45)

Color info

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

RGB color model

#133D2D color RGB value is (19,61,45).

RGB: (19,61,45) (7%, 24%, 18%)

RGB channels and saturation

R 19 of 255 = 7%
G 61 of 255 = 24%
B 45 of 255 = 18%

19
61
45

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

Portions of RGB colors in percentages

R + G + B = 19 + 61 + 45 = 125 (100%)
R 19 of 125 ~ 15.2%
G 61 of 125 ~ 48.8%
B 45 of 125 ~ 36'%

%15.2
%48.8
%36

CMYK color model

#133D2D color CMYK value is (69,0,26,76).

  • cyan value is 68.85%
  • magenta value is 0.00%
  • yellow value is 26.23%
  • key color value is 76.08%

CMYK: (69,0,26,76)
C69M0Y26K76 (69%, 0%, 26%, 76%)
(0.69 / 0.00 / 0.26 / 0.76)

CMYK percentages

%68.85
%0
%26.23
%76.08

Codes

Color #133D2D in popluar color models

13 3D 2D
RGB 19 61 45
HSL 157° 52.50% 15.69%
HSB/HSV 157° 68.85% 23.92%
CMYK 68.85% 0.00% 26.23%
76.08%

Color #133D2D in popluar number systems.

HEX 13 3D 2D
Decimal 19 61 45
Binary 10011 111101 101101
Octal 23 75 55

Shades and tints

Shades of #133D2D

#133D2D
(19,61,45)
#123829
(18,56,41)
#113325
(17,51,37)
#102E21
(16,46,33)
#0F291D
(15,41,29)
#0E2419
(14,36,25)
#0D1F15
(13,31,21)
#0C1A11
(12,26,17)
#0B150D
(11,21,13)
#0A1009
(10,16,9)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #133D2D

#133D2D
(19,61,45)
#284E40
(40,78,64)
#3D5F53
(61,95,83)
#527066
(82,112,102)
#678179
(103,129,121)
#7C928C
(124,146,140)
#91A39F
(145,163,159)
#A6B4B2
(166,180,178)
#BBC5C5
(187,197,197)
#D0D6D8
(208,214,216)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133D2D; }

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

This text font color is #133D2D.

Background Color

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

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

This div background color is #133D2D.

Border color

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

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

This div border color is #133D2D.

Opacity

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

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

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

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

This text has shadow with #133D2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133D2D.

Preview

Color preview on black background

This text has color #133D2D on black background.


Color preview on white background

This text has color #133D2D on white background.


Black color preview on #133D2D background

This text has black color on #133D2D background.


White color preview on #133D2D background

This text has white color on #133D2D background.


Related colors

Complementary color

Complementary color for #hex is #ECC2D2.


I love getcolorcode.com

Triadic colors

1 #2D133D and #3D2D13 with #133D2D are triadic colors.

2 #2D3D13 and #3D132D with #133D2D are triadic colors.