COLOR #1C6048

HEX: #1C6048
RGB: (28,96,72)

Color info

#1C6048 contains mainly green and blue colors. Web safe color of #1C6048 is #336633 (or #363).

RGB color model

#1C6048 color RGB value is (28,96,72).

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

RGB channels and saturation

R 28 of 255 = 11%
G 96 of 255 = 38%
B 72 of 255 = 28%

28
96
72

R + G + B ~ 26%. #1C6048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 96 + 72 = 196 (100%)
R 28 of 196 ~ 14.29%
G 96 of 196 ~ 48.98%
B 72 of 196 ~ 36.73%

%14.29
%48.98
%36.73

CMYK color model

#1C6048 color CMYK value is (71,0,25,62).

  • cyan value is 70.83%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 62.35%
CMYK:
(71,0,25,62)
C71M0Y25K62 
(71%,0%,25%,62%)
(0.71/0.00/0.25/0.62)	

CMYK percentages

%70.83
%0
%25
%62.35

Codes

Color #1C6048 in popluar color models

1C6048
RGB289672
HSL159°54.84%24.31%
HSB/HSV159°70.83%37.65%
CMYK70.83%0.00%25.00%
62.35%

Color #1C6048 in popluar number systems.

HEX1C6048
Decimal289672
Binary1110011000001001000
Octal34140110

Shades and tints

Shades of #1C6048

#1C6048
(28,96,72)
#1A5842
(26,88,66)
#18503C
(24,80,60)
#164836
(22,72,54)
#144030
(20,64,48)
#12382A
(18,56,42)
#103024
(16,48,36)
#0E281E
(14,40,30)
#0C2018
(12,32,24)
#0A1812
(10,24,18)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #1C6048

#1C6048
(28,96,72)
#306E58
(48,110,88)
#447C68
(68,124,104)
#588A78
(88,138,120)
#6C9888
(108,152,136)
#80A698
(128,166,152)
#94B4A8
(148,180,168)
#A8C2B8
(168,194,184)
#BCD0C8
(188,208,200)
#D0DED8
(208,222,216)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6048; }

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

This text font color is #1C6048.


Background Color

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

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

This div background color is #1C6048.


Border color

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

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

This div border color is #1C6048.


Opacity

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

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

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

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

This text has shadow with #1C6048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6048 on black background.


Color preview on white background

This text has color #1C6048 on white background.



Black color preview on #1C6048 background

This text has black color on #1C6048 background.


White color preview on #1C6048 background

This text has white color on #1C6048 background.