COLOR #125541

HEX: #125541 RGB: (18,85,65)

Color info

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

RGB color model

#125541 color RGB value is (18,85,65).

RGB: (18,85,65) (7%, 33%, 25%)

RGB channels and saturation

R 18 of 255 = 7%
G 85 of 255 = 33%
B 65 of 255 = 25%

18
85
65

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

Portions of RGB colors in percentages

R + G + B = 18 + 85 + 65 = 168 (100%)
R 18 of 168 ~ 10.71%
G 85 of 168 ~ 50.6%
B 65 of 168 ~ 38.69'%

%10.71
%50.6
%38.69

CMYK color model

#125541 color CMYK value is (79,0,24,67).

  • cyan value is 78.82%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 66.67%

CMYK: (79,0,24,67)
C79M0Y24K67 (79%, 0%, 24%, 67%)
(0.79 / 0.00 / 0.24 / 0.67)

CMYK percentages

%78.82
%0
%23.53
%66.67

Codes

Color #125541 in popluar color models

12 55 41
RGB 18 85 65
HSL 162° 65.05% 20.20%
HSB/HSV 162° 78.82% 33.33%
CMYK 78.82% 0.00% 23.53%
66.67%

Color #125541 in popluar number systems.

HEX 12 55 41
Decimal 18 85 65
Binary 10010 1010101 1000001
Octal 22 125 101

Shades and tints

Shades of #125541

#125541
(18,85,65)
#114E3C
(17,78,60)
#104737
(16,71,55)
#0F4032
(15,64,50)
#0E392D
(14,57,45)
#0D3228
(13,50,40)
#0C2B23
(12,43,35)
#0B241E
(11,36,30)
#0A1D19
(10,29,25)
#091614
(9,22,20)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #125541

#125541
(18,85,65)
#276452
(39,100,82)
#3C7363
(60,115,99)
#518274
(81,130,116)
#669185
(102,145,133)
#7BA096
(123,160,150)
#90AFA7
(144,175,167)
#A5BEB8
(165,190,184)
#BACDC9
(186,205,201)
#CFDCDA
(207,220,218)
#E4EBEB
(228,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125541 color. Also use rgb(18,85,65) instead hex code.

Text Font Color

.myTextColor { color: #125541; }

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

This text font color is #125541.

Background Color

.myBgColor { background-color: #125541; }

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

This div background color is #125541.

Border color

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

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

This div border color is #125541.

Opacity

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

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

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

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

This text has shadow with #125541 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #125541.

Preview

Color preview on black background

This text has color #125541 on black background.


Color preview on white background

This text has color #125541 on white background.


Black color preview on #125541 background

This text has black color on #125541 background.


White color preview on #125541 background

This text has white color on #125541 background.


Related colors

Complementary color

Complementary color for #hex is #EDAABE.


I love getcolorcode.com

Triadic colors

1 #411255 and #554112 with #125541 are triadic colors.

2 #415512 and #551241 with #125541 are triadic colors.