COLOR #125135

HEX: #125135
RGB: (18,81,53)

Color info

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

RGB color model

#125135 color RGB value is (18,81,53).

  • red value is 18;
  • green value is 81;
  • blue value is 53.
RGB:
(18,81,53)
(7%,32%,21%)

RGB channels and saturation

R 18 of 255 = 7%
G 81 of 255 = 32%
B 53 of 255 = 21%

18
81
53

R + G + B ~ 20%. #125135 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 81 + 53 = 152 (100%)
R 18 of 152 ~ 11.84%
G 81 of 152 ~ 53.29%
B 53 of 152 ~ 34.87%

%11.84
%53.29
%34.87

CMYK color model

#125135 color CMYK value is (78,0,35,68).

  • cyan value is 77.78%
  • magenta value is 0.00%
  • yellow value is 34.57%
  • key color value is 68.24%
CMYK:
(78,0,35,68)
C78M0Y35K68 
(78%,0%,35%,68%)
(0.78/0.00/0.35/0.68)	

CMYK percentages

%77.78
%0
%34.57
%68.24

Codes

Color #125135 in popluar color models

125135
RGB188153
HSL153°63.64%19.41%
HSB/HSV153°77.78%31.76%
CMYK77.78%0.00%34.57%
68.24%

Color #125135 in popluar number systems.

HEX125135
Decimal188153
Binary100101010001110101
Octal2212165

Shades and tints

Shades of #125135

#125135
(18,81,53)
#114A31
(17,74,49)
#10432D
(16,67,45)
#0F3C29
(15,60,41)
#0E3525
(14,53,37)
#0D2E21
(13,46,33)
#0C271D
(12,39,29)
#0B2019
(11,32,25)
#0A1915
(10,25,21)
#091211
(9,18,17)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #125135

#125135
(18,81,53)
#276047
(39,96,71)
#3C6F59
(60,111,89)
#517E6B
(81,126,107)
#668D7D
(102,141,125)
#7B9C8F
(123,156,143)
#90ABA1
(144,171,161)
#A5BAB3
(165,186,179)
#BAC9C5
(186,201,197)
#CFD8D7
(207,216,215)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #125135 color. Also use rgb(18,81,53) instead hex code.

Text Font Color

.myTextColor { color: #125135; }

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

This text font color is #125135.


Background Color

.myBgColor { background-color: #125135; }

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

This div background color is #125135.


Border color

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

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

This div border color is #125135.


Opacity

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

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

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

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

This text has shadow with #125135 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125135 on black background.


Color preview on white background

This text has color #125135 on white background.



Black color preview on #125135 background

This text has black color on #125135 background.


White color preview on #125135 background

This text has white color on #125135 background.