COLOR #125825

HEX: #125825
RGB: (18,88,37)

Color info

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

RGB color model

#125825 color RGB value is (18,88,37).

  • red value is 18;
  • green value is 88;
  • blue value is 37.
RGB:
(18,88,37)
(7%,35%,15%)

RGB channels and saturation

R 18 of 255 = 7%
G 88 of 255 = 35%
B 37 of 255 = 15%

18
88
37

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

Portions of RGB colors in percentages

R + G + B =
18 + 88 + 37 = 143 (100%)
R 18 of 143 ~ 12.59%
G 88 of 143 ~ 61.54%
B 37 of 143 ~ 25.87%

%12.59
%61.54
%25.87

CMYK color model

#125825 color CMYK value is (80,0,58,65).

  • cyan value is 79.55%
  • magenta value is 0.00%
  • yellow value is 57.95%
  • key color value is 65.49%
CMYK:
(80,0,58,65)
C80M0Y58K65 
(80%,0%,58%,65%)
(0.80/0.00/0.58/0.65)	

CMYK percentages

%79.55
%0
%57.95
%65.49

Codes

Color #125825 in popluar color models

125825
RGB188837
HSL136°66.04%20.78%
HSB/HSV136°79.55%34.51%
CMYK79.55%0.00%57.95%
65.49%

Color #125825 in popluar number systems.

HEX125825
Decimal188837
Binary100101011000100101
Octal2213045

Shades and tints

Shades of #125825

#125825
(18,88,37)
#115022
(17,80,34)
#10481F
(16,72,31)
#0F401C
(15,64,28)
#0E3819
(14,56,25)
#0D3016
(13,48,22)
#0C2813
(12,40,19)
#0B2010
(11,32,16)
#0A180D
(10,24,13)
#09100A
(9,16,10)
#080807
(8,8,7)
#000000
(0,0,0)

Tints of #125825

#125825
(18,88,37)
#276738
(39,103,56)
#3C764B
(60,118,75)
#51855E
(81,133,94)
#669471
(102,148,113)
#7BA384
(123,163,132)
#90B297
(144,178,151)
#A5C1AA
(165,193,170)
#BAD0BD
(186,208,189)
#CFDFD0
(207,223,208)
#E4EEE3
(228,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125825 color. Also use rgb(18,88,37) instead hex code.

Text Font Color

.myTextColor { color: #125825; }

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

This text font color is #125825.


Background Color

.myBgColor { background-color: #125825; }

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

This div background color is #125825.


Border color

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

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

This div border color is #125825.


Opacity

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

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

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

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

This text has shadow with #125825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125825 on black background.


Color preview on white background

This text has color #125825 on white background.



Black color preview on #125825 background

This text has black color on #125825 background.


White color preview on #125825 background

This text has white color on #125825 background.