COLOR #1B4B30

HEX: #1B4B30
RGB: (27,75,48)

Color info

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

RGB color model

#1B4B30 color RGB value is (27,75,48).

  • red value is 27;
  • green value is 75;
  • blue value is 48.
RGB:
(27,75,48)
(11%,29%,19%)

RGB channels and saturation

R 27 of 255 = 11%
G 75 of 255 = 29%
B 48 of 255 = 19%

27
75
48

R + G + B ~ 20%. #1B4B30 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 75 + 48 = 150 (100%)
R 27 of 150 ~ 18%
G 75 of 150 ~ 50%
B 48 of 150 ~ 32%

%18
%50
%32

CMYK color model

#1B4B30 color CMYK value is (64,0,36,71).

  • cyan value is 64.00%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 70.59%
CMYK:
(64,0,36,71)
C64M0Y36K71 
(64%,0%,36%,71%)
(0.64/0.00/0.36/0.71)	

CMYK percentages

%64
%0
%36
%70.59

Codes

Color #1B4B30 in popluar color models

1B4B30
RGB277548
HSL146°47.06%20.00%
HSB/HSV146°64.00%29.41%
CMYK64.00%0.00%36.00%
70.59%

Color #1B4B30 in popluar number systems.

HEX1B4B30
Decimal277548
Binary110111001011110000
Octal3311360

Shades and tints

Shades of #1B4B30

#1B4B30
(27,75,48)
#19452C
(25,69,44)
#173F28
(23,63,40)
#153924
(21,57,36)
#133320
(19,51,32)
#112D1C
(17,45,28)
#0F2718
(15,39,24)
#0D2114
(13,33,20)
#0B1B10
(11,27,16)
#09150C
(9,21,12)
#070F08
(7,15,8)
#000000
(0,0,0)

Tints of #1B4B30

#1B4B30
(27,75,48)
#2F5B42
(47,91,66)
#436B54
(67,107,84)
#577B66
(87,123,102)
#6B8B78
(107,139,120)
#7F9B8A
(127,155,138)
#93AB9C
(147,171,156)
#A7BBAE
(167,187,174)
#BBCBC0
(187,203,192)
#CFDBD2
(207,219,210)
#E3EBE4
(227,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4B30 color. Also use rgb(27,75,48) instead hex code.

Text Font Color

.myTextColor { color: #1B4B30; }

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

This text font color is #1B4B30.


Background Color

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

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

This div background color is #1B4B30.


Border color

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

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

This div border color is #1B4B30.


Opacity

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

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

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

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

This text has shadow with #1B4B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4B30 on black background.


Color preview on white background

This text has color #1B4B30 on white background.



Black color preview on #1B4B30 background

This text has black color on #1B4B30 background.


White color preview on #1B4B30 background

This text has white color on #1B4B30 background.