COLOR #189E53

HEX: #189E53
RGB: (24,158,83)

Color info

#189E53 contains mainly green color. Web safe color of #189E53 is #009966 (or #096).

RGB color model

#189E53 color RGB value is (24,158,83).

  • red value is 24;
  • green value is 158;
  • blue value is 83.
RGB:
(24,158,83)
(9%,62%,33%)

RGB channels and saturation

R 24 of 255 = 9%
G 158 of 255 = 62%
B 83 of 255 = 33%

24
158
83

R + G + B ~ 35%. #189E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 158 + 83 = 265 (100%)
R 24 of 265 ~ 9.06%
G 158 of 265 ~ 59.62%
B 83 of 265 ~ 31.32%

%59.62
%31.32

CMYK color model

#189E53 color CMYK value is (85,0,47,38).

  • cyan value is 84.81%
  • magenta value is 0.00%
  • yellow value is 47.47%
  • key color value is 38.04%
CMYK:
(85,0,47,38)
C85M0Y47K38 
(85%,0%,47%,38%)
(0.85/0.00/0.47/0.38)	

CMYK percentages

%84.81
%0
%47.47
%38.04

Codes

Color #189E53 in popluar color models

189E53
RGB2415883
HSL146°73.63%35.69%
HSB/HSV146°84.81%61.96%
CMYK84.81%0.00%47.47%
38.04%

Color #189E53 in popluar number systems.

HEX189E53
Decimal2415883
Binary11000100111101010011
Octal30236123

Shades and tints

Shades of #189E53

#189E53
(24,158,83)
#16904C
(22,144,76)
#148245
(20,130,69)
#12743E
(18,116,62)
#106637
(16,102,55)
#0E5830
(14,88,48)
#0C4A29
(12,74,41)
#0A3C22
(10,60,34)
#082E1B
(8,46,27)
#062014
(6,32,20)
#04120D
(4,18,13)
#000000
(0,0,0)

Tints of #189E53

#189E53
(24,158,83)
#2DA662
(45,166,98)
#42AE71
(66,174,113)
#57B680
(87,182,128)
#6CBE8F
(108,190,143)
#81C69E
(129,198,158)
#96CEAD
(150,206,173)
#ABD6BC
(171,214,188)
#C0DECB
(192,222,203)
#D5E6DA
(213,230,218)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #189E53 color. Also use rgb(24,158,83) instead hex code.

Text Font Color

.myTextColor { color: #189E53; }

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

This text font color is #189E53.


Background Color

.myBgColor { background-color: #189E53; }

<div style="background-color:#189E53">Inner text</div>

This div background color is #189E53.


Border color

.myBorderColor { border: 1px solid #189E53; }

<div style="border:3px solid #189E53">Div</div>

This div border color is #189E53.


Opacity

.myOpacity80 { color: #189E53; opacity: 0.8; }

<p style="color:#189E53;opacity:0.8;">80%</p>

Text with #189E53 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 #189E53;}

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

This text has shadow with #189E53 color.

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

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

This text has shadow with #189E53 primary color and red secondary color.


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

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

This text has shadow with #189E53 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #189E53 on black background.


Color preview on white background

This text has color #189E53 on white background.



Black color preview on #189E53 background

This text has black color on #189E53 background.


White color preview on #189E53 background

This text has white color on #189E53 background.