COLOR #236B46

HEX: #236B46
RGB: (35,107,70)

Color info

#236B46 contains mainly green and blue colors. Web safe color of #236B46 is #336633 (or #363).

RGB color model

#236B46 color RGB value is (35,107,70).

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

RGB channels and saturation

R 35 of 255 = 14%
G 107 of 255 = 42%
B 70 of 255 = 27%

35
107
70

R + G + B ~ 28%. #236B46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 107 + 70 = 212 (100%)
R 35 of 212 ~ 16.51%
G 107 of 212 ~ 50.47%
B 70 of 212 ~ 33.02%

%16.51
%50.47
%33.02

CMYK color model

#236B46 color CMYK value is (67,0,35,58).

  • cyan value is 67.29%
  • magenta value is 0.00%
  • yellow value is 34.58%
  • key color value is 58.04%
CMYK:
(67,0,35,58)
C67M0Y35K58 
(67%,0%,35%,58%)
(0.67/0.00/0.35/0.58)	

CMYK percentages

%67.29
%0
%34.58
%58.04

Codes

Color #236B46 in popluar color models

236B46
RGB3510770
HSL149°50.70%27.84%
HSB/HSV149°67.29%41.96%
CMYK67.29%0.00%34.58%
58.04%

Color #236B46 in popluar number systems.

HEX236B46
Decimal3510770
Binary10001111010111000110
Octal43153106

Shades and tints

Shades of #236B46

#236B46
(35,107,70)
#206240
(32,98,64)
#1D593A
(29,89,58)
#1A5034
(26,80,52)
#17472E
(23,71,46)
#143E28
(20,62,40)
#113522
(17,53,34)
#0E2C1C
(14,44,28)
#0B2316
(11,35,22)
#081A10
(8,26,16)
#05110A
(5,17,10)
#000000
(0,0,0)

Tints of #236B46

#236B46
(35,107,70)
#377856
(55,120,86)
#4B8566
(75,133,102)
#5F9276
(95,146,118)
#739F86
(115,159,134)
#87AC96
(135,172,150)
#9BB9A6
(155,185,166)
#AFC6B6
(175,198,182)
#C3D3C6
(195,211,198)
#D7E0D6
(215,224,214)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #236B46; }

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

This text font color is #236B46.


Background Color

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

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

This div background color is #236B46.


Border color

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

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

This div border color is #236B46.


Opacity

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

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

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

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

This text has shadow with #236B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #236B46 on black background.


Color preview on white background

This text has color #236B46 on white background.



Black color preview on #236B46 background

This text has black color on #236B46 background.


White color preview on #236B46 background

This text has white color on #236B46 background.