COLOR #1D3331

HEX: #1D3331
RGB: (29,51,49)

Color info

#1D3331 contains red, green and blue colors in about the same proportion. Web safe color of #1D3331 is #333333 (or #333).

RGB color model

#1D3331 color RGB value is (29,51,49).

  • red value is 29;
  • green value is 51;
  • blue value is 49.
RGB:
(29,51,49)
(11%,20%,19%)

RGB channels and saturation

R 29 of 255 = 11%
G 51 of 255 = 20%
B 49 of 255 = 19%

29
51
49

R + G + B ~ 17%. #1D3331 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 51 + 49 = 129 (100%)
R 29 of 129 ~ 22.48%
G 51 of 129 ~ 39.53%
B 49 of 129 ~ 37.98%

%22.48
%39.53
%37.98

CMYK color model

#1D3331 color CMYK value is (43,0,4,80).

  • cyan value is 43.14%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 80.00%
CMYK:
(43,0,4,80)
C43M0Y4K80 
(43%,0%,4%,80%)
(0.43/0.00/0.04/0.80)	

CMYK percentages

%43.14
%0
%3.92
%80

Codes

Color #1D3331 in popluar color models

1D3331
RGB295149
HSL175°27.50%15.69%
HSB/HSV175°43.14%20.00%
CMYK43.14%0.00%3.92%
80.00%

Color #1D3331 in popluar number systems.

HEX1D3331
Decimal295149
Binary11101110011110001
Octal356361

Shades and tints

Shades of #1D3331

#1D3331
(29,51,49)
#1B2F2D
(27,47,45)
#192B29
(25,43,41)
#172725
(23,39,37)
#152321
(21,35,33)
#131F1D
(19,31,29)
#111B19
(17,27,25)
#0F1715
(15,23,21)
#0D1311
(13,19,17)
#0B0F0D
(11,15,13)
#090B09
(9,11,9)
#000000
(0,0,0)

Tints of #1D3331

#1D3331
(29,51,49)
#314543
(49,69,67)
#455755
(69,87,85)
#596967
(89,105,103)
#6D7B79
(109,123,121)
#818D8B
(129,141,139)
#959F9D
(149,159,157)
#A9B1AF
(169,177,175)
#BDC3C1
(189,195,193)
#D1D5D3
(209,213,211)
#E5E7E5
(229,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D3331 color. Also use rgb(29,51,49) instead hex code.

Text Font Color

.myTextColor { color: #1D3331; }

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

This text font color is #1D3331.


Background Color

.myBgColor { background-color: #1D3331; }

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

This div background color is #1D3331.


Border color

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

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

This div border color is #1D3331.


Opacity

.myOpacity80 { color: #1D3331; opacity: 0.8; }

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

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

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

This text has shadow with #1D3331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3331 on black background.


Color preview on white background

This text has color #1D3331 on white background.



Black color preview on #1D3331 background

This text has black color on #1D3331 background.


White color preview on #1D3331 background

This text has white color on #1D3331 background.