COLOR #1DBC63

HEX: #1DBC63
RGB: (29,188,99)

Color info

#1DBC63 contains mainly green color. Web safe color of #1DBC63 is #33CC66 (or #3C6).

RGB color model

#1DBC63 color RGB value is (29,188,99).

  • red value is 29;
  • green value is 188;
  • blue value is 99.
RGB:
(29,188,99)
(11%,74%,39%)

RGB channels and saturation

R 29 of 255 = 11%
G 188 of 255 = 74%
B 99 of 255 = 39%

29
188
99

R + G + B ~ 41%. #1DBC63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
29 + 188 + 99 = 316 (100%)
R 29 of 316 ~ 9.18%
G 188 of 316 ~ 59.49%
B 99 of 316 ~ 31.33%

%59.49
%31.33

CMYK color model

#1DBC63 color CMYK value is (85,0,47,26).

  • cyan value is 84.57%
  • magenta value is 0.00%
  • yellow value is 47.34%
  • key color value is 26.27%
CMYK:
(85,0,47,26)
C85M0Y47K26 
(85%,0%,47%,26%)
(0.85/0.00/0.47/0.26)	

CMYK percentages

%84.57
%0
%47.34
%26.27

Codes

Color #1DBC63 in popluar color models

1DBC63
RGB2918899
HSL146°73.27%42.55%
HSB/HSV146°84.57%73.73%
CMYK84.57%0.00%47.34%
26.27%

Color #1DBC63 in popluar number systems.

HEX1DBC63
Decimal2918899
Binary11101101111001100011
Octal35274143

Shades and tints

Shades of #1DBC63

#1DBC63
(29,188,99)
#1BAB5A
(27,171,90)
#199A51
(25,154,81)
#178948
(23,137,72)
#15783F
(21,120,63)
#136736
(19,103,54)
#11562D
(17,86,45)
#0F4524
(15,69,36)
#0D341B
(13,52,27)
#0B2312
(11,35,18)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #1DBC63

#1DBC63
(29,188,99)
#31C271
(49,194,113)
#45C87F
(69,200,127)
#59CE8D
(89,206,141)
#6DD49B
(109,212,155)
#81DAA9
(129,218,169)
#95E0B7
(149,224,183)
#A9E6C5
(169,230,197)
#BDECD3
(189,236,211)
#D1F2E1
(209,242,225)
#E5F8EF
(229,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DBC63 color. Also use rgb(29,188,99) instead hex code.

Text Font Color

.myTextColor { color: #1DBC63; }

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

This text font color is #1DBC63.


Background Color

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

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

This div background color is #1DBC63.


Border color

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

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

This div border color is #1DBC63.


Opacity

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

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

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

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

This text has shadow with #1DBC63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DBC63 on black background.


Color preview on white background

This text has color #1DBC63 on white background.



Black color preview on #1DBC63 background

This text has black color on #1DBC63 background.


White color preview on #1DBC63 background

This text has white color on #1DBC63 background.