COLOR #245B46

HEX: #245B46
RGB: (36,91,70)

Color info

#245B46 contains red, green and blue colors in about the same proportion. Web safe color of #245B46 is #336633 (or #363).

RGB color model

#245B46 color RGB value is (36,91,70).

  • red value is 36;
  • green value is 91;
  • blue value is 70.
RGB:
(36,91,70)
(14%,36%,27%)

RGB channels and saturation

R 36 of 255 = 14%
G 91 of 255 = 36%
B 70 of 255 = 27%

36
91
70

R + G + B ~ 26%. #245B46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 91 + 70 = 197 (100%)
R 36 of 197 ~ 18.27%
G 91 of 197 ~ 46.19%
B 70 of 197 ~ 35.53%

%18.27
%46.19
%35.53

CMYK color model

#245B46 color CMYK value is (60,0,23,64).

  • cyan value is 60.44%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 64.31%
CMYK:
(60,0,23,64)
C60M0Y23K64 
(60%,0%,23%,64%)
(0.60/0.00/0.23/0.64)	

CMYK percentages

%60.44
%0
%23.08
%64.31

Codes

Color #245B46 in popluar color models

245B46
RGB369170
HSL157°43.31%24.90%
HSB/HSV157°60.44%35.69%
CMYK60.44%0.00%23.08%
64.31%

Color #245B46 in popluar number systems.

HEX245B46
Decimal369170
Binary10010010110111000110
Octal44133106

Shades and tints

Shades of #245B46

#245B46
(36,91,70)
#215340
(33,83,64)
#1E4B3A
(30,75,58)
#1B4334
(27,67,52)
#183B2E
(24,59,46)
#153328
(21,51,40)
#122B22
(18,43,34)
#0F231C
(15,35,28)
#0C1B16
(12,27,22)
#091310
(9,19,16)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #245B46

#245B46
(36,91,70)
#376956
(55,105,86)
#4A7766
(74,119,102)
#5D8576
(93,133,118)
#709386
(112,147,134)
#83A196
(131,161,150)
#96AFA6
(150,175,166)
#A9BDB6
(169,189,182)
#BCCBC6
(188,203,198)
#CFD9D6
(207,217,214)
#E2E7E6
(226,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #245B46 color. Also use rgb(36,91,70) instead hex code.

Text Font Color

.myTextColor { color: #245B46; }

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

This text font color is #245B46.


Background Color

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

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

This div background color is #245B46.


Border color

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

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

This div border color is #245B46.


Opacity

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

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

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

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

This text has shadow with #245B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #245B46 on black background.


Color preview on white background

This text has color #245B46 on white background.



Black color preview on #245B46 background

This text has black color on #245B46 background.


White color preview on #245B46 background

This text has white color on #245B46 background.