COLOR #133710

HEX: #133710
RGB: (19,55,16)

Color info

#133710 contains red, green and blue colors in about the same proportion. Web safe color of #133710 is #003300 (or #030).

RGB color model

#133710 color RGB value is (19,55,16).

  • red value is 19;
  • green value is 55;
  • blue value is 16.
RGB:
(19,55,16)
(7%,22%,6%)

RGB channels and saturation

R 19 of 255 = 7%
G 55 of 255 = 22%
B 16 of 255 = 6%

19
55
16

R + G + B ~ 12%. #133710 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 55 + 16 = 90 (100%)
R 19 of 90 ~ 21.11%
G 55 of 90 ~ 61.11%
B 16 of 90 ~ 17.78%

%21.11
%61.11
%17.78

CMYK color model

#133710 color CMYK value is (65,0,71,78).

  • cyan value is 65.45%
  • magenta value is 0.00%
  • yellow value is 70.91%
  • key color value is 78.43%
CMYK:
(65,0,71,78)
C65M0Y71K78 
(65%,0%,71%,78%)
(0.65/0.00/0.71/0.78)	

CMYK percentages

%65.45
%0
%70.91
%78.43

Codes

Color #133710 in popluar color models

133710
RGB195516
HSL115°54.93%13.92%
HSB/HSV115°70.91%21.57%
CMYK65.45%0.00%70.91%
78.43%

Color #133710 in popluar number systems.

HEX133710
Decimal195516
Binary1001111011110000
Octal236720

Shades and tints

Shades of #133710

#133710
(19,55,16)
#12320F
(18,50,15)
#112D0E
(17,45,14)
#10280D
(16,40,13)
#0F230C
(15,35,12)
#0E1E0B
(14,30,11)
#0D190A
(13,25,10)
#0C1409
(12,20,9)
#0B0F08
(11,15,8)
#0A0A07
(10,10,7)
#090506
(9,5,6)
#000000
(0,0,0)

Tints of #133710

#133710
(19,55,16)
#284925
(40,73,37)
#3D5B3A
(61,91,58)
#526D4F
(82,109,79)
#677F64
(103,127,100)
#7C9179
(124,145,121)
#91A38E
(145,163,142)
#A6B5A3
(166,181,163)
#BBC7B8
(187,199,184)
#D0D9CD
(208,217,205)
#E5EBE2
(229,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #133710 color. Also use rgb(19,55,16) instead hex code.

Text Font Color

.myTextColor { color: #133710; }

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

This text font color is #133710.


Background Color

.myBgColor { background-color: #133710; }

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

This div background color is #133710.


Border color

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

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

This div border color is #133710.


Opacity

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

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

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

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

This text has shadow with #133710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #133710 on black background.


Color preview on white background

This text has color #133710 on white background.



Black color preview on #133710 background

This text has black color on #133710 background.


White color preview on #133710 background

This text has white color on #133710 background.