COLOR #246B4B

HEX: #246B4B
RGB: (36,107,75)

Color info

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

RGB color model

#246B4B color RGB value is (36,107,75).

  • red value is 36;
  • green value is 107;
  • blue value is 75.
RGB:
(36,107,75)
(14%,42%,29%)

RGB channels and saturation

R 36 of 255 = 14%
G 107 of 255 = 42%
B 75 of 255 = 29%

36
107
75

R + G + B ~ 28%. #246B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 107 + 75 = 218 (100%)
R 36 of 218 ~ 16.51%
G 107 of 218 ~ 49.08%
B 75 of 218 ~ 34.4%

%16.51
%49.08
%34.4

CMYK color model

#246B4B color CMYK value is (66,0,30,58).

  • cyan value is 66.36%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 58.04%
CMYK:
(66,0,30,58)
C66M0Y30K58 
(66%,0%,30%,58%)
(0.66/0.00/0.30/0.58)	

CMYK percentages

%66.36
%0
%29.91
%58.04

Codes

Color #246B4B in popluar color models

246B4B
RGB3610775
HSL153°49.65%28.04%
HSB/HSV153°66.36%41.96%
CMYK66.36%0.00%29.91%
58.04%

Color #246B4B in popluar number systems.

HEX246B4B
Decimal3610775
Binary10010011010111001011
Octal44153113

Shades and tints

Shades of #246B4B

#246B4B
(36,107,75)
#216245
(33,98,69)
#1E593F
(30,89,63)
#1B5039
(27,80,57)
#184733
(24,71,51)
#153E2D
(21,62,45)
#123527
(18,53,39)
#0F2C21
(15,44,33)
#0C231B
(12,35,27)
#091A15
(9,26,21)
#06110F
(6,17,15)
#000000
(0,0,0)

Tints of #246B4B

#246B4B
(36,107,75)
#37785B
(55,120,91)
#4A856B
(74,133,107)
#5D927B
(93,146,123)
#709F8B
(112,159,139)
#83AC9B
(131,172,155)
#96B9AB
(150,185,171)
#A9C6BB
(169,198,187)
#BCD3CB
(188,211,203)
#CFE0DB
(207,224,219)
#E2EDEB
(226,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246B4B color. Also use rgb(36,107,75) instead hex code.

Text Font Color

.myTextColor { color: #246B4B; }

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

This text font color is #246B4B.


Background Color

.myBgColor { background-color: #246B4B; }

<div style="background-color:#246B4B">Inner text</div>

This div background color is #246B4B.


Border color

.myBorderColor { border: 1px solid #246B4B; }

<div style="border:3px solid #246B4B">Div</div>

This div border color is #246B4B.


Opacity

.myOpacity80 { color: #246B4B; opacity: 0.8; }

<p style="color:#246B4B;opacity:0.8;">80%</p>

Text with #246B4B 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 #246B4B;}

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

This text has shadow with #246B4B color.

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

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

This text has shadow with #246B4B primary color and red secondary color.


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

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

This text has shadow with #246B4B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246B4B on black background.


Color preview on white background

This text has color #246B4B on white background.



Black color preview on #246B4B background

This text has black color on #246B4B background.


White color preview on #246B4B background

This text has white color on #246B4B background.