COLOR #239A63

HEX: #239A63
RGB: (35,154,99)

Color info

#239A63 contains mainly green and blue colors. Web safe color of #239A63 is #339966 (or #396).

RGB color model

#239A63 color RGB value is (35,154,99).

  • red value is 35;
  • green value is 154;
  • blue value is 99.
RGB:
(35,154,99)
(14%,60%,39%)

RGB channels and saturation

R 35 of 255 = 14%
G 154 of 255 = 60%
B 99 of 255 = 39%

35
154
99

R + G + B ~ 38%. #239A63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 154 + 99 = 288 (100%)
R 35 of 288 ~ 12.15%
G 154 of 288 ~ 53.47%
B 99 of 288 ~ 34.38%

%12.15
%53.47
%34.38

CMYK color model

#239A63 color CMYK value is (77,0,36,40).

  • cyan value is 77.27%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 39.61%
CMYK:
(77,0,36,40)
C77M0Y36K40 
(77%,0%,36%,40%)
(0.77/0.00/0.36/0.40)	

CMYK percentages

%77.27
%0
%35.71
%39.61

Codes

Color #239A63 in popluar color models

239A63
RGB3515499
HSL152°62.96%37.06%
HSB/HSV152°77.27%60.39%
CMYK77.27%0.00%35.71%
39.61%

Color #239A63 in popluar number systems.

HEX239A63
Decimal3515499
Binary100011100110101100011
Octal43232143

Shades and tints

Shades of #239A63

#239A63
(35,154,99)
#208C5A
(32,140,90)
#1D7E51
(29,126,81)
#1A7048
(26,112,72)
#17623F
(23,98,63)
#145436
(20,84,54)
#11462D
(17,70,45)
#0E3824
(14,56,36)
#0B2A1B
(11,42,27)
#081C12
(8,28,18)
#050E09
(5,14,9)
#000000
(0,0,0)

Tints of #239A63

#239A63
(35,154,99)
#37A371
(55,163,113)
#4BAC7F
(75,172,127)
#5FB58D
(95,181,141)
#73BE9B
(115,190,155)
#87C7A9
(135,199,169)
#9BD0B7
(155,208,183)
#AFD9C5
(175,217,197)
#C3E2D3
(195,226,211)
#D7EBE1
(215,235,225)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #239A63 color. Also use rgb(35,154,99) instead hex code.

Text Font Color

.myTextColor { color: #239A63; }

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

This text font color is #239A63.


Background Color

.myBgColor { background-color: #239A63; }

<div style="background-color:#239A63">Inner text</div>

This div background color is #239A63.


Border color

.myBorderColor { border: 1px solid #239A63; }

<div style="border:3px solid #239A63">Div</div>

This div border color is #239A63.


Opacity

.myOpacity80 { color: #239A63; opacity: 0.8; }

<p style="color:#239A63;opacity:0.8;">80%</p>

Text with #239A63 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 #239A63;}

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

This text has shadow with #239A63 color.

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

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

This text has shadow with #239A63 primary color and red secondary color.


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

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

This text has shadow with #239A63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #239A63 on black background.


Color preview on white background

This text has color #239A63 on white background.



Black color preview on #239A63 background

This text has black color on #239A63 background.


White color preview on #239A63 background

This text has white color on #239A63 background.