COLOR #1D6847

HEX: #1D6847
RGB: (29,104,71)

Color info

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

RGB color model

#1D6847 color RGB value is (29,104,71).

  • red value is 29;
  • green value is 104;
  • blue value is 71.
RGB: (29,104,71) (11%,41%,28%)

RGB channels and saturation

R 29 of 255 = 11%
G 104 of 255 = 41%
B 71 of 255 = 28%

29
104
71

R + G + B ~ 27%. #1D6847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 104 + 71 = 204 (100%)
R 29 of 204 ~ 14.22%
G 104 of 204 ~ 50.98%
B 71 of 204 ~ 34.8%

%14.22
%50.98
%34.8

CMYK color model

#1D6847 color CMYK value is (72,0,32,59).

  • cyan value is 72.12%
  • magenta value is 0.00%
  • yellow value is 31.73%
  • key color value is 59.22%
CMYK: (72,0,32,59) C72M0Y32K59 (72%,0%,32%,59%) (0.72/0.00/0.32/0.59)

CMYK percentages

%72.12
%0
%31.73
%59.22

Codes

Color #1D6847 in popluar color models

1D6847
RGB2910471
HSL154°56.39%26.08%
HSB/HSV154°72.12%40.78%
CMYK72.12%0.00%31.73%
59.22%

Color #1D6847 in popluar number systems.

HEX1D6847
Decimal2910471
Binary1110111010001000111
Octal35150107

Shades and tints

Shades of #1D6847

#1D6847
(29,104,71)
#1B5F41
(27,95,65)
#19563B
(25,86,59)
#174D35
(23,77,53)
#15442F
(21,68,47)
#133B29
(19,59,41)
#113223
(17,50,35)
#0F291D
(15,41,29)
#0D2017
(13,32,23)
#0B1711
(11,23,17)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #1D6847

#1D6847
(29,104,71)
#317557
(49,117,87)
#458267
(69,130,103)
#598F77
(89,143,119)
#6D9C87
(109,156,135)
#81A997
(129,169,151)
#95B6A7
(149,182,167)
#A9C3B7
(169,195,183)
#BDD0C7
(189,208,199)
#D1DDD7
(209,221,215)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D6847 color. Also use rgb(29,104,71) instead hex code.

Text Font Color

.myTextColor { color: #1D6847; }

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

This text font color is #1D6847.


Background Color

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

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

This div background color is #1D6847.


Border color

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

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

This div border color is #1D6847.


Opacity

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

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

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

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

This text has shadow with #1D6847 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #1D6847 on black background.


Color preview on white background

This text has color #1D6847 on white background.



Black color preview on #1D6847 background

This text has black color on #1D6847 background.


White color preview on #1D6847 background

This text has white color on #1D6847 background.