COLOR #1D1757

HEX: #1D1757
RGB: (29,23,87)

Color info

#1D1757 contains mainly red and blue colors. Web safe color of #1D1757 is #330066 (or #306).

RGB color model

#1D1757 color RGB value is (29,23,87).

  • red value is 29;
  • green value is 23;
  • blue value is 87.
RGB:
(29,23,87)
(11%,9%,34%)

RGB channels and saturation

R 29 of 255 = 11%
G 23 of 255 = 9%
B 87 of 255 = 34%

29
23
87

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

Portions of RGB colors in percentages

R + G + B =
29 + 23 + 87 = 139 (100%)
R 29 of 139 ~ 20.86%
G 23 of 139 ~ 16.55%
B 87 of 139 ~ 62.59%

%20.86
%16.55
%62.59

CMYK color model

#1D1757 color CMYK value is (67,74,0,66).

  • cyan value is 66.67%
  • magenta value is 73.56%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(67,74,0,66)
C67M74Y0K66 
(67%,74%,0%,66%)
(0.67/0.74/0.00/0.66)	

CMYK percentages

%66.67
%73.56
%0
%65.88

Codes

Color #1D1757 in popluar color models

1D1757
RGB292387
HSL246°58.18%21.57%
HSB/HSV246°73.56%34.12%
CMYK66.67%73.56%0.00%
65.88%

Color #1D1757 in popluar number systems.

HEX1D1757
Decimal292387
Binary11101101111010111
Octal3527127

Shades and tints

Shades of #1D1757

#1D1757
(29,23,87)
#1B1550
(27,21,80)
#191349
(25,19,73)
#171142
(23,17,66)
#150F3B
(21,15,59)
#130D34
(19,13,52)
#110B2D
(17,11,45)
#0F0926
(15,9,38)
#0D071F
(13,7,31)
#0B0518
(11,5,24)
#090311
(9,3,17)
#000000
(0,0,0)

Tints of #1D1757

#1D1757
(29,23,87)
#312C66
(49,44,102)
#454175
(69,65,117)
#595684
(89,86,132)
#6D6B93
(109,107,147)
#8180A2
(129,128,162)
#9595B1
(149,149,177)
#A9AAC0
(169,170,192)
#BDBFCF
(189,191,207)
#D1D4DE
(209,212,222)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D1757 color. Also use rgb(29,23,87) instead hex code.

Text Font Color

.myTextColor { color: #1D1757; }

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

This text font color is #1D1757.


Background Color

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

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

This div background color is #1D1757.


Border color

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

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

This div border color is #1D1757.


Opacity

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

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

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

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

This text has shadow with #1D1757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D1757 on black background.


Color preview on white background

This text has color #1D1757 on white background.



Black color preview on #1D1757 background

This text has black color on #1D1757 background.


White color preview on #1D1757 background

This text has white color on #1D1757 background.