COLOR #125645

HEX: #125645 RGB: (18,86,69)

Color info

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

RGB color model

#125645 color RGB value is (18,86,69).

RGB: (18,86,69) (7%, 34%, 27%)

RGB channels and saturation

R 18 of 255 = 7%
G 86 of 255 = 34%
B 69 of 255 = 27%

18
86
69

R + G + B ~ 23%. #125645 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 86 + 69 = 173 (100%)
R 18 of 173 ~ 10.4%
G 86 of 173 ~ 49.71%
B 69 of 173 ~ 39.88'%

%49.71
%39.88

CMYK color model

#125645 color CMYK value is (79,0,20,66).

  • cyan value is 79.07%
  • magenta value is 0.00%
  • yellow value is 19.77%
  • key color value is 66.27%

CMYK: (79,0,20,66)
C79M0Y20K66 (79%, 0%, 20%, 66%)
(0.79 / 0.00 / 0.20 / 0.66)

CMYK percentages

%79.07
%0
%19.77
%66.27

Codes

Color #125645 in popluar color models

12 56 45
RGB 18 86 69
HSL 165° 65.38% 20.39%
HSB/HSV 165° 79.07% 33.73%
CMYK 79.07% 0.00% 19.77%
66.27%

Color #125645 in popluar number systems.

HEX 12 56 45
Decimal 18 86 69
Binary 10010 1010110 1000101
Octal 22 126 105

Shades and tints

Shades of #125645

#125645
(18,86,69)
#114F3F
(17,79,63)
#104839
(16,72,57)
#0F4133
(15,65,51)
#0E3A2D
(14,58,45)
#0D3327
(13,51,39)
#0C2C21
(12,44,33)
#0B251B
(11,37,27)
#0A1E15
(10,30,21)
#09170F
(9,23,15)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #125645

#125645
(18,86,69)
#276555
(39,101,85)
#3C7465
(60,116,101)
#518375
(81,131,117)
#669285
(102,146,133)
#7BA195
(123,161,149)
#90B0A5
(144,176,165)
#A5BFB5
(165,191,181)
#BACEC5
(186,206,197)
#CFDDD5
(207,221,213)
#E4ECE5
(228,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125645 color. Also use rgb(18,86,69) instead hex code.

Text Font Color

.myTextColor { color: #125645; }

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

This text font color is #125645.

Background Color

.myBgColor { background-color: #125645; }

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

This div background color is #125645.

Border color

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

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

This div border color is #125645.

Opacity

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

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

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

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

This text has shadow with #125645 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #125645.

Preview

Color preview on black background

This text has color #125645 on black background.


Color preview on white background

This text has color #125645 on white background.


Black color preview on #125645 background

This text has black color on #125645 background.


White color preview on #125645 background

This text has white color on #125645 background.


Related colors

Complementary color

Complementary color for #hex is #EDA9BA.


I love getcolorcode.com

Triadic colors

1 #451256 and #564512 with #125645 are triadic colors.

2 #455612 and #561245 with #125645 are triadic colors.