COLOR #133D0D

HEX: #133D0D RGB: (19,61,13)

Color info

#133D0D contains red, green and blue colors in about the same proportion. Web safe color of #133D0D is #003300 (or #030).

RGB color model

#133D0D color RGB value is (19,61,13).

RGB: (19,61,13) (7%, 24%, 5%)

RGB channels and saturation

R 19 of 255 = 7%
G 61 of 255 = 24%
B 13 of 255 = 5%

19
61
13

R + G + B ~ 12%. #133D0D is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 61 + 13 = 93 (100%)
R 19 of 93 ~ 20.43%
G 61 of 93 ~ 65.59%
B 13 of 93 ~ 13.98'%

%20.43
%65.59
%13.98

CMYK color model

#133D0D color CMYK value is (69,0,79,76).

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

CMYK: (69,0,79,76)
C69M0Y79K76 (69%, 0%, 79%, 76%)
(0.69 / 0.00 / 0.79 / 0.76)

CMYK percentages

%68.85
%0
%78.69
%76.08

Codes

Color #133D0D in popluar color models

13 3D 0D
RGB 19 61 13
HSL 113° 64.86% 14.51%
HSB/HSV 113° 78.69% 23.92%
CMYK 68.85% 0.00% 78.69%
76.08%

Color #133D0D in popluar number systems.

HEX 13 3D 0D
Decimal 19 61 13
Binary 10011 111101 1101
Octal 23 75 15

Shades and tints

Shades of #133D0D

#133D0D
(19,61,13)
#12380C
(18,56,12)
#11330B
(17,51,11)
#102E0A
(16,46,10)
#0F2909
(15,41,9)
#0E2408
(14,36,8)
#0D1F07
(13,31,7)
#0C1A06
(12,26,6)
#0B1505
(11,21,5)
#0A1004
(10,16,4)
#090B03
(9,11,3)
#000000
(0,0,0)

Tints of #133D0D

#133D0D
(19,61,13)
#284E23
(40,78,35)
#3D5F39
(61,95,57)
#52704F
(82,112,79)
#678165
(103,129,101)
#7C927B
(124,146,123)
#91A391
(145,163,145)
#A6B4A7
(166,180,167)
#BBC5BD
(187,197,189)
#D0D6D3
(208,214,211)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #133D0D; }

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

This text font color is #133D0D.

Background Color

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

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

This div background color is #133D0D.

Border color

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

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

This div border color is #133D0D.

Opacity

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

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

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

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

This text has shadow with #133D0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #133D0D.

Preview

Color preview on black background

This text has color #133D0D on black background.


Color preview on white background

This text has color #133D0D on white background.


Black color preview on #133D0D background

This text has black color on #133D0D background.


White color preview on #133D0D background

This text has white color on #133D0D background.


Related colors

Complementary color

Complementary color for #hex is #ECC2F2.


I love getcolorcode.com

Triadic colors

1 #0D133D and #3D0D13 with #133D0D are triadic colors.

2 #0D3D13 and #3D130D with #133D0D are triadic colors.