COLOR #125351

HEX: #125351
RGB: (18,83,81)

Color info

#125351 contains mainly green and blue colors. Web safe color of #125351 is #006666 (or #066).

RGB color model

#125351 color RGB value is (18,83,81).

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

RGB channels and saturation

R 18 of 255 = 7%
G 83 of 255 = 33%
B 81 of 255 = 32%

18
83
81

R + G + B ~ 24%. #125351 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 83 + 81 = 182 (100%)
R 18 of 182 ~ 9.89%
G 83 of 182 ~ 45.6%
B 81 of 182 ~ 44.51%

%9.89
%45.6
%44.51

CMYK color model

#125351 color CMYK value is (78,0,2,67).

  • cyan value is 78.31%
  • magenta value is 0.00%
  • yellow value is 2.41%
  • key color value is 67.45%
CMYK:
(78,0,2,67)
C78M0Y2K67 
(78%,0%,2%,67%)
(0.78/0.00/0.02/0.67)	

CMYK percentages

%78.31
%0
%2.41
%67.45

Codes

Color #125351 in popluar color models

125351
RGB188381
HSL178°64.36%19.80%
HSB/HSV178°78.31%32.55%
CMYK78.31%0.00%2.41%
67.45%

Color #125351 in popluar number systems.

HEX125351
Decimal188381
Binary1001010100111010001
Octal22123121

Shades and tints

Shades of #125351

#125351
(18,83,81)
#114C4A
(17,76,74)
#104543
(16,69,67)
#0F3E3C
(15,62,60)
#0E3735
(14,55,53)
#0D302E
(13,48,46)
#0C2927
(12,41,39)
#0B2220
(11,34,32)
#0A1B19
(10,27,25)
#091412
(9,20,18)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #125351

#125351
(18,83,81)
#276260
(39,98,96)
#3C716F
(60,113,111)
#51807E
(81,128,126)
#668F8D
(102,143,141)
#7B9E9C
(123,158,156)
#90ADAB
(144,173,171)
#A5BCBA
(165,188,186)
#BACBC9
(186,203,201)
#CFDAD8
(207,218,216)
#E4E9E7
(228,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125351; }

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

This text font color is #125351.


Background Color

.myBgColor { background-color: #125351; }

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

This div background color is #125351.


Border color

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

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

This div border color is #125351.


Opacity

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

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

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

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

This text has shadow with #125351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125351 on black background.


Color preview on white background

This text has color #125351 on white background.



Black color preview on #125351 background

This text has black color on #125351 background.


White color preview on #125351 background

This text has white color on #125351 background.