COLOR #236B63

HEX: #236B63
RGB: (35,107,99)

Color info

#236B63 contains mainly green and blue colors. Web safe color of #236B63 is #336666 (or #366).

RGB color model

#236B63 color RGB value is (35,107,99).

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

RGB channels and saturation

R 35 of 255 = 14%
G 107 of 255 = 42%
B 99 of 255 = 39%

35
107
99

R + G + B ~ 32%. #236B63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 107 + 99 = 241 (100%)
R 35 of 241 ~ 14.52%
G 107 of 241 ~ 44.4%
B 99 of 241 ~ 41.08%

%14.52
%44.4
%41.08

CMYK color model

#236B63 color CMYK value is (67,0,7,58).

  • cyan value is 67.29%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 58.04%
CMYK:
(67,0,7,58)
C67M0Y7K58 
(67%,0%,7%,58%)
(0.67/0.00/0.07/0.58)	

CMYK percentages

%67.29
%0
%7.48
%58.04

Codes

Color #236B63 in popluar color models

236B63
RGB3510799
HSL173°50.70%27.84%
HSB/HSV173°67.29%41.96%
CMYK67.29%0.00%7.48%
58.04%

Color #236B63 in popluar number systems.

HEX236B63
Decimal3510799
Binary10001111010111100011
Octal43153143

Shades and tints

Shades of #236B63

#236B63
(35,107,99)
#20625A
(32,98,90)
#1D5951
(29,89,81)
#1A5048
(26,80,72)
#17473F
(23,71,63)
#143E36
(20,62,54)
#11352D
(17,53,45)
#0E2C24
(14,44,36)
#0B231B
(11,35,27)
#081A12
(8,26,18)
#051109
(5,17,9)
#000000
(0,0,0)

Tints of #236B63

#236B63
(35,107,99)
#377871
(55,120,113)
#4B857F
(75,133,127)
#5F928D
(95,146,141)
#739F9B
(115,159,155)
#87ACA9
(135,172,169)
#9BB9B7
(155,185,183)
#AFC6C5
(175,198,197)
#C3D3D3
(195,211,211)
#D7E0E1
(215,224,225)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #236B63 color. Also use rgb(35,107,99) instead hex code.

Text Font Color

.myTextColor { color: #236B63; }

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

This text font color is #236B63.


Background Color

.myBgColor { background-color: #236B63; }

<div style="background-color:#236B63">Inner text</div>

This div background color is #236B63.


Border color

.myBorderColor { border: 1px solid #236B63; }

<div style="border:3px solid #236B63">Div</div>

This div border color is #236B63.


Opacity

.myOpacity80 { color: #236B63; opacity: 0.8; }

<p style="color:#236B63;opacity:0.8;">80%</p>

Text with #236B63 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 #236B63;}

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

This text has shadow with #236B63 color.

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

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

This text has shadow with #236B63 primary color and red secondary color.


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

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

This text has shadow with #236B63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #236B63 on black background.


Color preview on white background

This text has color #236B63 on white background.



Black color preview on #236B63 background

This text has black color on #236B63 background.


White color preview on #236B63 background

This text has white color on #236B63 background.