COLOR #1D6958

HEX: #1D6958
RGB: (29,105,88)

Color info

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

RGB color model

#1D6958 color RGB value is (29,105,88).

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

RGB channels and saturation

R 29 of 255 = 11%
G 105 of 255 = 41%
B 88 of 255 = 35%

29
105
88

R + G + B ~ 29%. #1D6958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 105 + 88 = 222 (100%)
R 29 of 222 ~ 13.06%
G 105 of 222 ~ 47.3%
B 88 of 222 ~ 39.64%

%13.06
%47.3
%39.64

CMYK color model

#1D6958 color CMYK value is (72,0,16,59).

  • cyan value is 72.38%
  • magenta value is 0.00%
  • yellow value is 16.19%
  • key color value is 58.82%
CMYK:
(72,0,16,59)
C72M0Y16K59 
(72%,0%,16%,59%)
(0.72/0.00/0.16/0.59)	

CMYK percentages

%72.38
%0
%16.19
%58.82

Codes

Color #1D6958 in popluar color models

1D6958
RGB2910588
HSL167°56.72%26.27%
HSB/HSV167°72.38%41.18%
CMYK72.38%0.00%16.19%
58.82%

Color #1D6958 in popluar number systems.

HEX1D6958
Decimal2910588
Binary1110111010011011000
Octal35151130

Shades and tints

Shades of #1D6958

#1D6958
(29,105,88)
#1B6050
(27,96,80)
#195748
(25,87,72)
#174E40
(23,78,64)
#154538
(21,69,56)
#133C30
(19,60,48)
#113328
(17,51,40)
#0F2A20
(15,42,32)
#0D2118
(13,33,24)
#0B1810
(11,24,16)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #1D6958

#1D6958
(29,105,88)
#317667
(49,118,103)
#458376
(69,131,118)
#599085
(89,144,133)
#6D9D94
(109,157,148)
#81AAA3
(129,170,163)
#95B7B2
(149,183,178)
#A9C4C1
(169,196,193)
#BDD1D0
(189,209,208)
#D1DEDF
(209,222,223)
#E5EBEE
(229,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D6958; }

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

This text font color is #1D6958.


Background Color

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

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

This div background color is #1D6958.


Border color

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

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

This div border color is #1D6958.


Opacity

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

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

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

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

This text has shadow with #1D6958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D6958 on black background.


Color preview on white background

This text has color #1D6958 on white background.



Black color preview on #1D6958 background

This text has black color on #1D6958 background.


White color preview on #1D6958 background

This text has white color on #1D6958 background.