COLOR #1D074A

HEX: #1D074A
RGB: (29,7,74)

Color info

#1D074A contains mainly red and blue colors. Web safe color of #1D074A is #330033 (or #303).

RGB color model

#1D074A color RGB value is (29,7,74).

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

RGB channels and saturation

R 29 of 255 = 11%
G 7 of 255 = 3%
B 74 of 255 = 29%

29
7
74

R + G + B ~ 14%. #1D074A is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 7 + 74 = 110 (100%)
R 29 of 110 ~ 26.36%
G 7 of 110 ~ 6.36%
B 74 of 110 ~ 67.27%

%26.36
%67.27

CMYK color model

#1D074A color CMYK value is (61,91,0,71).

  • cyan value is 60.81%
  • magenta value is 90.54%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(61,91,0,71)
C61M91Y0K71 
(61%,91%,0%,71%)
(0.61/0.91/0.00/0.71)	

CMYK percentages

%60.81
%90.54
%0
%70.98

Codes

Color #1D074A in popluar color models

1D074A
RGB29774
HSL260°82.72%15.88%
HSB/HSV260°90.54%29.02%
CMYK60.81%90.54%0.00%
70.98%

Color #1D074A in popluar number systems.

HEX1D074A
Decimal29774
Binary111011111001010
Octal357112

Shades and tints

Shades of #1D074A

#1D074A
(29,7,74)
#1B0744
(27,7,68)
#19073E
(25,7,62)
#170738
(23,7,56)
#150732
(21,7,50)
#13072C
(19,7,44)
#110726
(17,7,38)
#0F0720
(15,7,32)
#0D071A
(13,7,26)
#0B0714
(11,7,20)
#09070E
(9,7,14)
#000000
(0,0,0)

Tints of #1D074A

#1D074A
(29,7,74)
#311D5A
(49,29,90)
#45336A
(69,51,106)
#59497A
(89,73,122)
#6D5F8A
(109,95,138)
#81759A
(129,117,154)
#958BAA
(149,139,170)
#A9A1BA
(169,161,186)
#BDB7CA
(189,183,202)
#D1CDDA
(209,205,218)
#E5E3EA
(229,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D074A; }

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

This text font color is #1D074A.


Background Color

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

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

This div background color is #1D074A.


Border color

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

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

This div border color is #1D074A.


Opacity

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

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

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

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

This text has shadow with #1D074A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D074A on black background.


Color preview on white background

This text has color #1D074A on white background.



Black color preview on #1D074A background

This text has black color on #1D074A background.


White color preview on #1D074A background

This text has white color on #1D074A background.