COLOR #246845

HEX: #246845
RGB: (36,104,69)

Color info

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

RGB color model

#246845 color RGB value is (36,104,69).

  • red value is 36;
  • green value is 104;
  • blue value is 69.
RGB:
(36,104,69)
(14%,41%,27%)

RGB channels and saturation

R 36 of 255 = 14%
G 104 of 255 = 41%
B 69 of 255 = 27%

36
104
69

R + G + B ~ 27%. #246845 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 104 + 69 = 209 (100%)
R 36 of 209 ~ 17.22%
G 104 of 209 ~ 49.76%
B 69 of 209 ~ 33.01%

%17.22
%49.76
%33.01

CMYK color model

#246845 color CMYK value is (65,0,34,59).

  • cyan value is 65.38%
  • magenta value is 0.00%
  • yellow value is 33.65%
  • key color value is 59.22%
CMYK:
(65,0,34,59)
C65M0Y34K59 
(65%,0%,34%,59%)
(0.65/0.00/0.34/0.59)	

CMYK percentages

%65.38
%0
%33.65
%59.22

Codes

Color #246845 in popluar color models

246845
RGB3610469
HSL149°48.57%27.45%
HSB/HSV149°65.38%40.78%
CMYK65.38%0.00%33.65%
59.22%

Color #246845 in popluar number systems.

HEX246845
Decimal3610469
Binary10010011010001000101
Octal44150105

Shades and tints

Shades of #246845

#246845
(36,104,69)
#215F3F
(33,95,63)
#1E5639
(30,86,57)
#1B4D33
(27,77,51)
#18442D
(24,68,45)
#153B27
(21,59,39)
#123221
(18,50,33)
#0F291B
(15,41,27)
#0C2015
(12,32,21)
#09170F
(9,23,15)
#060E09
(6,14,9)
#000000
(0,0,0)

Tints of #246845

#246845
(36,104,69)
#377555
(55,117,85)
#4A8265
(74,130,101)
#5D8F75
(93,143,117)
#709C85
(112,156,133)
#83A995
(131,169,149)
#96B6A5
(150,182,165)
#A9C3B5
(169,195,181)
#BCD0C5
(188,208,197)
#CFDDD5
(207,221,213)
#E2EAE5
(226,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #246845 color. Also use rgb(36,104,69) instead hex code.

Text Font Color

.myTextColor { color: #246845; }

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

This text font color is #246845.


Background Color

.myBgColor { background-color: #246845; }

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

This div background color is #246845.


Border color

.myBorderColor { border: 1px solid #246845; }

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

This div border color is #246845.


Opacity

.myOpacity80 { color: #246845; opacity: 0.8; }

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

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

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

This text has shadow with #246845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #246845 on black background.


Color preview on white background

This text has color #246845 on white background.



Black color preview on #246845 background

This text has black color on #246845 background.


White color preview on #246845 background

This text has white color on #246845 background.