COLOR #1B472A

HEX: #1B472A
RGB: (27,71,42)

Color info

#1B472A contains red, green and blue colors in about the same proportion. Web safe color of #1B472A is #333333 (or #333).

RGB color model

#1B472A color RGB value is (27,71,42).

  • red value is 27;
  • green value is 71;
  • blue value is 42.
RGB:
(27,71,42)
(11%,28%,16%)

RGB channels and saturation

R 27 of 255 = 11%
G 71 of 255 = 28%
B 42 of 255 = 16%

27
71
42

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

Portions of RGB colors in percentages

R + G + B =
27 + 71 + 42 = 140 (100%)
R 27 of 140 ~ 19.29%
G 71 of 140 ~ 50.71%
B 42 of 140 ~ 30%

%19.29
%50.71
%30

CMYK color model

#1B472A color CMYK value is (62,0,41,72).

  • cyan value is 61.97%
  • magenta value is 0.00%
  • yellow value is 40.85%
  • key color value is 72.16%
CMYK:
(62,0,41,72)
C62M0Y41K72 
(62%,0%,41%,72%)
(0.62/0.00/0.41/0.72)	

CMYK percentages

%61.97
%0
%40.85
%72.16

Codes

Color #1B472A in popluar color models

1B472A
RGB277142
HSL140°44.90%19.22%
HSB/HSV140°61.97%27.84%
CMYK61.97%0.00%40.85%
72.16%

Color #1B472A in popluar number systems.

HEX1B472A
Decimal277142
Binary110111000111101010
Octal3310752

Shades and tints

Shades of #1B472A

#1B472A
(27,71,42)
#194127
(25,65,39)
#173B24
(23,59,36)
#153521
(21,53,33)
#132F1E
(19,47,30)
#11291B
(17,41,27)
#0F2318
(15,35,24)
#0D1D15
(13,29,21)
#0B1712
(11,23,18)
#09110F
(9,17,15)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #1B472A

#1B472A
(27,71,42)
#2F573D
(47,87,61)
#436750
(67,103,80)
#577763
(87,119,99)
#6B8776
(107,135,118)
#7F9789
(127,151,137)
#93A79C
(147,167,156)
#A7B7AF
(167,183,175)
#BBC7C2
(187,199,194)
#CFD7D5
(207,215,213)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B472A color. Also use rgb(27,71,42) instead hex code.

Text Font Color

.myTextColor { color: #1B472A; }

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

This text font color is #1B472A.


Background Color

.myBgColor { background-color: #1B472A; }

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

This div background color is #1B472A.


Border color

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

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

This div border color is #1B472A.


Opacity

.myOpacity80 { color: #1B472A; opacity: 0.8; }

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

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

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

This text has shadow with #1B472A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B472A on black background.


Color preview on white background

This text has color #1B472A on white background.



Black color preview on #1B472A background

This text has black color on #1B472A background.


White color preview on #1B472A background

This text has white color on #1B472A background.