COLOR #134B08

HEX: #134B08
RGB: (19,75,8)

Color info

#134B08 contains mainly red and green colors. Web safe color of #134B08 is #003300 (or #030).

RGB color model

#134B08 color RGB value is (19,75,8).

  • red value is 19;
  • green value is 75;
  • blue value is 8.
RGB:
(19,75,8)
(7%,29%,3%)

RGB channels and saturation

R 19 of 255 = 7%
G 75 of 255 = 29%
B 8 of 255 = 3%

19
75
8

R + G + B ~ 13%. #134B08 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 75 + 8 = 102 (100%)
R 19 of 102 ~ 18.63%
G 75 of 102 ~ 73.53%
B 8 of 102 ~ 7.84%

%18.63
%73.53

CMYK color model

#134B08 color CMYK value is (75,0,89,71).

  • cyan value is 74.67%
  • magenta value is 0.00%
  • yellow value is 89.33%
  • key color value is 70.59%
CMYK:
(75,0,89,71)
C75M0Y89K71 
(75%,0%,89%,71%)
(0.75/0.00/0.89/0.71)	

CMYK percentages

%74.67
%0
%89.33
%70.59

Codes

Color #134B08 in popluar color models

134B08
RGB19758
HSL110°80.72%16.27%
HSB/HSV110°89.33%29.41%
CMYK74.67%0.00%89.33%
70.59%

Color #134B08 in popluar number systems.

HEX134B08
Decimal19758
Binary1001110010111000
Octal2311310

Shades and tints

Shades of #134B08

#134B08
(19,75,8)
#124508
(18,69,8)
#113F08
(17,63,8)
#103908
(16,57,8)
#0F3308
(15,51,8)
#0E2D08
(14,45,8)
#0D2708
(13,39,8)
#0C2108
(12,33,8)
#0B1B08
(11,27,8)
#0A1508
(10,21,8)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #134B08

#134B08
(19,75,8)
#285B1E
(40,91,30)
#3D6B34
(61,107,52)
#527B4A
(82,123,74)
#678B60
(103,139,96)
#7C9B76
(124,155,118)
#91AB8C
(145,171,140)
#A6BBA2
(166,187,162)
#BBCBB8
(187,203,184)
#D0DBCE
(208,219,206)
#E5EBE4
(229,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134B08 color. Also use rgb(19,75,8) instead hex code.

Text Font Color

.myTextColor { color: #134B08; }

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

This text font color is #134B08.


Background Color

.myBgColor { background-color: #134B08; }

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

This div background color is #134B08.


Border color

.myBorderColor { border: 1px solid #134B08; }

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

This div border color is #134B08.


Opacity

.myOpacity80 { color: #134B08; opacity: 0.8; }

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

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

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

This text has shadow with #134B08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134B08 on black background.


Color preview on white background

This text has color #134B08 on white background.



Black color preview on #134B08 background

This text has black color on #134B08 background.


White color preview on #134B08 background

This text has white color on #134B08 background.