COLOR #1C6F33

HEX: #1C6F33 RGB: (28,111,51)

Color info

#1C6F33 contains mainly green color. Web safe color of #1C6F33 is #336633 (or #363).

RGB color model

#1C6F33 color RGB value is (28,111,51).

RGB: (28,111,51) (11%, 44%, 20%)

RGB channels and saturation

R 28 of 255 = 11%
G 111 of 255 = 44%
B 51 of 255 = 20%

28
111
51

R + G + B ~ 25%. #1C6F33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 111 + 51 = 190 (100%)
R 28 of 190 ~ 14.74%
G 111 of 190 ~ 58.42%
B 51 of 190 ~ 26.84'%

%14.74
%58.42
%26.84

CMYK color model

#1C6F33 color CMYK value is (75,0,54,56).

  • cyan value is 74.77%
  • magenta value is 0.00%
  • yellow value is 54.05%
  • key color value is 56.47%

CMYK: (75,0,54,56)
C75M0Y54K56 (75%, 0%, 54%, 56%)
(0.75 / 0.00 / 0.54 / 0.56)

CMYK percentages

%74.77
%0
%54.05
%56.47

Codes

Color #1C6F33 in popluar color models

1C 6F 33
RGB 28 111 51
HSL 137° 59.71% 27.25%
HSB/HSV 137° 74.77% 43.53%
CMYK 74.77% 0.00% 54.05%
56.47%

Color #1C6F33 in popluar number systems.

HEX 1C 6F 33
Decimal 28 111 51
Binary 11100 1101111 110011
Octal 34 157 63

Shades and tints

Shades of #1C6F33

#1C6F33
(28,111,51)
#1A652F
(26,101,47)
#185B2B
(24,91,43)
#165127
(22,81,39)
#144723
(20,71,35)
#123D1F
(18,61,31)
#10331B
(16,51,27)
#0E2917
(14,41,23)
#0C1F13
(12,31,19)
#0A150F
(10,21,15)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #1C6F33

#1C6F33
(28,111,51)
#307C45
(48,124,69)
#448957
(68,137,87)
#589669
(88,150,105)
#6CA37B
(108,163,123)
#80B08D
(128,176,141)
#94BD9F
(148,189,159)
#A8CAB1
(168,202,177)
#BCD7C3
(188,215,195)
#D0E4D5
(208,228,213)
#E4F1E7
(228,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6F33 color. Also use rgb(28,111,51) instead hex code.

Text Font Color

.myTextColor { color: #1C6F33; }

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

This text font color is #1C6F33.

Background Color

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

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

This div background color is #1C6F33.

Border color

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

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

This div border color is #1C6F33.

Opacity

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

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

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

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

This text has shadow with #1C6F33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C6F33.

Preview

Color preview on black background

This text has color #1C6F33 on black background.


Color preview on white background

This text has color #1C6F33 on white background.


Black color preview on #1C6F33 background

This text has black color on #1C6F33 background.


White color preview on #1C6F33 background

This text has white color on #1C6F33 background.


Related colors

Complementary color

Complementary color for #hex is #E390CC.


I love getcolorcode.com

Triadic colors

1 #331C6F and #6F331C with #1C6F33 are triadic colors.

2 #336F1C and #6F1C33 with #1C6F33 are triadic colors.