COLOR #1B4335

HEX: #1B4335
RGB: (27,67,53)

Color info

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

RGB color model

#1B4335 color RGB value is (27,67,53).

  • red value is 27;
  • green value is 67;
  • blue value is 53.
RGB:
(27,67,53)
(11%,26%,21%)

RGB channels and saturation

R 27 of 255 = 11%
G 67 of 255 = 26%
B 53 of 255 = 21%

27
67
53

R + G + B ~ 19%. #1B4335 is dark color.

Portions of RGB colors in percentages

R + G + B =
27 + 67 + 53 = 147 (100%)
R 27 of 147 ~ 18.37%
G 67 of 147 ~ 45.58%
B 53 of 147 ~ 36.05%

%18.37
%45.58
%36.05

CMYK color model

#1B4335 color CMYK value is (60,0,21,74).

  • cyan value is 59.70%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 73.73%
CMYK:
(60,0,21,74)
C60M0Y21K74 
(60%,0%,21%,74%)
(0.60/0.00/0.21/0.74)	

CMYK percentages

%59.7
%0
%20.9
%73.73

Codes

Color #1B4335 in popluar color models

1B4335
RGB276753
HSL159°42.55%18.43%
HSB/HSV159°59.70%26.27%
CMYK59.70%0.00%20.90%
73.73%

Color #1B4335 in popluar number systems.

HEX1B4335
Decimal276753
Binary110111000011110101
Octal3310365

Shades and tints

Shades of #1B4335

#1B4335
(27,67,53)
#193D31
(25,61,49)
#17372D
(23,55,45)
#153129
(21,49,41)
#132B25
(19,43,37)
#112521
(17,37,33)
#0F1F1D
(15,31,29)
#0D1919
(13,25,25)
#0B1315
(11,19,21)
#090D11
(9,13,17)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #1B4335

#1B4335
(27,67,53)
#2F5447
(47,84,71)
#436559
(67,101,89)
#57766B
(87,118,107)
#6B877D
(107,135,125)
#7F988F
(127,152,143)
#93A9A1
(147,169,161)
#A7BAB3
(167,186,179)
#BBCBC5
(187,203,197)
#CFDCD7
(207,220,215)
#E3EDE9
(227,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B4335 color. Also use rgb(27,67,53) instead hex code.

Text Font Color

.myTextColor { color: #1B4335; }

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

This text font color is #1B4335.


Background Color

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

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

This div background color is #1B4335.


Border color

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

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

This div border color is #1B4335.


Opacity

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

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

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

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

This text has shadow with #1B4335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B4335 on black background.


Color preview on white background

This text has color #1B4335 on white background.



Black color preview on #1B4335 background

This text has black color on #1B4335 background.


White color preview on #1B4335 background

This text has white color on #1B4335 background.