COLOR #247D58

HEX: #247D58
RGB: (36,125,88)

Color info

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

RGB color model

#247D58 color RGB value is (36,125,88).

  • red value is 36;
  • green value is 125;
  • blue value is 88.
RGB:
(36,125,88)
(14%,49%,35%)

RGB channels and saturation

R 36 of 255 = 14%
G 125 of 255 = 49%
B 88 of 255 = 35%

36
125
88

R + G + B ~ 33%. #247D58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 125 + 88 = 249 (100%)
R 36 of 249 ~ 14.46%
G 125 of 249 ~ 50.2%
B 88 of 249 ~ 35.34%

%14.46
%50.2
%35.34

CMYK color model

#247D58 color CMYK value is (71,0,30,51).

  • cyan value is 71.20%
  • magenta value is 0.00%
  • yellow value is 29.60%
  • key color value is 50.98%
CMYK:
(71,0,30,51)
C71M0Y30K51 
(71%,0%,30%,51%)
(0.71/0.00/0.30/0.51)	

CMYK percentages

%71.2
%0
%29.6
%50.98

Codes

Color #247D58 in popluar color models

247D58
RGB3612588
HSL155°55.28%31.57%
HSB/HSV155°71.20%49.02%
CMYK71.20%0.00%29.60%
50.98%

Color #247D58 in popluar number systems.

HEX247D58
Decimal3612588
Binary10010011111011011000
Octal44175130

Shades and tints

Shades of #247D58

#247D58
(36,125,88)
#217250
(33,114,80)
#1E6748
(30,103,72)
#1B5C40
(27,92,64)
#185138
(24,81,56)
#154630
(21,70,48)
#123B28
(18,59,40)
#0F3020
(15,48,32)
#0C2518
(12,37,24)
#091A10
(9,26,16)
#060F08
(6,15,8)
#000000
(0,0,0)

Tints of #247D58

#247D58
(36,125,88)
#378867
(55,136,103)
#4A9376
(74,147,118)
#5D9E85
(93,158,133)
#70A994
(112,169,148)
#83B4A3
(131,180,163)
#96BFB2
(150,191,178)
#A9CAC1
(169,202,193)
#BCD5D0
(188,213,208)
#CFE0DF
(207,224,223)
#E2EBEE
(226,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #247D58 color. Also use rgb(36,125,88) instead hex code.

Text Font Color

.myTextColor { color: #247D58; }

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

This text font color is #247D58.


Background Color

.myBgColor { background-color: #247D58; }

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

This div background color is #247D58.


Border color

.myBorderColor { border: 1px solid #247D58; }

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

This div border color is #247D58.


Opacity

.myOpacity80 { color: #247D58; opacity: 0.8; }

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

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

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

This text has shadow with #247D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #247D58 on black background.


Color preview on white background

This text has color #247D58 on white background.



Black color preview on #247D58 background

This text has black color on #247D58 background.


White color preview on #247D58 background

This text has white color on #247D58 background.