COLOR #1C3514

HEX: #1C3514 RGB: (28,53,20)

Color info

#1C3514 contains red, green and blue colors in about the same proportion. Web safe color of #1C3514 is #333300 (or #330).

RGB color model

#1C3514 color RGB value is (28,53,20).

RGB: (28,53,20) (11%, 21%, 8%)

RGB channels and saturation

R 28 of 255 = 11%
G 53 of 255 = 21%
B 20 of 255 = 8%

28
53
20

R + G + B ~ 13%. #1C3514 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 53 + 20 = 101 (100%)
R 28 of 101 ~ 27.72%
G 53 of 101 ~ 52.48%
B 20 of 101 ~ 19.8'%

%27.72
%52.48
%19.8

CMYK color model

#1C3514 color CMYK value is (47,0,62,79).

  • cyan value is 47.17%
  • magenta value is 0.00%
  • yellow value is 62.26%
  • key color value is 79.22%
CMYK: (47,0,62,79) C47M0Y62K79 (47%,0%,62%,79%) (0.47/0.00/0.62/0.79) 

CMYK percentages

%47.17
%0
%62.26
%79.22

Codes

Color #1C3514 in popluar color models

1C 35 14
RGB 28 53 20
HSL 105° 45.21% 14.31%
HSB/HSV 105° 62.26% 20.78%
CMYK 47.17% 0.00% 62.26%
79.22%

Color #1C3514 in popluar number systems.

HEX 1C 35 14
Decimal 28 53 20
Binary 11100 110101 10100
Octal 34 65 24

Shades and tints

Shades of #1C3514

#1C3514
(28,53,20)
#1A3113
(26,49,19)
#182D12
(24,45,18)
#162911
(22,41,17)
#142510
(20,37,16)
#12210F
(18,33,15)
#101D0E
(16,29,14)
#0E190D
(14,25,13)
#0C150C
(12,21,12)
#0A110B
(10,17,11)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #1C3514

#1C3514
(28,53,20)
#304729
(48,71,41)
#44593E
(68,89,62)
#586B53
(88,107,83)
#6C7D68
(108,125,104)
#808F7D
(128,143,125)
#94A192
(148,161,146)
#A8B3A7
(168,179,167)
#BCC5BC
(188,197,188)
#D0D7D1
(208,215,209)
#E4E9E6
(228,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3514 color. Also use rgb(28,53,20) instead hex code.

Text Font Color

.myTextColor { color: #1C3514; }

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

This text font color is #1C3514.

Background Color

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

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

This div background color is #1C3514.

Border color

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

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

This div border color is #1C3514.

Opacity

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

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

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

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

This text has shadow with #1C3514 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C3514.

Preview

Color preview on black background

This text has color #1C3514 on black background.


Color preview on white background

This text has color #1C3514 on white background.


Black color preview on #1C3514 background

This text has black color on #1C3514 background.


White color preview on #1C3514 background

This text has white color on #1C3514 background.


Related colors

Complementary color

Complementary color for #hex is #E3CAEB.


I love getcolorcode.com

Triadic colors

1 #141C35 and #35141C with #1C3514 are triadic colors.

2 #14351C and #351C14 with #1C3514 are triadic colors.