COLOR #1C6153

HEX: #1C6153
RGB: (28,97,83)

Color info

#1C6153 contains mainly green and blue colors. Web safe color of #1C6153 is #336666 (or #366).

RGB color model

#1C6153 color RGB value is (28,97,83).

  • red value is 28;
  • green value is 97;
  • blue value is 83.
RGB:
(28,97,83)
(11%,38%,33%)

RGB channels and saturation

R 28 of 255 = 11%
G 97 of 255 = 38%
B 83 of 255 = 33%

28
97
83

R + G + B ~ 27%. #1C6153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 97 + 83 = 208 (100%)
R 28 of 208 ~ 13.46%
G 97 of 208 ~ 46.63%
B 83 of 208 ~ 39.9%

%13.46
%46.63
%39.9

CMYK color model

#1C6153 color CMYK value is (71,0,14,62).

  • cyan value is 71.13%
  • magenta value is 0.00%
  • yellow value is 14.43%
  • key color value is 61.96%
CMYK:
(71,0,14,62)
C71M0Y14K62 
(71%,0%,14%,62%)
(0.71/0.00/0.14/0.62)	

CMYK percentages

%71.13
%0
%14.43
%61.96

Codes

Color #1C6153 in popluar color models

1C6153
RGB289783
HSL168°55.20%24.51%
HSB/HSV168°71.13%38.04%
CMYK71.13%0.00%14.43%
61.96%

Color #1C6153 in popluar number systems.

HEX1C6153
Decimal289783
Binary1110011000011010011
Octal34141123

Shades and tints

Shades of #1C6153

#1C6153
(28,97,83)
#1A594C
(26,89,76)
#185145
(24,81,69)
#16493E
(22,73,62)
#144137
(20,65,55)
#123930
(18,57,48)
#103129
(16,49,41)
#0E2922
(14,41,34)
#0C211B
(12,33,27)
#0A1914
(10,25,20)
#08110D
(8,17,13)
#000000
(0,0,0)

Tints of #1C6153

#1C6153
(28,97,83)
#306F62
(48,111,98)
#447D71
(68,125,113)
#588B80
(88,139,128)
#6C998F
(108,153,143)
#80A79E
(128,167,158)
#94B5AD
(148,181,173)
#A8C3BC
(168,195,188)
#BCD1CB
(188,209,203)
#D0DFDA
(208,223,218)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6153 color. Also use rgb(28,97,83) instead hex code.

Text Font Color

.myTextColor { color: #1C6153; }

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

This text font color is #1C6153.


Background Color

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

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

This div background color is #1C6153.


Border color

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

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

This div border color is #1C6153.


Opacity

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

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

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

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

This text has shadow with #1C6153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6153 on black background.


Color preview on white background

This text has color #1C6153 on white background.



Black color preview on #1C6153 background

This text has black color on #1C6153 background.


White color preview on #1C6153 background

This text has white color on #1C6153 background.