COLOR #1D0739

HEX: #1D0739
RGB: (29,7,57)

Color info

#1D0739 contains red, green and blue colors in about the same proportion. Web safe color of #1D0739 is #330033 (or #303).

RGB color model

#1D0739 color RGB value is (29,7,57).

  • red value is 29;
  • green value is 7;
  • blue value is 57.
RGB:
(29,7,57)
(11%,3%,22%)

RGB channels and saturation

R 29 of 255 = 11%
G 7 of 255 = 3%
B 57 of 255 = 22%

29
7
57

R + G + B ~ 12%. #1D0739 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 7 + 57 = 93 (100%)
R 29 of 93 ~ 31.18%
G 7 of 93 ~ 7.53%
B 57 of 93 ~ 61.29%

%31.18
%61.29

CMYK color model

#1D0739 color CMYK value is (49,88,0,78).

  • cyan value is 49.12%
  • magenta value is 87.72%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(49,88,0,78)
C49M88Y0K78 
(49%,88%,0%,78%)
(0.49/0.88/0.00/0.78)	

CMYK percentages

%49.12
%87.72
%0
%77.65

Codes

Color #1D0739 in popluar color models

1D0739
RGB29757
HSL266°78.13%12.55%
HSB/HSV266°87.72%22.35%
CMYK49.12%87.72%0.00%
77.65%

Color #1D0739 in popluar number systems.

HEX1D0739
Decimal29757
Binary11101111111001
Octal35771

Shades and tints

Shades of #1D0739

#1D0739
(29,7,57)
#1B0734
(27,7,52)
#19072F
(25,7,47)
#17072A
(23,7,42)
#150725
(21,7,37)
#130720
(19,7,32)
#11071B
(17,7,27)
#0F0716
(15,7,22)
#0D0711
(13,7,17)
#0B070C
(11,7,12)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #1D0739

#1D0739
(29,7,57)
#311D4B
(49,29,75)
#45335D
(69,51,93)
#59496F
(89,73,111)
#6D5F81
(109,95,129)
#817593
(129,117,147)
#958BA5
(149,139,165)
#A9A1B7
(169,161,183)
#BDB7C9
(189,183,201)
#D1CDDB
(209,205,219)
#E5E3ED
(229,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D0739 color. Also use rgb(29,7,57) instead hex code.

Text Font Color

.myTextColor { color: #1D0739; }

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

This text font color is #1D0739.


Background Color

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

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

This div background color is #1D0739.


Border color

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

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

This div border color is #1D0739.


Opacity

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

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

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

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

This text has shadow with #1D0739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D0739 on black background.


Color preview on white background

This text has color #1D0739 on white background.



Black color preview on #1D0739 background

This text has black color on #1D0739 background.


White color preview on #1D0739 background

This text has white color on #1D0739 background.