COLOR #125924

HEX: #125924
RGB: (18,89,36)

Color info

#125924 contains mainly green and blue colors. Web safe color of #125924 is #006633 (or #063).

RGB color model

#125924 color RGB value is (18,89,36).

  • red value is 18;
  • green value is 89;
  • blue value is 36.
RGB:
(18,89,36)
(7%,35%,14%)

RGB channels and saturation

R 18 of 255 = 7%
G 89 of 255 = 35%
B 36 of 255 = 14%

18
89
36

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

Portions of RGB colors in percentages

R + G + B =
18 + 89 + 36 = 143 (100%)
R 18 of 143 ~ 12.59%
G 89 of 143 ~ 62.24%
B 36 of 143 ~ 25.17%

%12.59
%62.24
%25.17

CMYK color model

#125924 color CMYK value is (80,0,60,65).

  • cyan value is 79.78%
  • magenta value is 0.00%
  • yellow value is 59.55%
  • key color value is 65.10%
CMYK:
(80,0,60,65)
C80M0Y60K65 
(80%,0%,60%,65%)
(0.80/0.00/0.60/0.65)	

CMYK percentages

%79.78
%0
%59.55
%65.1

Codes

Color #125924 in popluar color models

125924
RGB188936
HSL135°66.36%20.98%
HSB/HSV135°79.78%34.90%
CMYK79.78%0.00%59.55%
65.10%

Color #125924 in popluar number systems.

HEX125924
Decimal188936
Binary100101011001100100
Octal2213144

Shades and tints

Shades of #125924

#125924
(18,89,36)
#115121
(17,81,33)
#10491E
(16,73,30)
#0F411B
(15,65,27)
#0E3918
(14,57,24)
#0D3115
(13,49,21)
#0C2912
(12,41,18)
#0B210F
(11,33,15)
#0A190C
(10,25,12)
#091109
(9,17,9)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #125924

#125924
(18,89,36)
#276837
(39,104,55)
#3C774A
(60,119,74)
#51865D
(81,134,93)
#669570
(102,149,112)
#7BA483
(123,164,131)
#90B396
(144,179,150)
#A5C2A9
(165,194,169)
#BAD1BC
(186,209,188)
#CFE0CF
(207,224,207)
#E4EFE2
(228,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125924 color. Also use rgb(18,89,36) instead hex code.

Text Font Color

.myTextColor { color: #125924; }

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

This text font color is #125924.


Background Color

.myBgColor { background-color: #125924; }

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

This div background color is #125924.


Border color

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

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

This div border color is #125924.


Opacity

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

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

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

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

This text has shadow with #125924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125924 on black background.


Color preview on white background

This text has color #125924 on white background.



Black color preview on #125924 background

This text has black color on #125924 background.


White color preview on #125924 background

This text has white color on #125924 background.