COLOR #1D6146

HEX: #1D6146
RGB: (29,97,70)

Color info

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

RGB color model

#1D6146 color RGB value is (29,97,70).

  • red value is 29;
  • green value is 97;
  • blue value is 70.
RGB:
(29,97,70)
(11%,38%,27%)

RGB channels and saturation

R 29 of 255 = 11%
G 97 of 255 = 38%
B 70 of 255 = 27%

29
97
70

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

Portions of RGB colors in percentages

R + G + B =
29 + 97 + 70 = 196 (100%)
R 29 of 196 ~ 14.8%
G 97 of 196 ~ 49.49%
B 70 of 196 ~ 35.71%

%14.8
%49.49
%35.71

CMYK color model

#1D6146 color CMYK value is (70,0,28,62).

  • cyan value is 70.10%
  • magenta value is 0.00%
  • yellow value is 27.84%
  • key color value is 61.96%
CMYK:
(70,0,28,62)
C70M0Y28K62 
(70%,0%,28%,62%)
(0.70/0.00/0.28/0.62)	

CMYK percentages

%70.1
%0
%27.84
%61.96

Codes

Color #1D6146 in popluar color models

1D6146
RGB299770
HSL156°53.97%24.71%
HSB/HSV156°70.10%38.04%
CMYK70.10%0.00%27.84%
61.96%

Color #1D6146 in popluar number systems.

HEX1D6146
Decimal299770
Binary1110111000011000110
Octal35141106

Shades and tints

Shades of #1D6146

#1D6146
(29,97,70)
#1B5940
(27,89,64)
#19513A
(25,81,58)
#174934
(23,73,52)
#15412E
(21,65,46)
#133928
(19,57,40)
#113122
(17,49,34)
#0F291C
(15,41,28)
#0D2116
(13,33,22)
#0B1910
(11,25,16)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #1D6146

#1D6146
(29,97,70)
#316F56
(49,111,86)
#457D66
(69,125,102)
#598B76
(89,139,118)
#6D9986
(109,153,134)
#81A796
(129,167,150)
#95B5A6
(149,181,166)
#A9C3B6
(169,195,182)
#BDD1C6
(189,209,198)
#D1DFD6
(209,223,214)
#E5EDE6
(229,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D6146 color. Also use rgb(29,97,70) instead hex code.

Text Font Color

.myTextColor { color: #1D6146; }

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

This text font color is #1D6146.


Background Color

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

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

This div background color is #1D6146.


Border color

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

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

This div border color is #1D6146.


Opacity

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

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

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

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

This text has shadow with #1D6146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D6146 on black background.


Color preview on white background

This text has color #1D6146 on white background.



Black color preview on #1D6146 background

This text has black color on #1D6146 background.


White color preview on #1D6146 background

This text has white color on #1D6146 background.