COLOR #136343

HEX: #136343
RGB: (19,99,67)

Color info

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

RGB color model

#136343 color RGB value is (19,99,67).

  • red value is 19;
  • green value is 99;
  • blue value is 67.
RGB:
(19,99,67)
(7%,39%,26%)

RGB channels and saturation

R 19 of 255 = 7%
G 99 of 255 = 39%
B 67 of 255 = 26%

19
99
67

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

Portions of RGB colors in percentages

R + G + B =
19 + 99 + 67 = 185 (100%)
R 19 of 185 ~ 10.27%
G 99 of 185 ~ 53.51%
B 67 of 185 ~ 36.22%

%10.27
%53.51
%36.22

CMYK color model

#136343 color CMYK value is (81,0,32,61).

  • cyan value is 80.81%
  • magenta value is 0.00%
  • yellow value is 32.32%
  • key color value is 61.18%
CMYK:
(81,0,32,61)
C81M0Y32K61 
(81%,0%,32%,61%)
(0.81/0.00/0.32/0.61)	

CMYK percentages

%80.81
%0
%32.32
%61.18

Codes

Color #136343 in popluar color models

136343
RGB199967
HSL156°67.80%23.14%
HSB/HSV156°80.81%38.82%
CMYK80.81%0.00%32.32%
61.18%

Color #136343 in popluar number systems.

HEX136343
Decimal199967
Binary1001111000111000011
Octal23143103

Shades and tints

Shades of #136343

#136343
(19,99,67)
#125A3D
(18,90,61)
#115137
(17,81,55)
#104831
(16,72,49)
#0F3F2B
(15,63,43)
#0E3625
(14,54,37)
#0D2D1F
(13,45,31)
#0C2419
(12,36,25)
#0B1B13
(11,27,19)
#0A120D
(10,18,13)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #136343

#136343
(19,99,67)
#287154
(40,113,84)
#3D7F65
(61,127,101)
#528D76
(82,141,118)
#679B87
(103,155,135)
#7CA998
(124,169,152)
#91B7A9
(145,183,169)
#A6C5BA
(166,197,186)
#BBD3CB
(187,211,203)
#D0E1DC
(208,225,220)
#E5EFED
(229,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #136343 color. Also use rgb(19,99,67) instead hex code.

Text Font Color

.myTextColor { color: #136343; }

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

This text font color is #136343.


Background Color

.myBgColor { background-color: #136343; }

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

This div background color is #136343.


Border color

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

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

This div border color is #136343.


Opacity

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

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

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

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

This text has shadow with #136343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #136343 on black background.


Color preview on white background

This text has color #136343 on white background.



Black color preview on #136343 background

This text has black color on #136343 background.


White color preview on #136343 background

This text has white color on #136343 background.