COLOR #1D6E38

HEX: #1D6E38
RGB: (29,110,56)

Color info

#1D6E38 contains mainly green and blue colors. Web safe color of #1D6E38 is #336633 (or #363).

RGB color model

#1D6E38 color RGB value is (29,110,56).

  • red value is 29;
  • green value is 110;
  • blue value is 56.
RGB:
(29,110,56)
(11%,43%,22%)

RGB channels and saturation

R 29 of 255 = 11%
G 110 of 255 = 43%
B 56 of 255 = 22%

29
110
56

R + G + B ~ 25%. #1D6E38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 110 + 56 = 195 (100%)
R 29 of 195 ~ 14.87%
G 110 of 195 ~ 56.41%
B 56 of 195 ~ 28.72%

%14.87
%56.41
%28.72

CMYK color model

#1D6E38 color CMYK value is (74,0,49,57).

  • cyan value is 73.64%
  • magenta value is 0.00%
  • yellow value is 49.09%
  • key color value is 56.86%
CMYK:
(74,0,49,57)
C74M0Y49K57 
(74%,0%,49%,57%)
(0.74/0.00/0.49/0.57)	

CMYK percentages

%73.64
%0
%49.09
%56.86

Codes

Color #1D6E38 in popluar color models

1D6E38
RGB2911056
HSL140°58.27%27.25%
HSB/HSV140°73.64%43.14%
CMYK73.64%0.00%49.09%
56.86%

Color #1D6E38 in popluar number systems.

HEX1D6E38
Decimal2911056
Binary111011101110111000
Octal3515670

Shades and tints

Shades of #1D6E38

#1D6E38
(29,110,56)
#1B6433
(27,100,51)
#195A2E
(25,90,46)
#175029
(23,80,41)
#154624
(21,70,36)
#133C1F
(19,60,31)
#11321A
(17,50,26)
#0F2815
(15,40,21)
#0D1E10
(13,30,16)
#0B140B
(11,20,11)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #1D6E38

#1D6E38
(29,110,56)
#317B4A
(49,123,74)
#45885C
(69,136,92)
#59956E
(89,149,110)
#6DA280
(109,162,128)
#81AF92
(129,175,146)
#95BCA4
(149,188,164)
#A9C9B6
(169,201,182)
#BDD6C8
(189,214,200)
#D1E3DA
(209,227,218)
#E5F0EC
(229,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D6E38 color. Also use rgb(29,110,56) instead hex code.

Text Font Color

.myTextColor { color: #1D6E38; }

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

This text font color is #1D6E38.


Background Color

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

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

This div background color is #1D6E38.


Border color

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

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

This div border color is #1D6E38.


Opacity

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

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

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

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

This text has shadow with #1D6E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D6E38 on black background.


Color preview on white background

This text has color #1D6E38 on white background.



Black color preview on #1D6E38 background

This text has black color on #1D6E38 background.


White color preview on #1D6E38 background

This text has white color on #1D6E38 background.