COLOR #134333

HEX: #134333
RGB: (19,67,51)

Color info

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

RGB color model

#134333 color RGB value is (19,67,51).

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

RGB channels and saturation

R 19 of 255 = 7%
G 67 of 255 = 26%
B 51 of 255 = 20%

19
67
51

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

Portions of RGB colors in percentages

R + G + B =
19 + 67 + 51 = 137 (100%)
R 19 of 137 ~ 13.87%
G 67 of 137 ~ 48.91%
B 51 of 137 ~ 37.23%

%13.87
%48.91
%37.23

CMYK color model

#134333 color CMYK value is (72,0,24,74).

  • cyan value is 71.64%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 73.73%
CMYK:
(72,0,24,74)
C72M0Y24K74 
(72%,0%,24%,74%)
(0.72/0.00/0.24/0.74)	

CMYK percentages

%71.64
%0
%23.88
%73.73

Codes

Color #134333 in popluar color models

134333
RGB196751
HSL160°55.81%16.86%
HSB/HSV160°71.64%26.27%
CMYK71.64%0.00%23.88%
73.73%

Color #134333 in popluar number systems.

HEX134333
Decimal196751
Binary100111000011110011
Octal2310363

Shades and tints

Shades of #134333

#134333
(19,67,51)
#123D2F
(18,61,47)
#11372B
(17,55,43)
#103127
(16,49,39)
#0F2B23
(15,43,35)
#0E251F
(14,37,31)
#0D1F1B
(13,31,27)
#0C1917
(12,25,23)
#0B1313
(11,19,19)
#0A0D0F
(10,13,15)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #134333

#134333
(19,67,51)
#285445
(40,84,69)
#3D6557
(61,101,87)
#527669
(82,118,105)
#67877B
(103,135,123)
#7C988D
(124,152,141)
#91A99F
(145,169,159)
#A6BAB1
(166,186,177)
#BBCBC3
(187,203,195)
#D0DCD5
(208,220,213)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #134333; }

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

This text font color is #134333.


Background Color

.myBgColor { background-color: #134333; }

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

This div background color is #134333.


Border color

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

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

This div border color is #134333.


Opacity

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

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

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

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

This text has shadow with #134333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134333 on black background.


Color preview on white background

This text has color #134333 on white background.



Black color preview on #134333 background

This text has black color on #134333 background.


White color preview on #134333 background

This text has white color on #134333 background.