COLOR #135748

HEX: #135748
RGB: (19,87,72)

Color info

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

RGB color model

#135748 color RGB value is (19,87,72).

  • red value is 19;
  • green value is 87;
  • blue value is 72.
RGB:
(19,87,72)
(7%,34%,28%)

RGB channels and saturation

R 19 of 255 = 7%
G 87 of 255 = 34%
B 72 of 255 = 28%

19
87
72

R + G + B ~ 23%. #135748 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 87 + 72 = 178 (100%)
R 19 of 178 ~ 10.67%
G 87 of 178 ~ 48.88%
B 72 of 178 ~ 40.45%

%10.67
%48.88
%40.45

CMYK color model

#135748 color CMYK value is (78,0,17,66).

  • cyan value is 78.16%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 65.88%
CMYK:
(78,0,17,66)
C78M0Y17K66 
(78%,0%,17%,66%)
(0.78/0.00/0.17/0.66)	

CMYK percentages

%78.16
%0
%17.24
%65.88

Codes

Color #135748 in popluar color models

135748
RGB198772
HSL167°64.15%20.78%
HSB/HSV167°78.16%34.12%
CMYK78.16%0.00%17.24%
65.88%

Color #135748 in popluar number systems.

HEX135748
Decimal198772
Binary1001110101111001000
Octal23127110

Shades and tints

Shades of #135748

#135748
(19,87,72)
#125042
(18,80,66)
#11493C
(17,73,60)
#104236
(16,66,54)
#0F3B30
(15,59,48)
#0E342A
(14,52,42)
#0D2D24
(13,45,36)
#0C261E
(12,38,30)
#0B1F18
(11,31,24)
#0A1812
(10,24,18)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #135748

#135748
(19,87,72)
#286658
(40,102,88)
#3D7568
(61,117,104)
#528478
(82,132,120)
#679388
(103,147,136)
#7CA298
(124,162,152)
#91B1A8
(145,177,168)
#A6C0B8
(166,192,184)
#BBCFC8
(187,207,200)
#D0DED8
(208,222,216)
#E5EDE8
(229,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135748 color. Also use rgb(19,87,72) instead hex code.

Text Font Color

.myTextColor { color: #135748; }

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

This text font color is #135748.


Background Color

.myBgColor { background-color: #135748; }

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

This div background color is #135748.


Border color

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

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

This div border color is #135748.


Opacity

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

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

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

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

This text has shadow with #135748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135748 on black background.


Color preview on white background

This text has color #135748 on white background.



Black color preview on #135748 background

This text has black color on #135748 background.


White color preview on #135748 background

This text has white color on #135748 background.