COLOR #124128

HEX: #124128
RGB: (18,65,40)

Color info

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

RGB color model

#124128 color RGB value is (18,65,40).

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

RGB channels and saturation

R 18 of 255 = 7%
G 65 of 255 = 25%
B 40 of 255 = 16%

18
65
40

R + G + B ~ 16%. #124128 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 65 + 40 = 123 (100%)
R 18 of 123 ~ 14.63%
G 65 of 123 ~ 52.85%
B 40 of 123 ~ 32.52%

%14.63
%52.85
%32.52

CMYK color model

#124128 color CMYK value is (72,0,38,75).

  • cyan value is 72.31%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 74.51%
CMYK:
(72,0,38,75)
C72M0Y38K75 
(72%,0%,38%,75%)
(0.72/0.00/0.38/0.75)	

CMYK percentages

%72.31
%0
%38.46
%74.51

Codes

Color #124128 in popluar color models

124128
RGB186540
HSL148°56.63%16.27%
HSB/HSV148°72.31%25.49%
CMYK72.31%0.00%38.46%
74.51%

Color #124128 in popluar number systems.

HEX124128
Decimal186540
Binary100101000001101000
Octal2210150

Shades and tints

Shades of #124128

#124128
(18,65,40)
#113C25
(17,60,37)
#103722
(16,55,34)
#0F321F
(15,50,31)
#0E2D1C
(14,45,28)
#0D2819
(13,40,25)
#0C2316
(12,35,22)
#0B1E13
(11,30,19)
#0A1910
(10,25,16)
#09140D
(9,20,13)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #124128

#124128
(18,65,40)
#27523B
(39,82,59)
#3C634E
(60,99,78)
#517461
(81,116,97)
#668574
(102,133,116)
#7B9687
(123,150,135)
#90A79A
(144,167,154)
#A5B8AD
(165,184,173)
#BAC9C0
(186,201,192)
#CFDAD3
(207,218,211)
#E4EBE6
(228,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124128; }

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

This text font color is #124128.


Background Color

.myBgColor { background-color: #124128; }

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

This div background color is #124128.


Border color

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

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

This div border color is #124128.


Opacity

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

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

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

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

This text has shadow with #124128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124128 on black background.


Color preview on white background

This text has color #124128 on white background.



Black color preview on #124128 background

This text has black color on #124128 background.


White color preview on #124128 background

This text has white color on #124128 background.