COLOR #1C252F

HEX: #1C252F RGB: (28,37,47)

Color info

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

RGB color model

#1C252F color RGB value is (28,37,47).

RGB: (28,37,47) (11%, 15%, 18%)

RGB channels and saturation

R 28 of 255 = 11%
G 37 of 255 = 15%
B 47 of 255 = 18%

28
37
47

R + G + B ~ 15%. #1C252F is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 37 + 47 = 112 (100%)
R 28 of 112 ~ 25%
G 37 of 112 ~ 33.04%
B 47 of 112 ~ 41.96'%

%25
%33.04
%41.96

CMYK color model

#1C252F color CMYK value is (40,21,0,82).

  • cyan value is 40.43%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (40,21,0,82)
C40M21Y0K82 (40%, 21%, 0%, 82%)
(0.40 / 0.21 / 0.00 / 0.82)

CMYK percentages

%40.43
%21.28
%0
%81.57

Codes

Color #1C252F in popluar color models

1C 25 2F
RGB 28 37 47
HSL 212° 25.33% 14.71%
HSB/HSV 212° 40.43% 18.43%
CMYK 40.43% 21.28% 0.00%
81.57%

Color #1C252F in popluar number systems.

HEX 1C 25 2F
Decimal 28 37 47
Binary 11100 100101 101111
Octal 34 45 57

Shades and tints

Shades of #1C252F

#1C252F
(28,37,47)
#1A222B
(26,34,43)
#181F27
(24,31,39)
#161C23
(22,28,35)
#14191F
(20,25,31)
#12161B
(18,22,27)
#101317
(16,19,23)
#0E1013
(14,16,19)
#0C0D0F
(12,13,15)
#0A0A0B
(10,10,11)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #1C252F

#1C252F
(28,37,47)
#303841
(48,56,65)
#444B53
(68,75,83)
#585E65
(88,94,101)
#6C7177
(108,113,119)
#808489
(128,132,137)
#94979B
(148,151,155)
#A8AAAD
(168,170,173)
#BCBDBF
(188,189,191)
#D0D0D1
(208,208,209)
#E4E3E3
(228,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C252F color. Also use rgb(28,37,47) instead hex code.

Text Font Color

.myTextColor { color: #1C252F; }

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

This text font color is #1C252F.

Background Color

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

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

This div background color is #1C252F.

Border color

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

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

This div border color is #1C252F.

Opacity

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

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

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

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

This text has shadow with #1C252F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C252F.

Preview

Color preview on black background

This text has color #1C252F on black background.


Color preview on white background

This text has color #1C252F on white background.


Black color preview on #1C252F background

This text has black color on #1C252F background.


White color preview on #1C252F background

This text has white color on #1C252F background.


Related colors

Complementary color

Complementary color for #hex is #E3DAD0.


I love getcolorcode.com

Triadic colors

1 #2F1C25 and #252F1C with #1C252F are triadic colors.

2 #2F251C and #251C2F with #1C252F are triadic colors.