COLOR #246D5D

HEX: #246D5D RGB: (36,109,93)

Color info

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

RGB color model

#246D5D color RGB value is (36,109,93).

RGB: (36,109,93) (14%, 43%, 36%)

RGB channels and saturation

R 36 of 255 = 14%
G 109 of 255 = 43%
B 93 of 255 = 36%

36
109
93

R + G + B ~ 31%. #246D5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 109 + 93 = 238 (100%)
R 36 of 238 ~ 15.13%
G 109 of 238 ~ 45.8%
B 93 of 238 ~ 39.08'%

%15.13
%45.8
%39.08

CMYK color model

#246D5D color CMYK value is (67,0,15,57).

  • cyan value is 66.97%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • key color value is 57.25%

CMYK: (67,0,15,57)
C67M0Y15K57 (67%, 0%, 15%, 57%)
(0.67 / 0.00 / 0.15 / 0.57)

CMYK percentages

%66.97
%0
%14.68
%57.25

Codes

Color #246D5D in popluar color models

24 6D 5D
RGB 36 109 93
HSL 167° 50.34% 28.43%
HSB/HSV 167° 66.97% 42.75%
CMYK 66.97% 0.00% 14.68%
57.25%

Color #246D5D in popluar number systems.

HEX 24 6D 5D
Decimal 36 109 93
Binary 100100 1101101 1011101
Octal 44 155 135

Shades and tints

Shades of #246D5D

#246D5D
(36,109,93)
#216455
(33,100,85)
#1E5B4D
(30,91,77)
#1B5245
(27,82,69)
#18493D
(24,73,61)
#154035
(21,64,53)
#12372D
(18,55,45)
#0F2E25
(15,46,37)
#0C251D
(12,37,29)
#091C15
(9,28,21)
#06130D
(6,19,13)
#000000
(0,0,0)

Tints of #246D5D

#246D5D
(36,109,93)
#377A6B
(55,122,107)
#4A8779
(74,135,121)
#5D9487
(93,148,135)
#70A195
(112,161,149)
#83AEA3
(131,174,163)
#96BBB1
(150,187,177)
#A9C8BF
(169,200,191)
#BCD5CD
(188,213,205)
#CFE2DB
(207,226,219)
#E2EFE9
(226,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246D5D color. Also use rgb(36,109,93) instead hex code.

Text Font Color

.myTextColor { color: #246D5D; }

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

This text font color is #246D5D.

Background Color

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

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

This div background color is #246D5D.

Border color

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

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

This div border color is #246D5D.

Opacity

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

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

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

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

This text has shadow with #246D5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #246D5D.

Preview

Color preview on black background

This text has color #246D5D on black background.


Color preview on white background

This text has color #246D5D on white background.


Black color preview on #246D5D background

This text has black color on #246D5D background.


White color preview on #246D5D background

This text has white color on #246D5D background.


Related colors

Complementary color

Complementary color for #hex is #DB92A2.


I love getcolorcode.com

Triadic colors

1 #5D246D and #6D5D24 with #246D5D are triadic colors.

2 #5D6D24 and #6D245D with #246D5D are triadic colors.