COLOR #1DB858

HEX: #1DB858
RGB: (29,184,88)

Color info

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

RGB color model

#1DB858 color RGB value is (29,184,88).

  • red value is 29;
  • green value is 184;
  • blue value is 88.
RGB:
(29,184,88)
(11%,72%,35%)

RGB channels and saturation

R 29 of 255 = 11%
G 184 of 255 = 72%
B 88 of 255 = 35%

29
184
88

R + G + B ~ 39%. #1DB858 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 184 + 88 = 301 (100%)
R 29 of 301 ~ 9.63%
G 184 of 301 ~ 61.13%
B 88 of 301 ~ 29.24%

%9.63
%61.13
%29.24

CMYK color model

#1DB858 color CMYK value is (84,0,52,28).

  • cyan value is 84.24%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 27.84%
CMYK:
(84,0,52,28)
C84M0Y52K28 
(84%,0%,52%,28%)
(0.84/0.00/0.52/0.28)	

CMYK percentages

%84.24
%0
%52.17
%27.84

Codes

Color #1DB858 in popluar color models

1DB858
RGB2918488
HSL143°72.77%41.76%
HSB/HSV143°84.24%72.16%
CMYK84.24%0.00%52.17%
27.84%

Color #1DB858 in popluar number systems.

HEX1DB858
Decimal2918488
Binary11101101110001011000
Octal35270130

Shades and tints

Shades of #1DB858

#1DB858
(29,184,88)
#1BA850
(27,168,80)
#199848
(25,152,72)
#178840
(23,136,64)
#157838
(21,120,56)
#136830
(19,104,48)
#115828
(17,88,40)
#0F4820
(15,72,32)
#0D3818
(13,56,24)
#0B2810
(11,40,16)
#091808
(9,24,8)
#000000
(0,0,0)

Tints of #1DB858

#1DB858
(29,184,88)
#31BE67
(49,190,103)
#45C476
(69,196,118)
#59CA85
(89,202,133)
#6DD094
(109,208,148)
#81D6A3
(129,214,163)
#95DCB2
(149,220,178)
#A9E2C1
(169,226,193)
#BDE8D0
(189,232,208)
#D1EEDF
(209,238,223)
#E5F4EE
(229,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DB858 color. Also use rgb(29,184,88) instead hex code.

Text Font Color

.myTextColor { color: #1DB858; }

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

This text font color is #1DB858.


Background Color

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

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

This div background color is #1DB858.


Border color

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

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

This div border color is #1DB858.


Opacity

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

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

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

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

This text has shadow with #1DB858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1DB858 on black background.


Color preview on white background

This text has color #1DB858 on white background.



Black color preview on #1DB858 background

This text has black color on #1DB858 background.


White color preview on #1DB858 background

This text has white color on #1DB858 background.