COLOR #248D75

HEX: #248D75 RGB: (36,141,117)

Color info

#248D75 contains mainly green and blue colors. Web safe color of #248D75 is #339966 (or #396).

RGB color model

#248D75 color RGB value is (36,141,117).

RGB: (36,141,117) (14%, 55%, 46%)

RGB channels and saturation

R 36 of 255 = 14%
G 141 of 255 = 55%
B 117 of 255 = 46%

36
141
117

R + G + B ~ 38%. #248D75 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 141 + 117 = 294 (100%)
R 36 of 294 ~ 12.24%
G 141 of 294 ~ 47.96%
B 117 of 294 ~ 39.8'%

%12.24
%47.96
%39.8

CMYK color model

#248D75 color CMYK value is (74,0,17,45).

  • cyan value is 74.47%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 44.71%

CMYK: (74,0,17,45)
C74M0Y17K45 (74%, 0%, 17%, 45%)
(0.74 / 0.00 / 0.17 / 0.45)

CMYK percentages

%74.47
%0
%17.02
%44.71

Codes

Color #248D75 in popluar color models

24 8D 75
RGB 36 141 117
HSL 166° 59.32% 34.71%
HSB/HSV 166° 74.47% 55.29%
CMYK 74.47% 0.00% 17.02%
44.71%

Color #248D75 in popluar number systems.

HEX 24 8D 75
Decimal 36 141 117
Binary 100100 10001101 1110101
Octal 44 215 165

Shades and tints

Shades of #248D75

#248D75
(36,141,117)
#21816B
(33,129,107)
#1E7561
(30,117,97)
#1B6957
(27,105,87)
#185D4D
(24,93,77)
#155143
(21,81,67)
#124539
(18,69,57)
#0F392F
(15,57,47)
#0C2D25
(12,45,37)
#09211B
(9,33,27)
#061511
(6,21,17)
#000000
(0,0,0)

Tints of #248D75

#248D75
(36,141,117)
#379781
(55,151,129)
#4AA18D
(74,161,141)
#5DAB99
(93,171,153)
#70B5A5
(112,181,165)
#83BFB1
(131,191,177)
#96C9BD
(150,201,189)
#A9D3C9
(169,211,201)
#BCDDD5
(188,221,213)
#CFE7E1
(207,231,225)
#E2F1ED
(226,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #248D75 color. Also use rgb(36,141,117) instead hex code.

Text Font Color

.myTextColor { color: #248D75; }

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

This text font color is #248D75.

Background Color

.myBgColor { background-color: #248D75; }

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

This div background color is #248D75.

Border color

.myBorderColor { border: 1px solid #248D75; }

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

This div border color is #248D75.

Opacity

.myOpacity80 { color: #248D75; opacity: 0.8; }

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

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

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

This text has shadow with #248D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #248D75.

Preview

Color preview on black background

This text has color #248D75 on black background.


Color preview on white background

This text has color #248D75 on white background.


Black color preview on #248D75 background

This text has black color on #248D75 background.


White color preview on #248D75 background

This text has white color on #248D75 background.


Related colors

Complementary color

Complementary color for #hex is #DB728A.


I love getcolorcode.com

Triadic colors

1 #75248D and #8D7524 with #248D75 are triadic colors.

2 #758D24 and #8D2475 with #248D75 are triadic colors.