COLOR #1D5843

HEX: #1D5843 RGB: (29,88,67)

Color info

#1D5843 contains red, green and blue colors in about the same proportion. Web safe color of #1D5843 is #336633 (or #363).

RGB color model

#1D5843 color RGB value is (29,88,67).

RGB: (29,88,67) (11%, 35%, 26%)

RGB channels and saturation

R 29 of 255 = 11%
G 88 of 255 = 35%
B 67 of 255 = 26%

29
88
67

R + G + B ~ 24%. #1D5843 is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 88 + 67 = 184 (100%)
R 29 of 184 ~ 15.76%
G 88 of 184 ~ 47.83%
B 67 of 184 ~ 36.41'%

%15.76
%47.83
%36.41

CMYK color model

#1D5843 color CMYK value is (67,0,24,65).

  • cyan value is 67.05%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 65.49%

CMYK: (67,0,24,65)
C67M0Y24K65 (67%, 0%, 24%, 65%)
(0.67 / 0.00 / 0.24 / 0.65)

CMYK percentages

%67.05
%0
%23.86
%65.49

Codes

Color #1D5843 in popluar color models

1D 58 43
RGB 29 88 67
HSL 159° 50.43% 22.94%
HSB/HSV 159° 67.05% 34.51%
CMYK 67.05% 0.00% 23.86%
65.49%

Color #1D5843 in popluar number systems.

HEX 1D 58 43
Decimal 29 88 67
Binary 11101 1011000 1000011
Octal 35 130 103

Shades and tints

Shades of #1D5843

#1D5843
(29,88,67)
#1B503D
(27,80,61)
#194837
(25,72,55)
#174031
(23,64,49)
#15382B
(21,56,43)
#133025
(19,48,37)
#11281F
(17,40,31)
#0F2019
(15,32,25)
#0D1813
(13,24,19)
#0B100D
(11,16,13)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #1D5843

#1D5843
(29,88,67)
#316754
(49,103,84)
#457665
(69,118,101)
#598576
(89,133,118)
#6D9487
(109,148,135)
#81A398
(129,163,152)
#95B2A9
(149,178,169)
#A9C1BA
(169,193,186)
#BDD0CB
(189,208,203)
#D1DFDC
(209,223,220)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1D5843; }

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

This text font color is #1D5843.

Background Color

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

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

This div background color is #1D5843.

Border color

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

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

This div border color is #1D5843.

Opacity

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

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

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

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

This text has shadow with #1D5843 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D5843.

Preview

Color preview on black background

This text has color #1D5843 on black background.


Color preview on white background

This text has color #1D5843 on white background.


Black color preview on #1D5843 background

This text has black color on #1D5843 background.


White color preview on #1D5843 background

This text has white color on #1D5843 background.


Related colors

Complementary color

Complementary color for #hex is #E2A7BC.


I love getcolorcode.com

Triadic colors

1 #431D58 and #58431D with #1D5843 are triadic colors.

2 #43581D and #581D43 with #1D5843 are triadic colors.