COLOR #124241

HEX: #124241
RGB: (18,66,65)

Color info

#124241 contains red, green and blue colors in about the same proportion. Web safe color of #124241 is #003333 (or #033).

RGB color model

#124241 color RGB value is (18,66,65).

  • red value is 18;
  • green value is 66;
  • blue value is 65.
RGB:
(18,66,65)
(7%,26%,25%)

RGB channels and saturation

R 18 of 255 = 7%
G 66 of 255 = 26%
B 65 of 255 = 25%

18
66
65

R + G + B ~ 19%. #124241 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 66 + 65 = 149 (100%)
R 18 of 149 ~ 12.08%
G 66 of 149 ~ 44.3%
B 65 of 149 ~ 43.62%

%12.08
%44.3
%43.62

CMYK color model

#124241 color CMYK value is (73,0,2,74).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 74.12%
CMYK:
(73,0,2,74)
C73M0Y2K74 
(73%,0%,2%,74%)
(0.73/0.00/0.02/0.74)	

CMYK percentages

%72.73
%0
%1.52
%74.12

Codes

Color #124241 in popluar color models

124241
RGB186665
HSL179°57.14%16.47%
HSB/HSV179°72.73%25.88%
CMYK72.73%0.00%1.52%
74.12%

Color #124241 in popluar number systems.

HEX124241
Decimal186665
Binary1001010000101000001
Octal22102101

Shades and tints

Shades of #124241

#124241
(18,66,65)
#113C3C
(17,60,60)
#103637
(16,54,55)
#0F3032
(15,48,50)
#0E2A2D
(14,42,45)
#0D2428
(13,36,40)
#0C1E23
(12,30,35)
#0B181E
(11,24,30)
#0A1219
(10,18,25)
#090C14
(9,12,20)
#08060F
(8,6,15)
#000000
(0,0,0)

Tints of #124241

#124241
(18,66,65)
#275352
(39,83,82)
#3C6463
(60,100,99)
#517574
(81,117,116)
#668685
(102,134,133)
#7B9796
(123,151,150)
#90A8A7
(144,168,167)
#A5B9B8
(165,185,184)
#BACAC9
(186,202,201)
#CFDBDA
(207,219,218)
#E4ECEB
(228,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124241 color. Also use rgb(18,66,65) instead hex code.

Text Font Color

.myTextColor { color: #124241; }

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

This text font color is #124241.


Background Color

.myBgColor { background-color: #124241; }

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

This div background color is #124241.


Border color

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

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

This div border color is #124241.


Opacity

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

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

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

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

This text has shadow with #124241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124241 on black background.


Color preview on white background

This text has color #124241 on white background.



Black color preview on #124241 background

This text has black color on #124241 background.


White color preview on #124241 background

This text has white color on #124241 background.