COLOR #1D4337

HEX: #1D4337
RGB: (29,67,55)

Color info

#1D4337 contains red, green and blue colors in about the same proportion. Web safe color of #1D4337 is #333333 (or #333).

RGB color model

#1D4337 color RGB value is (29,67,55).

  • red value is 29;
  • green value is 67;
  • blue value is 55.
RGB:
(29,67,55)
(11%,26%,22%)

RGB channels and saturation

R 29 of 255 = 11%
G 67 of 255 = 26%
B 55 of 255 = 22%

29
67
55

R + G + B ~ 20%. #1D4337 is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 67 + 55 = 151 (100%)
R 29 of 151 ~ 19.21%
G 67 of 151 ~ 44.37%
B 55 of 151 ~ 36.42%

%19.21
%44.37
%36.42

CMYK color model

#1D4337 color CMYK value is (57,0,18,74).

  • cyan value is 56.72%
  • magenta value is 0.00%
  • yellow value is 17.91%
  • key color value is 73.73%
CMYK:
(57,0,18,74)
C57M0Y18K74 
(57%,0%,18%,74%)
(0.57/0.00/0.18/0.74)	

CMYK percentages

%56.72
%0
%17.91
%73.73

Codes

Color #1D4337 in popluar color models

1D4337
RGB296755
HSL161°39.58%18.82%
HSB/HSV161°56.72%26.27%
CMYK56.72%0.00%17.91%
73.73%

Color #1D4337 in popluar number systems.

HEX1D4337
Decimal296755
Binary111011000011110111
Octal3510367

Shades and tints

Shades of #1D4337

#1D4337
(29,67,55)
#1B3D32
(27,61,50)
#19372D
(25,55,45)
#173128
(23,49,40)
#152B23
(21,43,35)
#13251E
(19,37,30)
#111F19
(17,31,25)
#0F1914
(15,25,20)
#0D130F
(13,19,15)
#0B0D0A
(11,13,10)
#090705
(9,7,5)
#000000
(0,0,0)

Tints of #1D4337

#1D4337
(29,67,55)
#315449
(49,84,73)
#45655B
(69,101,91)
#59766D
(89,118,109)
#6D877F
(109,135,127)
#819891
(129,152,145)
#95A9A3
(149,169,163)
#A9BAB5
(169,186,181)
#BDCBC7
(189,203,199)
#D1DCD9
(209,220,217)
#E5EDEB
(229,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D4337 color. Also use rgb(29,67,55) instead hex code.

Text Font Color

.myTextColor { color: #1D4337; }

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

This text font color is #1D4337.


Background Color

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

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

This div background color is #1D4337.


Border color

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

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

This div border color is #1D4337.


Opacity

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

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

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

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

This text has shadow with #1D4337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D4337 on black background.


Color preview on white background

This text has color #1D4337 on white background.



Black color preview on #1D4337 background

This text has black color on #1D4337 background.


White color preview on #1D4337 background

This text has white color on #1D4337 background.