COLOR #125A3F

HEX: #125A3F RGB: (18,90,63)

Color info

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

RGB color model

#125A3F color RGB value is (18,90,63).

RGB: (18,90,63) (7%, 35%, 25%)

RGB channels and saturation

R 18 of 255 = 7%
G 90 of 255 = 35%
B 63 of 255 = 25%

18
90
63

R + G + B ~ 22%. #125A3F is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 90 + 63 = 171 (100%)
R 18 of 171 ~ 10.53%
G 90 of 171 ~ 52.63%
B 63 of 171 ~ 36.84'%

%10.53
%52.63
%36.84

CMYK color model

#125A3F color CMYK value is (80,0,30,65).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 64.71%
CMYK: (80,0,30,65) C80M0Y30K65 (80%,0%,30%,65%) (0.80/0.00/0.30/0.65) 

CMYK percentages

%80
%0
%30
%64.71

Codes

Color #125A3F in popluar color models

12 5A 3F
RGB 18 90 63
HSL 158° 66.67% 21.18%
HSB/HSV 158° 80.00% 35.29%
CMYK 80.00% 0.00% 30.00%
64.71%

Color #125A3F in popluar number systems.

HEX 12 5A 3F
Decimal 18 90 63
Binary 10010 1011010 111111
Octal 22 132 77

Shades and tints

Shades of #125A3F

#125A3F
(18,90,63)
#11523A
(17,82,58)
#104A35
(16,74,53)
#0F4230
(15,66,48)
#0E3A2B
(14,58,43)
#0D3226
(13,50,38)
#0C2A21
(12,42,33)
#0B221C
(11,34,28)
#0A1A17
(10,26,23)
#091212
(9,18,18)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #125A3F

#125A3F
(18,90,63)
#276950
(39,105,80)
#3C7861
(60,120,97)
#518772
(81,135,114)
#669683
(102,150,131)
#7BA594
(123,165,148)
#90B4A5
(144,180,165)
#A5C3B6
(165,195,182)
#BAD2C7
(186,210,199)
#CFE1D8
(207,225,216)
#E4F0E9
(228,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125A3F color. Also use rgb(18,90,63) instead hex code.

Text Font Color

.myTextColor { color: #125A3F; }

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

This text font color is #125A3F.

Background Color

.myBgColor { background-color: #125A3F; }

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

This div background color is #125A3F.

Border color

.myBorderColor { border: 1px solid #125A3F; }

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

This div border color is #125A3F.

Opacity

.myOpacity80 { color: #125A3F; opacity: 0.8; }

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

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

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

This text has shadow with #125A3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #125A3F.

Preview

Color preview on black background

This text has color #125A3F on black background.


Color preview on white background

This text has color #125A3F on white background.


Black color preview on #125A3F background

This text has black color on #125A3F background.


White color preview on #125A3F background

This text has white color on #125A3F background.


Related colors

Complementary color

Complementary color for #hex is #EDA5C0.


I love getcolorcode.com

Triadic colors

1 #3F125A and #5A3F12 with #125A3F are triadic colors.

2 #3F5A12 and #5A123F with #125A3F are triadic colors.