COLOR #124735

HEX: #124735
RGB: (18,71,53)

Color info

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

RGB color model

#124735 color RGB value is (18,71,53).

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

RGB channels and saturation

R 18 of 255 = 7%
G 71 of 255 = 28%
B 53 of 255 = 21%

18
71
53

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

Portions of RGB colors in percentages

R + G + B =
18 + 71 + 53 = 142 (100%)
R 18 of 142 ~ 12.68%
G 71 of 142 ~ 50%
B 53 of 142 ~ 37.32%

%12.68
%50
%37.32

CMYK color model

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

  • cyan value is 74.65%
  • magenta value is 0.00%
  • yellow value is 25.35%
  • key color value is 72.16%
CMYK:
(75,0,25,72)
C75M0Y25K72 
(75%,0%,25%,72%)
(0.75/0.00/0.25/0.72)	

CMYK percentages

%74.65
%0
%25.35
%72.16

Codes

Color #124735 in popluar color models

124735
RGB187153
HSL160°59.55%17.45%
HSB/HSV160°74.65%27.84%
CMYK74.65%0.00%25.35%
72.16%

Color #124735 in popluar number systems.

HEX124735
Decimal187153
Binary100101000111110101
Octal2210765

Shades and tints

Shades of #124735

#124735
(18,71,53)
#114131
(17,65,49)
#103B2D
(16,59,45)
#0F3529
(15,53,41)
#0E2F25
(14,47,37)
#0D2921
(13,41,33)
#0C231D
(12,35,29)
#0B1D19
(11,29,25)
#0A1715
(10,23,21)
#091111
(9,17,17)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #124735

#124735
(18,71,53)
#275747
(39,87,71)
#3C6759
(60,103,89)
#51776B
(81,119,107)
#66877D
(102,135,125)
#7B978F
(123,151,143)
#90A7A1
(144,167,161)
#A5B7B3
(165,183,179)
#BAC7C5
(186,199,197)
#CFD7D7
(207,215,215)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #124735; }

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

This text font color is #124735.


Background Color

.myBgColor { background-color: #124735; }

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

This div background color is #124735.


Border color

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

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

This div border color is #124735.


Opacity

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

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

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

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

This text has shadow with #124735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #124735 on black background.


Color preview on white background

This text has color #124735 on white background.



Black color preview on #124735 background

This text has black color on #124735 background.


White color preview on #124735 background

This text has white color on #124735 background.