COLOR #246F41

HEX: #246F41
RGB: (36,111,65)

Color info

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

RGB color model

#246F41 color RGB value is (36,111,65).

  • red value is 36;
  • green value is 111;
  • blue value is 65.
RGB:
(36,111,65)
(14%,44%,25%)

RGB channels and saturation

R 36 of 255 = 14%
G 111 of 255 = 44%
B 65 of 255 = 25%

36
111
65

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

Portions of RGB colors in percentages

R + G + B =
36 + 111 + 65 = 212 (100%)
R 36 of 212 ~ 16.98%
G 111 of 212 ~ 52.36%
B 65 of 212 ~ 30.66%

%16.98
%52.36
%30.66

CMYK color model

#246F41 color CMYK value is (68,0,41,56).

  • cyan value is 67.57%
  • magenta value is 0.00%
  • yellow value is 41.44%
  • key color value is 56.47%
CMYK:
(68,0,41,56)
C68M0Y41K56 
(68%,0%,41%,56%)
(0.68/0.00/0.41/0.56)	

CMYK percentages

%67.57
%0
%41.44
%56.47

Codes

Color #246F41 in popluar color models

246F41
RGB3611165
HSL143°51.02%28.82%
HSB/HSV143°67.57%43.53%
CMYK67.57%0.00%41.44%
56.47%

Color #246F41 in popluar number systems.

HEX246F41
Decimal3611165
Binary10010011011111000001
Octal44157101

Shades and tints

Shades of #246F41

#246F41
(36,111,65)
#21653C
(33,101,60)
#1E5B37
(30,91,55)
#1B5132
(27,81,50)
#18472D
(24,71,45)
#153D28
(21,61,40)
#123323
(18,51,35)
#0F291E
(15,41,30)
#0C1F19
(12,31,25)
#091514
(9,21,20)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #246F41

#246F41
(36,111,65)
#377C52
(55,124,82)
#4A8963
(74,137,99)
#5D9674
(93,150,116)
#70A385
(112,163,133)
#83B096
(131,176,150)
#96BDA7
(150,189,167)
#A9CAB8
(169,202,184)
#BCD7C9
(188,215,201)
#CFE4DA
(207,228,218)
#E2F1EB
(226,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246F41 color. Also use rgb(36,111,65) instead hex code.

Text Font Color

.myTextColor { color: #246F41; }

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

This text font color is #246F41.


Background Color

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

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

This div background color is #246F41.


Border color

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

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

This div border color is #246F41.


Opacity

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

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

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

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

This text has shadow with #246F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246F41 on black background.


Color preview on white background

This text has color #246F41 on white background.



Black color preview on #246F41 background

This text has black color on #246F41 background.


White color preview on #246F41 background

This text has white color on #246F41 background.