COLOR #124131

HEX: #124131
RGB: (18,65,49)

Color info

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

RGB color model

#124131 color RGB value is (18,65,49).

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

RGB channels and saturation

R 18 of 255 = 7%
G 65 of 255 = 25%
B 49 of 255 = 19%

18
65
49

R + G + B ~ 17%. #124131 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 65 + 49 = 132 (100%)
R 18 of 132 ~ 13.64%
G 65 of 132 ~ 49.24%
B 49 of 132 ~ 37.12%

%13.64
%49.24
%37.12

CMYK color model

#124131 color CMYK value is (72,0,25,75).

  • cyan value is 72.31%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 74.51%
CMYK:
(72,0,25,75)
C72M0Y25K75 
(72%,0%,25%,75%)
(0.72/0.00/0.25/0.75)	

CMYK percentages

%72.31
%0
%24.62
%74.51

Codes

Color #124131 in popluar color models

124131
RGB186549
HSL160°56.63%16.27%
HSB/HSV160°72.31%25.49%
CMYK72.31%0.00%24.62%
74.51%

Color #124131 in popluar number systems.

HEX124131
Decimal186549
Binary100101000001110001
Octal2210161

Shades and tints

Shades of #124131

#124131
(18,65,49)
#113C2D
(17,60,45)
#103729
(16,55,41)
#0F3225
(15,50,37)
#0E2D21
(14,45,33)
#0D281D
(13,40,29)
#0C2319
(12,35,25)
#0B1E15
(11,30,21)
#0A1911
(10,25,17)
#09140D
(9,20,13)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #124131

#124131
(18,65,49)
#275243
(39,82,67)
#3C6355
(60,99,85)
#517467
(81,116,103)
#668579
(102,133,121)
#7B968B
(123,150,139)
#90A79D
(144,167,157)
#A5B8AF
(165,184,175)
#BAC9C1
(186,201,193)
#CFDAD3
(207,218,211)
#E4EBE5
(228,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124131; }

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

This text font color is #124131.


Background Color

.myBgColor { background-color: #124131; }

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

This div background color is #124131.


Border color

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

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

This div border color is #124131.


Opacity

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

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

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

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

This text has shadow with #124131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124131 on black background.


Color preview on white background

This text has color #124131 on white background.



Black color preview on #124131 background

This text has black color on #124131 background.


White color preview on #124131 background

This text has white color on #124131 background.