COLOR #1D746A

HEX: #1D746A RGB: (29,116,106)

Color info

#1D746A contains mainly green and blue colors. Web safe color of #1D746A is #336666 (or #366).

RGB color model

#1D746A color RGB value is (29,116,106).

RGB: (29,116,106) (11%, 45%, 42%)

RGB channels and saturation

R 29 of 255 = 11%
G 116 of 255 = 45%
B 106 of 255 = 42%

29
116
106

R + G + B ~ 33%. #1D746A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 116 + 106 = 251 (100%)
R 29 of 251 ~ 11.55%
G 116 of 251 ~ 46.22%
B 106 of 251 ~ 42.23'%

%11.55
%46.22
%42.23

CMYK color model

#1D746A color CMYK value is (75,0,9,55).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 8.62%
  • key color value is 54.51%

CMYK: (75,0,9,55)
C75M0Y9K55 (75%, 0%, 9%, 55%)
(0.75 / 0.00 / 0.09 / 0.55)

CMYK percentages

%75
%0
%8.62
%54.51

Codes

Color #1D746A in popluar color models

1D 74 6A
RGB 29 116 106
HSL 173° 60.00% 28.43%
HSB/HSV 173° 75.00% 45.49%
CMYK 75.00% 0.00% 8.62%
54.51%

Color #1D746A in popluar number systems.

HEX 1D 74 6A
Decimal 29 116 106
Binary 11101 1110100 1101010
Octal 35 164 152

Shades and tints

Shades of #1D746A

#1D746A
(29,116,106)
#1B6A61
(27,106,97)
#196058
(25,96,88)
#17564F
(23,86,79)
#154C46
(21,76,70)
#13423D
(19,66,61)
#113834
(17,56,52)
#0F2E2B
(15,46,43)
#0D2422
(13,36,34)
#0B1A19
(11,26,25)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #1D746A

#1D746A
(29,116,106)
#318077
(49,128,119)
#458C84
(69,140,132)
#599891
(89,152,145)
#6DA49E
(109,164,158)
#81B0AB
(129,176,171)
#95BCB8
(149,188,184)
#A9C8C5
(169,200,197)
#BDD4D2
(189,212,210)
#D1E0DF
(209,224,223)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D746A color. Also use rgb(29,116,106) instead hex code.

Text Font Color

.myTextColor { color: #1D746A; }

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

This text font color is #1D746A.

Background Color

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

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

This div background color is #1D746A.

Border color

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

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

This div border color is #1D746A.

Opacity

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

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

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

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

This text has shadow with #1D746A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D746A.

Preview

Color preview on black background

This text has color #1D746A on black background.


Color preview on white background

This text has color #1D746A on white background.


Black color preview on #1D746A background

This text has black color on #1D746A background.


White color preview on #1D746A background

This text has white color on #1D746A background.


Related colors

Complementary color

Complementary color for #hex is #E28B95.


I love getcolorcode.com

Triadic colors

1 #6A1D74 and #746A1D with #1D746A are triadic colors.

2 #6A741D and #741D6A with #1D746A are triadic colors.