COLOR #1C514B

HEX: #1C514B
RGB: (28,81,75)

Color info

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

RGB color model

#1C514B color RGB value is (28,81,75).

  • red value is 28;
  • green value is 81;
  • blue value is 75.
RGB:
(28,81,75)
(11%,32%,29%)

RGB channels and saturation

R 28 of 255 = 11%
G 81 of 255 = 32%
B 75 of 255 = 29%

28
81
75

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

Portions of RGB colors in percentages

R + G + B =
28 + 81 + 75 = 184 (100%)
R 28 of 184 ~ 15.22%
G 81 of 184 ~ 44.02%
B 75 of 184 ~ 40.76%

%15.22
%44.02
%40.76

CMYK color model

#1C514B color CMYK value is (65,0,7,68).

  • cyan value is 65.43%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 68.24%
CMYK:
(65,0,7,68)
C65M0Y7K68 
(65%,0%,7%,68%)
(0.65/0.00/0.07/0.68)	

CMYK percentages

%65.43
%0
%7.41
%68.24

Codes

Color #1C514B in popluar color models

1C514B
RGB288175
HSL173°48.62%21.37%
HSB/HSV173°65.43%31.76%
CMYK65.43%0.00%7.41%
68.24%

Color #1C514B in popluar number systems.

HEX1C514B
Decimal288175
Binary1110010100011001011
Octal34121113

Shades and tints

Shades of #1C514B

#1C514B
(28,81,75)
#1A4A45
(26,74,69)
#18433F
(24,67,63)
#163C39
(22,60,57)
#143533
(20,53,51)
#122E2D
(18,46,45)
#102727
(16,39,39)
#0E2021
(14,32,33)
#0C191B
(12,25,27)
#0A1215
(10,18,21)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #1C514B

#1C514B
(28,81,75)
#30605B
(48,96,91)
#446F6B
(68,111,107)
#587E7B
(88,126,123)
#6C8D8B
(108,141,139)
#809C9B
(128,156,155)
#94ABAB
(148,171,171)
#A8BABB
(168,186,187)
#BCC9CB
(188,201,203)
#D0D8DB
(208,216,219)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C514B color. Also use rgb(28,81,75) instead hex code.

Text Font Color

.myTextColor { color: #1C514B; }

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

This text font color is #1C514B.


Background Color

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

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

This div background color is #1C514B.


Border color

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

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

This div border color is #1C514B.


Opacity

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

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

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

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

This text has shadow with #1C514B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C514B on black background.


Color preview on white background

This text has color #1C514B on white background.



Black color preview on #1C514B background

This text has black color on #1C514B background.


White color preview on #1C514B background

This text has white color on #1C514B background.