COLOR #1D6258

HEX: #1D6258
RGB: (29,98,88)

Color info

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

RGB color model

#1D6258 color RGB value is (29,98,88).

  • red value is 29;
  • green value is 98;
  • blue value is 88.
RGB:
(29,98,88)
(11%,38%,35%)

RGB channels and saturation

R 29 of 255 = 11%
G 98 of 255 = 38%
B 88 of 255 = 35%

29
98
88

R + G + B ~ 28%. #1D6258 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 98 + 88 = 215 (100%)
R 29 of 215 ~ 13.49%
G 98 of 215 ~ 45.58%
B 88 of 215 ~ 40.93%

%13.49
%45.58
%40.93

CMYK color model

#1D6258 color CMYK value is (70,0,10,62).

  • cyan value is 70.41%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 61.57%
CMYK:
(70,0,10,62)
C70M0Y10K62 
(70%,0%,10%,62%)
(0.70/0.00/0.10/0.62)	

CMYK percentages

%70.41
%0
%10.2
%61.57

Codes

Color #1D6258 in popluar color models

1D6258
RGB299888
HSL171°54.33%24.90%
HSB/HSV171°70.41%38.43%
CMYK70.41%0.00%10.20%
61.57%

Color #1D6258 in popluar number systems.

HEX1D6258
Decimal299888
Binary1110111000101011000
Octal35142130

Shades and tints

Shades of #1D6258

#1D6258
(29,98,88)
#1B5A50
(27,90,80)
#195248
(25,82,72)
#174A40
(23,74,64)
#154238
(21,66,56)
#133A30
(19,58,48)
#113228
(17,50,40)
#0F2A20
(15,42,32)
#0D2218
(13,34,24)
#0B1A10
(11,26,16)
#091208
(9,18,8)
#000000
(0,0,0)

Tints of #1D6258

#1D6258
(29,98,88)
#317067
(49,112,103)
#457E76
(69,126,118)
#598C85
(89,140,133)
#6D9A94
(109,154,148)
#81A8A3
(129,168,163)
#95B6B2
(149,182,178)
#A9C4C1
(169,196,193)
#BDD2D0
(189,210,208)
#D1E0DF
(209,224,223)
#E5EEEE
(229,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D6258 color. Also use rgb(29,98,88) instead hex code.

Text Font Color

.myTextColor { color: #1D6258; }

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

This text font color is #1D6258.


Background Color

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

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

This div background color is #1D6258.


Border color

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

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

This div border color is #1D6258.


Opacity

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

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

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

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

This text has shadow with #1D6258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D6258 on black background.


Color preview on white background

This text has color #1D6258 on white background.



Black color preview on #1D6258 background

This text has black color on #1D6258 background.


White color preview on #1D6258 background

This text has white color on #1D6258 background.