COLOR #135041

HEX: #135041
RGB: (19,80,65)

Color info

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

RGB color model

#135041 color RGB value is (19,80,65).

  • red value is 19;
  • green value is 80;
  • blue value is 65.
RGB:
(19,80,65)
(7%,31%,25%)

RGB channels and saturation

R 19 of 255 = 7%
G 80 of 255 = 31%
B 65 of 255 = 25%

19
80
65

R + G + B ~ 21%. #135041 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 80 + 65 = 164 (100%)
R 19 of 164 ~ 11.59%
G 80 of 164 ~ 48.78%
B 65 of 164 ~ 39.63%

%11.59
%48.78
%39.63

CMYK color model

#135041 color CMYK value is (76,0,19,69).

  • cyan value is 76.25%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 68.63%
CMYK:
(76,0,19,69)
C76M0Y19K69 
(76%,0%,19%,69%)
(0.76/0.00/0.19/0.69)	

CMYK percentages

%76.25
%0
%18.75
%68.63

Codes

Color #135041 in popluar color models

135041
RGB198065
HSL165°61.62%19.41%
HSB/HSV165°76.25%31.37%
CMYK76.25%0.00%18.75%
68.63%

Color #135041 in popluar number systems.

HEX135041
Decimal198065
Binary1001110100001000001
Octal23120101

Shades and tints

Shades of #135041

#135041
(19,80,65)
#12493C
(18,73,60)
#114237
(17,66,55)
#103B32
(16,59,50)
#0F342D
(15,52,45)
#0E2D28
(14,45,40)
#0D2623
(13,38,35)
#0C1F1E
(12,31,30)
#0B1819
(11,24,25)
#0A1114
(10,17,20)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #135041

#135041
(19,80,65)
#285F52
(40,95,82)
#3D6E63
(61,110,99)
#527D74
(82,125,116)
#678C85
(103,140,133)
#7C9B96
(124,155,150)
#91AAA7
(145,170,167)
#A6B9B8
(166,185,184)
#BBC8C9
(187,200,201)
#D0D7DA
(208,215,218)
#E5E6EB
(229,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #135041 color. Also use rgb(19,80,65) instead hex code.

Text Font Color

.myTextColor { color: #135041; }

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

This text font color is #135041.


Background Color

.myBgColor { background-color: #135041; }

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

This div background color is #135041.


Border color

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

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

This div border color is #135041.


Opacity

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

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

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

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

This text has shadow with #135041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #135041 on black background.


Color preview on white background

This text has color #135041 on white background.



Black color preview on #135041 background

This text has black color on #135041 background.


White color preview on #135041 background

This text has white color on #135041 background.