COLOR #1D3338

HEX: #1D3338
RGB: (29,51,56)

Color info

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

RGB color model

#1D3338 color RGB value is (29,51,56).

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

RGB channels and saturation

R 29 of 255 = 11%
G 51 of 255 = 20%
B 56 of 255 = 22%

29
51
56

R + G + B ~ 18%. #1D3338 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 51 + 56 = 136 (100%)
R 29 of 136 ~ 21.32%
G 51 of 136 ~ 37.5%
B 56 of 136 ~ 41.18%

%21.32
%37.5
%41.18

CMYK color model

#1D3338 color CMYK value is (48,9,0,78).

  • cyan value is 48.21%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(48,9,0,78)
C48M9Y0K78 
(48%,9%,0%,78%)
(0.48/0.09/0.00/0.78)	

CMYK percentages

%48.21
%8.93
%0
%78.04

Codes

Color #1D3338 in popluar color models

1D3338
RGB295156
HSL191°31.76%16.67%
HSB/HSV191°48.21%21.96%
CMYK48.21%8.93%0.00%
78.04%

Color #1D3338 in popluar number systems.

HEX1D3338
Decimal295156
Binary11101110011111000
Octal356370

Shades and tints

Shades of #1D3338

#1D3338
(29,51,56)
#1B2F33
(27,47,51)
#192B2E
(25,43,46)
#172729
(23,39,41)
#152324
(21,35,36)
#131F1F
(19,31,31)
#111B1A
(17,27,26)
#0F1715
(15,23,21)
#0D1310
(13,19,16)
#0B0F0B
(11,15,11)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #1D3338

#1D3338
(29,51,56)
#31454A
(49,69,74)
#45575C
(69,87,92)
#59696E
(89,105,110)
#6D7B80
(109,123,128)
#818D92
(129,141,146)
#959FA4
(149,159,164)
#A9B1B6
(169,177,182)
#BDC3C8
(189,195,200)
#D1D5DA
(209,213,218)
#E5E7EC
(229,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D3338; }

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

This text font color is #1D3338.


Background Color

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

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

This div background color is #1D3338.


Border color

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

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

This div border color is #1D3338.


Opacity

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

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

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

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

This text has shadow with #1D3338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3338 on black background.


Color preview on white background

This text has color #1D3338 on white background.



Black color preview on #1D3338 background

This text has black color on #1D3338 background.


White color preview on #1D3338 background

This text has white color on #1D3338 background.