COLOR #134830

HEX: #134830
RGB: (19,72,48)

Color info

#134830 contains red, green and blue colors in about the same proportion. Web safe color of #134830 is #003333 (or #033).

RGB color model

#134830 color RGB value is (19,72,48).

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

RGB channels and saturation

R 19 of 255 = 7%
G 72 of 255 = 28%
B 48 of 255 = 19%

19
72
48

R + G + B ~ 18%. #134830 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 72 + 48 = 139 (100%)
R 19 of 139 ~ 13.67%
G 72 of 139 ~ 51.8%
B 48 of 139 ~ 34.53%

%13.67
%51.8
%34.53

CMYK color model

#134830 color CMYK value is (74,0,33,72).

  • cyan value is 73.61%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 71.76%
CMYK:
(74,0,33,72)
C74M0Y33K72 
(74%,0%,33%,72%)
(0.74/0.00/0.33/0.72)	

CMYK percentages

%73.61
%0
%33.33
%71.76

Codes

Color #134830 in popluar color models

134830
RGB197248
HSL153°58.24%17.84%
HSB/HSV153°73.61%28.24%
CMYK73.61%0.00%33.33%
71.76%

Color #134830 in popluar number systems.

HEX134830
Decimal197248
Binary100111001000110000
Octal2311060

Shades and tints

Shades of #134830

#134830
(19,72,48)
#12422C
(18,66,44)
#113C28
(17,60,40)
#103624
(16,54,36)
#0F3020
(15,48,32)
#0E2A1C
(14,42,28)
#0D2418
(13,36,24)
#0C1E14
(12,30,20)
#0B1810
(11,24,16)
#0A120C
(10,18,12)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #134830

#134830
(19,72,48)
#285842
(40,88,66)
#3D6854
(61,104,84)
#527866
(82,120,102)
#678878
(103,136,120)
#7C988A
(124,152,138)
#91A89C
(145,168,156)
#A6B8AE
(166,184,174)
#BBC8C0
(187,200,192)
#D0D8D2
(208,216,210)
#E5E8E4
(229,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134830; }

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

This text font color is #134830.


Background Color

.myBgColor { background-color: #134830; }

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

This div background color is #134830.


Border color

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

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

This div border color is #134830.


Opacity

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

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

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

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

This text has shadow with #134830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134830 on black background.


Color preview on white background

This text has color #134830 on white background.



Black color preview on #134830 background

This text has black color on #134830 background.


White color preview on #134830 background

This text has white color on #134830 background.