COLOR #1C473A

HEX: #1C473A RGB: (28,71,58)

Color info

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

RGB color model

#1C473A color RGB value is (28,71,58).

RGB: (28,71,58) (11%, 28%, 23%)

RGB channels and saturation

R 28 of 255 = 11%
G 71 of 255 = 28%
B 58 of 255 = 23%

28
71
58

R + G + B ~ 21%. #1C473A is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 71 + 58 = 157 (100%)
R 28 of 157 ~ 17.83%
G 71 of 157 ~ 45.22%
B 58 of 157 ~ 36.94'%

%17.83
%45.22
%36.94

CMYK color model

#1C473A color CMYK value is (61,0,18,72).

  • cyan value is 60.56%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 72.16%

CMYK: (61,0,18,72)
C61M0Y18K72 (61%, 0%, 18%, 72%)
(0.61 / 0.00 / 0.18 / 0.72)

CMYK percentages

%60.56
%0
%18.31
%72.16

Codes

Color #1C473A in popluar color models

1C 47 3A
RGB 28 71 58
HSL 162° 43.43% 19.41%
HSB/HSV 162° 60.56% 27.84%
CMYK 60.56% 0.00% 18.31%
72.16%

Color #1C473A in popluar number systems.

HEX 1C 47 3A
Decimal 28 71 58
Binary 11100 1000111 111010
Octal 34 107 72

Shades and tints

Shades of #1C473A

#1C473A
(28,71,58)
#1A4135
(26,65,53)
#183B30
(24,59,48)
#16352B
(22,53,43)
#142F26
(20,47,38)
#122921
(18,41,33)
#10231C
(16,35,28)
#0E1D17
(14,29,23)
#0C1712
(12,23,18)
#0A110D
(10,17,13)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #1C473A

#1C473A
(28,71,58)
#30574B
(48,87,75)
#44675C
(68,103,92)
#58776D
(88,119,109)
#6C877E
(108,135,126)
#80978F
(128,151,143)
#94A7A0
(148,167,160)
#A8B7B1
(168,183,177)
#BCC7C2
(188,199,194)
#D0D7D3
(208,215,211)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C473A color. Also use rgb(28,71,58) instead hex code.

Text Font Color

.myTextColor { color: #1C473A; }

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

This text font color is #1C473A.

Background Color

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

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

This div background color is #1C473A.

Border color

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

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

This div border color is #1C473A.

Opacity

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

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

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

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

This text has shadow with #1C473A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C473A.

Preview

Color preview on black background

This text has color #1C473A on black background.


Color preview on white background

This text has color #1C473A on white background.


Black color preview on #1C473A background

This text has black color on #1C473A background.


White color preview on #1C473A background

This text has white color on #1C473A background.


Related colors

Complementary color

Complementary color for #hex is #E3B8C5.


I love getcolorcode.com

Triadic colors

1 #3A1C47 and #473A1C with #1C473A are triadic colors.

2 #3A471C and #471C3A with #1C473A are triadic colors.