COLOR #124729

HEX: #124729
RGB: (18,71,41)

Color info

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

RGB color model

#124729 color RGB value is (18,71,41).

  • red value is 18;
  • green value is 71;
  • blue value is 41.
RGB:
(18,71,41)
(7%,28%,16%)

RGB channels and saturation

R 18 of 255 = 7%
G 71 of 255 = 28%
B 41 of 255 = 16%

18
71
41

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

Portions of RGB colors in percentages

R + G + B =
18 + 71 + 41 = 130 (100%)
R 18 of 130 ~ 13.85%
G 71 of 130 ~ 54.62%
B 41 of 130 ~ 31.54%

%13.85
%54.62
%31.54

CMYK color model

#124729 color CMYK value is (75,0,42,72).

  • cyan value is 74.65%
  • magenta value is 0.00%
  • yellow value is 42.25%
  • key color value is 72.16%
CMYK:
(75,0,42,72)
C75M0Y42K72 
(75%,0%,42%,72%)
(0.75/0.00/0.42/0.72)	

CMYK percentages

%74.65
%0
%42.25
%72.16

Codes

Color #124729 in popluar color models

124729
RGB187141
HSL146°59.55%17.45%
HSB/HSV146°74.65%27.84%
CMYK74.65%0.00%42.25%
72.16%

Color #124729 in popluar number systems.

HEX124729
Decimal187141
Binary100101000111101001
Octal2210751

Shades and tints

Shades of #124729

#124729
(18,71,41)
#114126
(17,65,38)
#103B23
(16,59,35)
#0F3520
(15,53,32)
#0E2F1D
(14,47,29)
#0D291A
(13,41,26)
#0C2317
(12,35,23)
#0B1D14
(11,29,20)
#0A1711
(10,23,17)
#09110E
(9,17,14)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #124729

#124729
(18,71,41)
#27573C
(39,87,60)
#3C674F
(60,103,79)
#517762
(81,119,98)
#668775
(102,135,117)
#7B9788
(123,151,136)
#90A79B
(144,167,155)
#A5B7AE
(165,183,174)
#BAC7C1
(186,199,193)
#CFD7D4
(207,215,212)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #124729 color. Also use rgb(18,71,41) instead hex code.

Text Font Color

.myTextColor { color: #124729; }

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

This text font color is #124729.


Background Color

.myBgColor { background-color: #124729; }

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

This div background color is #124729.


Border color

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

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

This div border color is #124729.


Opacity

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

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

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

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

This text has shadow with #124729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124729 on black background.


Color preview on white background

This text has color #124729 on white background.



Black color preview on #124729 background

This text has black color on #124729 background.


White color preview on #124729 background

This text has white color on #124729 background.