COLOR #135F7A

HEX: #135F7A
RGB: (19,95,122)

Color info

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

RGB color model

#135F7A color RGB value is (19,95,122).

  • red value is 19;
  • green value is 95;
  • blue value is 122.
RGB:
(19,95,122)
(7%,37%,48%)

RGB channels and saturation

R 19 of 255 = 7%
G 95 of 255 = 37%
B 122 of 255 = 48%

19
95
122

R + G + B ~ 31%. #135F7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 95 + 122 = 236 (100%)
R 19 of 236 ~ 8.05%
G 95 of 236 ~ 40.25%
B 122 of 236 ~ 51.69%

%40.25
%51.69

CMYK color model

#135F7A color CMYK value is (84,22,0,52).

  • cyan value is 84.43%
  • magenta value is 22.13%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(84,22,0,52)
C84M22Y0K52 
(84%,22%,0%,52%)
(0.84/0.22/0.00/0.52)	

CMYK percentages

%84.43
%22.13
%0
%52.16

Codes

Color #135F7A in popluar color models

135F7A
RGB1995122
HSL196°73.05%27.65%
HSB/HSV196°84.43%47.84%
CMYK84.43%22.13%0.00%
52.16%

Color #135F7A in popluar number systems.

HEX135F7A
Decimal1995122
Binary1001110111111111010
Octal23137172

Shades and tints

Shades of #135F7A

#135F7A
(19,95,122)
#12576F
(18,87,111)
#114F64
(17,79,100)
#104759
(16,71,89)
#0F3F4E
(15,63,78)
#0E3743
(14,55,67)
#0D2F38
(13,47,56)
#0C272D
(12,39,45)
#0B1F22
(11,31,34)
#0A1717
(10,23,23)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #135F7A

#135F7A
(19,95,122)
#286D86
(40,109,134)
#3D7B92
(61,123,146)
#52899E
(82,137,158)
#6797AA
(103,151,170)
#7CA5B6
(124,165,182)
#91B3C2
(145,179,194)
#A6C1CE
(166,193,206)
#BBCFDA
(187,207,218)
#D0DDE6
(208,221,230)
#E5EBF2
(229,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135F7A color. Also use rgb(19,95,122) instead hex code.

Text Font Color

.myTextColor { color: #135F7A; }

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

This text font color is #135F7A.


Background Color

.myBgColor { background-color: #135F7A; }

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

This div background color is #135F7A.


Border color

.myBorderColor { border: 1px solid #135F7A; }

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

This div border color is #135F7A.


Opacity

.myOpacity80 { color: #135F7A; opacity: 0.8; }

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

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

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

This text has shadow with #135F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135F7A on black background.


Color preview on white background

This text has color #135F7A on white background.



Black color preview on #135F7A background

This text has black color on #135F7A background.


White color preview on #135F7A background

This text has white color on #135F7A background.