COLOR #134123

HEX: #134123
RGB: (19,65,35)

Color info

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

RGB color model

#134123 color RGB value is (19,65,35).

  • red value is 19;
  • green value is 65;
  • blue value is 35.
RGB:
(19,65,35)
(7%,25%,14%)

RGB channels and saturation

R 19 of 255 = 7%
G 65 of 255 = 25%
B 35 of 255 = 14%

19
65
35

R + G + B ~ 15%. #134123 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 65 + 35 = 119 (100%)
R 19 of 119 ~ 15.97%
G 65 of 119 ~ 54.62%
B 35 of 119 ~ 29.41%

%15.97
%54.62
%29.41

CMYK color model

#134123 color CMYK value is (71,0,46,75).

  • cyan value is 70.77%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 74.51%
CMYK:
(71,0,46,75)
C71M0Y46K75 
(71%,0%,46%,75%)
(0.71/0.00/0.46/0.75)	

CMYK percentages

%70.77
%0
%46.15
%74.51

Codes

Color #134123 in popluar color models

134123
RGB196535
HSL141°54.76%16.47%
HSB/HSV141°70.77%25.49%
CMYK70.77%0.00%46.15%
74.51%

Color #134123 in popluar number systems.

HEX134123
Decimal196535
Binary100111000001100011
Octal2310143

Shades and tints

Shades of #134123

#134123
(19,65,35)
#123C20
(18,60,32)
#11371D
(17,55,29)
#10321A
(16,50,26)
#0F2D17
(15,45,23)
#0E2814
(14,40,20)
#0D2311
(13,35,17)
#0C1E0E
(12,30,14)
#0B190B
(11,25,11)
#0A1408
(10,20,8)
#090F05
(9,15,5)
#000000
(0,0,0)

Tints of #134123

#134123
(19,65,35)
#285237
(40,82,55)
#3D634B
(61,99,75)
#52745F
(82,116,95)
#678573
(103,133,115)
#7C9687
(124,150,135)
#91A79B
(145,167,155)
#A6B8AF
(166,184,175)
#BBC9C3
(187,201,195)
#D0DAD7
(208,218,215)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #134123 color. Also use rgb(19,65,35) instead hex code.

Text Font Color

.myTextColor { color: #134123; }

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

This text font color is #134123.


Background Color

.myBgColor { background-color: #134123; }

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

This div background color is #134123.


Border color

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

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

This div border color is #134123.


Opacity

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

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

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

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

This text has shadow with #134123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #134123 on black background.


Color preview on white background

This text has color #134123 on white background.



Black color preview on #134123 background

This text has black color on #134123 background.


White color preview on #134123 background

This text has white color on #134123 background.