COLOR #1D3743

HEX: #1D3743
RGB: (29,55,67)

Color info

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

RGB color model

#1D3743 color RGB value is (29,55,67).

  • red value is 29;
  • green value is 55;
  • blue value is 67.
RGB:
(29,55,67)
(11%,22%,26%)

RGB channels and saturation

R 29 of 255 = 11%
G 55 of 255 = 22%
B 67 of 255 = 26%

29
55
67

R + G + B ~ 20%. #1D3743 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 55 + 67 = 151 (100%)
R 29 of 151 ~ 19.21%
G 55 of 151 ~ 36.42%
B 67 of 151 ~ 44.37%

%19.21
%36.42
%44.37

CMYK color model

#1D3743 color CMYK value is (57,18,0,74).

  • cyan value is 56.72%
  • magenta value is 17.91%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(57,18,0,74)
C57M18Y0K74 
(57%,18%,0%,74%)
(0.57/0.18/0.00/0.74)	

CMYK percentages

%56.72
%17.91
%0
%73.73

Codes

Color #1D3743 in popluar color models

1D3743
RGB295567
HSL199°39.58%18.82%
HSB/HSV199°56.72%26.27%
CMYK56.72%17.91%0.00%
73.73%

Color #1D3743 in popluar number systems.

HEX1D3743
Decimal295567
Binary111011101111000011
Octal3567103

Shades and tints

Shades of #1D3743

#1D3743
(29,55,67)
#1B323D
(27,50,61)
#192D37
(25,45,55)
#172831
(23,40,49)
#15232B
(21,35,43)
#131E25
(19,30,37)
#11191F
(17,25,31)
#0F1419
(15,20,25)
#0D0F13
(13,15,19)
#0B0A0D
(11,10,13)
#090507
(9,5,7)
#000000
(0,0,0)

Tints of #1D3743

#1D3743
(29,55,67)
#314954
(49,73,84)
#455B65
(69,91,101)
#596D76
(89,109,118)
#6D7F87
(109,127,135)
#819198
(129,145,152)
#95A3A9
(149,163,169)
#A9B5BA
(169,181,186)
#BDC7CB
(189,199,203)
#D1D9DC
(209,217,220)
#E5EBED
(229,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D3743 color. Also use rgb(29,55,67) instead hex code.

Text Font Color

.myTextColor { color: #1D3743; }

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

This text font color is #1D3743.


Background Color

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

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

This div background color is #1D3743.


Border color

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

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

This div border color is #1D3743.


Opacity

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

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

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

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

This text has shadow with #1D3743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D3743 on black background.


Color preview on white background

This text has color #1D3743 on white background.



Black color preview on #1D3743 background

This text has black color on #1D3743 background.


White color preview on #1D3743 background

This text has white color on #1D3743 background.