COLOR #1D363D

HEX: #1D363D
RGB: (29,54,61)

Color info

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

RGB color model

#1D363D color RGB value is (29,54,61).

  • red value is 29;
  • green value is 54;
  • blue value is 61.
RGB:
(29,54,61)
(11%,21%,24%)

RGB channels and saturation

R 29 of 255 = 11%
G 54 of 255 = 21%
B 61 of 255 = 24%

29
54
61

R + G + B ~ 19%. #1D363D is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 54 + 61 = 144 (100%)
R 29 of 144 ~ 20.14%
G 54 of 144 ~ 37.5%
B 61 of 144 ~ 42.36%

%20.14
%37.5
%42.36

CMYK color model

#1D363D color CMYK value is (52,11,0,76).

  • cyan value is 52.46%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(52,11,0,76)
C52M11Y0K76 
(52%,11%,0%,76%)
(0.52/0.11/0.00/0.76)	

CMYK percentages

%52.46
%11.48
%0
%76.08

Codes

Color #1D363D in popluar color models

1D363D
RGB295461
HSL193°35.56%17.65%
HSB/HSV193°52.46%23.92%
CMYK52.46%11.48%0.00%
76.08%

Color #1D363D in popluar number systems.

HEX1D363D
Decimal295461
Binary11101110110111101
Octal356675

Shades and tints

Shades of #1D363D

#1D363D
(29,54,61)
#1B3238
(27,50,56)
#192E33
(25,46,51)
#172A2E
(23,42,46)
#152629
(21,38,41)
#132224
(19,34,36)
#111E1F
(17,30,31)
#0F1A1A
(15,26,26)
#0D1615
(13,22,21)
#0B1210
(11,18,16)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #1D363D

#1D363D
(29,54,61)
#31484E
(49,72,78)
#455A5F
(69,90,95)
#596C70
(89,108,112)
#6D7E81
(109,126,129)
#819092
(129,144,146)
#95A2A3
(149,162,163)
#A9B4B4
(169,180,180)
#BDC6C5
(189,198,197)
#D1D8D6
(209,216,214)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D363D color. Also use rgb(29,54,61) instead hex code.

Text Font Color

.myTextColor { color: #1D363D; }

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

This text font color is #1D363D.


Background Color

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

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

This div background color is #1D363D.


Border color

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

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

This div border color is #1D363D.


Opacity

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

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

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

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

This text has shadow with #1D363D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D363D on black background.


Color preview on white background

This text has color #1D363D on white background.



Black color preview on #1D363D background

This text has black color on #1D363D background.


White color preview on #1D363D background

This text has white color on #1D363D background.