COLOR #1C4230

HEX: #1C4230
RGB: (28,66,48)

Color info

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

RGB color model

#1C4230 color RGB value is (28,66,48).

  • red value is 28;
  • green value is 66;
  • blue value is 48.
RGB:
(28,66,48)
(11%,26%,19%)

RGB channels and saturation

R 28 of 255 = 11%
G 66 of 255 = 26%
B 48 of 255 = 19%

28
66
48

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

Portions of RGB colors in percentages

R + G + B =
28 + 66 + 48 = 142 (100%)
R 28 of 142 ~ 19.72%
G 66 of 142 ~ 46.48%
B 48 of 142 ~ 33.8%

%19.72
%46.48
%33.8

CMYK color model

#1C4230 color CMYK value is (58,0,27,74).

  • cyan value is 57.58%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 74.12%
CMYK:
(58,0,27,74)
C58M0Y27K74 
(58%,0%,27%,74%)
(0.58/0.00/0.27/0.74)	

CMYK percentages

%57.58
%0
%27.27
%74.12

Codes

Color #1C4230 in popluar color models

1C4230
RGB286648
HSL152°40.43%18.43%
HSB/HSV152°57.58%25.88%
CMYK57.58%0.00%27.27%
74.12%

Color #1C4230 in popluar number systems.

HEX1C4230
Decimal286648
Binary111001000010110000
Octal3410260

Shades and tints

Shades of #1C4230

#1C4230
(28,66,48)
#1A3C2C
(26,60,44)
#183628
(24,54,40)
#163024
(22,48,36)
#142A20
(20,42,32)
#12241C
(18,36,28)
#101E18
(16,30,24)
#0E1814
(14,24,20)
#0C1210
(12,18,16)
#0A0C0C
(10,12,12)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #1C4230

#1C4230
(28,66,48)
#305342
(48,83,66)
#446454
(68,100,84)
#587566
(88,117,102)
#6C8678
(108,134,120)
#80978A
(128,151,138)
#94A89C
(148,168,156)
#A8B9AE
(168,185,174)
#BCCAC0
(188,202,192)
#D0DBD2
(208,219,210)
#E4ECE4
(228,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4230 color. Also use rgb(28,66,48) instead hex code.

Text Font Color

.myTextColor { color: #1C4230; }

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

This text font color is #1C4230.


Background Color

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

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

This div background color is #1C4230.


Border color

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

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

This div border color is #1C4230.


Opacity

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

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

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

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

This text has shadow with #1C4230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4230 on black background.


Color preview on white background

This text has color #1C4230 on white background.



Black color preview on #1C4230 background

This text has black color on #1C4230 background.


White color preview on #1C4230 background

This text has white color on #1C4230 background.