COLOR #1D673E

HEX: #1D673E
RGB: (29,103,62)

Color info

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

RGB color model

#1D673E color RGB value is (29,103,62).

  • red value is 29;
  • green value is 103;
  • blue value is 62.
RGB:
(29,103,62)
(11%,40%,24%)

RGB channels and saturation

R 29 of 255 = 11%
G 103 of 255 = 40%
B 62 of 255 = 24%

29
103
62

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

Portions of RGB colors in percentages

R + G + B =
29 + 103 + 62 = 194 (100%)
R 29 of 194 ~ 14.95%
G 103 of 194 ~ 53.09%
B 62 of 194 ~ 31.96%

%14.95
%53.09
%31.96

CMYK color model

#1D673E color CMYK value is (72,0,40,60).

  • cyan value is 71.84%
  • magenta value is 0.00%
  • yellow value is 39.81%
  • key color value is 59.61%
CMYK:
(72,0,40,60)
C72M0Y40K60 
(72%,0%,40%,60%)
(0.72/0.00/0.40/0.60)	

CMYK percentages

%71.84
%0
%39.81
%59.61

Codes

Color #1D673E in popluar color models

1D673E
RGB2910362
HSL147°56.06%25.88%
HSB/HSV147°71.84%40.39%
CMYK71.84%0.00%39.81%
59.61%

Color #1D673E in popluar number systems.

HEX1D673E
Decimal2910362
Binary111011100111111110
Octal3514776

Shades and tints

Shades of #1D673E

#1D673E
(29,103,62)
#1B5E39
(27,94,57)
#195534
(25,85,52)
#174C2F
(23,76,47)
#15432A
(21,67,42)
#133A25
(19,58,37)
#113120
(17,49,32)
#0F281B
(15,40,27)
#0D1F16
(13,31,22)
#0B1611
(11,22,17)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #1D673E

#1D673E
(29,103,62)
#31744F
(49,116,79)
#458160
(69,129,96)
#598E71
(89,142,113)
#6D9B82
(109,155,130)
#81A893
(129,168,147)
#95B5A4
(149,181,164)
#A9C2B5
(169,194,181)
#BDCFC6
(189,207,198)
#D1DCD7
(209,220,215)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D673E color. Also use rgb(29,103,62) instead hex code.

Text Font Color

.myTextColor { color: #1D673E; }

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

This text font color is #1D673E.


Background Color

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

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

This div background color is #1D673E.


Border color

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

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

This div border color is #1D673E.


Opacity

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

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

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

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

This text has shadow with #1D673E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D673E on black background.


Color preview on white background

This text has color #1D673E on white background.



Black color preview on #1D673E background

This text has black color on #1D673E background.


White color preview on #1D673E background

This text has white color on #1D673E background.