COLOR #1C4E48

HEX: #1C4E48
RGB: (28,78,72)

Color info

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

RGB color model

#1C4E48 color RGB value is (28,78,72).

  • red value is 28;
  • green value is 78;
  • blue value is 72.
RGB:
(28,78,72)
(11%,31%,28%)

RGB channels and saturation

R 28 of 255 = 11%
G 78 of 255 = 31%
B 72 of 255 = 28%

28
78
72

R + G + B ~ 23%. #1C4E48 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 78 + 72 = 178 (100%)
R 28 of 178 ~ 15.73%
G 78 of 178 ~ 43.82%
B 72 of 178 ~ 40.45%

%15.73
%43.82
%40.45

CMYK color model

#1C4E48 color CMYK value is (64,0,8,69).

  • cyan value is 64.10%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 69.41%
CMYK:
(64,0,8,69)
C64M0Y8K69 
(64%,0%,8%,69%)
(0.64/0.00/0.08/0.69)	

CMYK percentages

%64.1
%0
%7.69
%69.41

Codes

Color #1C4E48 in popluar color models

1C4E48
RGB287872
HSL173°47.17%20.78%
HSB/HSV173°64.10%30.59%
CMYK64.10%0.00%7.69%
69.41%

Color #1C4E48 in popluar number systems.

HEX1C4E48
Decimal287872
Binary1110010011101001000
Octal34116110

Shades and tints

Shades of #1C4E48

#1C4E48
(28,78,72)
#1A4742
(26,71,66)
#18403C
(24,64,60)
#163936
(22,57,54)
#143230
(20,50,48)
#122B2A
(18,43,42)
#102424
(16,36,36)
#0E1D1E
(14,29,30)
#0C1618
(12,22,24)
#0A0F12
(10,15,18)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #1C4E48

#1C4E48
(28,78,72)
#305E58
(48,94,88)
#446E68
(68,110,104)
#587E78
(88,126,120)
#6C8E88
(108,142,136)
#809E98
(128,158,152)
#94AEA8
(148,174,168)
#A8BEB8
(168,190,184)
#BCCEC8
(188,206,200)
#D0DED8
(208,222,216)
#E4EEE8
(228,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4E48 color. Also use rgb(28,78,72) instead hex code.

Text Font Color

.myTextColor { color: #1C4E48; }

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

This text font color is #1C4E48.


Background Color

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

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

This div background color is #1C4E48.


Border color

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

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

This div border color is #1C4E48.


Opacity

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

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

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

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

This text has shadow with #1C4E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4E48 on black background.


Color preview on white background

This text has color #1C4E48 on white background.



Black color preview on #1C4E48 background

This text has black color on #1C4E48 background.


White color preview on #1C4E48 background

This text has white color on #1C4E48 background.