COLOR #1D5059

HEX: #1D5059
RGB: (29,80,89)

Color info

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

RGB color model

#1D5059 color RGB value is (29,80,89).

  • red value is 29;
  • green value is 80;
  • blue value is 89.
RGB:
(29,80,89)
(11%,31%,35%)

RGB channels and saturation

R 29 of 255 = 11%
G 80 of 255 = 31%
B 89 of 255 = 35%

29
80
89

R + G + B ~ 26%. #1D5059 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 80 + 89 = 198 (100%)
R 29 of 198 ~ 14.65%
G 80 of 198 ~ 40.4%
B 89 of 198 ~ 44.95%

%14.65
%40.4
%44.95

CMYK color model

#1D5059 color CMYK value is (67,10,0,65).

  • cyan value is 67.42%
  • magenta value is 10.11%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(67,10,0,65)
C67M10Y0K65 
(67%,10%,0%,65%)
(0.67/0.10/0.00/0.65)	

CMYK percentages

%67.42
%10.11
%0
%65.1

Codes

Color #1D5059 in popluar color models

1D5059
RGB298089
HSL189°50.85%23.14%
HSB/HSV189°67.42%34.90%
CMYK67.42%10.11%0.00%
65.10%

Color #1D5059 in popluar number systems.

HEX1D5059
Decimal298089
Binary1110110100001011001
Octal35120131

Shades and tints

Shades of #1D5059

#1D5059
(29,80,89)
#1B4951
(27,73,81)
#194249
(25,66,73)
#173B41
(23,59,65)
#153439
(21,52,57)
#132D31
(19,45,49)
#112629
(17,38,41)
#0F1F21
(15,31,33)
#0D1819
(13,24,25)
#0B1111
(11,17,17)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #1D5059

#1D5059
(29,80,89)
#315F68
(49,95,104)
#456E77
(69,110,119)
#597D86
(89,125,134)
#6D8C95
(109,140,149)
#819BA4
(129,155,164)
#95AAB3
(149,170,179)
#A9B9C2
(169,185,194)
#BDC8D1
(189,200,209)
#D1D7E0
(209,215,224)
#E5E6EF
(229,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5059 color. Also use rgb(29,80,89) instead hex code.

Text Font Color

.myTextColor { color: #1D5059; }

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

This text font color is #1D5059.


Background Color

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

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

This div background color is #1D5059.


Border color

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

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

This div border color is #1D5059.


Opacity

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

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

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

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

This text has shadow with #1D5059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D5059 on black background.


Color preview on white background

This text has color #1D5059 on white background.



Black color preview on #1D5059 background

This text has black color on #1D5059 background.


White color preview on #1D5059 background

This text has white color on #1D5059 background.