COLOR #125253

HEX: #125253
RGB: (18,82,83)

Color info

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

RGB color model

#125253 color RGB value is (18,82,83).

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

RGB channels and saturation

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

18
82
83

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

Portions of RGB colors in percentages

R + G + B =
18 + 82 + 83 = 183 (100%)
R 18 of 183 ~ 9.84%
G 82 of 183 ~ 44.81%
B 83 of 183 ~ 45.36%

%9.84
%44.81
%45.36

CMYK color model

#125253 color CMYK value is (78,1,0,67).

  • cyan value is 78.31%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(78,1,0,67)
C78M1Y0K67 
(78%,1%,0%,67%)
(0.78/0.01/0.00/0.67)	

CMYK percentages

%78.31
%1.2
%0
%67.45

Codes

Color #125253 in popluar color models

125253
RGB188283
HSL181°64.36%19.80%
HSB/HSV181°78.31%32.55%
CMYK78.31%1.20%0.00%
67.45%

Color #125253 in popluar number systems.

HEX125253
Decimal188283
Binary1001010100101010011
Octal22122123

Shades and tints

Shades of #125253

#125253
(18,82,83)
#114B4C
(17,75,76)
#104445
(16,68,69)
#0F3D3E
(15,61,62)
#0E3637
(14,54,55)
#0D2F30
(13,47,48)
#0C2829
(12,40,41)
#0B2122
(11,33,34)
#0A1A1B
(10,26,27)
#091314
(9,19,20)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #125253

#125253
(18,82,83)
#276162
(39,97,98)
#3C7071
(60,112,113)
#517F80
(81,127,128)
#668E8F
(102,142,143)
#7B9D9E
(123,157,158)
#90ACAD
(144,172,173)
#A5BBBC
(165,187,188)
#BACACB
(186,202,203)
#CFD9DA
(207,217,218)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #125253; }

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

This text font color is #125253.


Background Color

.myBgColor { background-color: #125253; }

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

This div background color is #125253.


Border color

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

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

This div border color is #125253.


Opacity

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

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

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

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

This text has shadow with #125253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #125253 on black background.


Color preview on white background

This text has color #125253 on white background.



Black color preview on #125253 background

This text has black color on #125253 background.


White color preview on #125253 background

This text has white color on #125253 background.