COLOR #15483E

HEX: #15483E
RGB: (21,72,62)

Color info

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

RGB color model

#15483E color RGB value is (21,72,62).

  • red value is 21;
  • green value is 72;
  • blue value is 62.
RGB:
(21,72,62)
(8%,28%,24%)

RGB channels and saturation

R 21 of 255 = 8%
G 72 of 255 = 28%
B 62 of 255 = 24%

21
72
62

R + G + B ~ 20%. #15483E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 72 + 62 = 155 (100%)
R 21 of 155 ~ 13.55%
G 72 of 155 ~ 46.45%
B 62 of 155 ~ 40%

%13.55
%46.45
%40

CMYK color model

#15483E color CMYK value is (71,0,14,72).

  • cyan value is 70.83%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 71.76%
CMYK:
(71,0,14,72)
C71M0Y14K72 
(71%,0%,14%,72%)
(0.71/0.00/0.14/0.72)	

CMYK percentages

%70.83
%0
%13.89
%71.76

Codes

Color #15483E in popluar color models

15483E
RGB217262
HSL168°54.84%18.24%
HSB/HSV168°70.83%28.24%
CMYK70.83%0.00%13.89%
71.76%

Color #15483E in popluar number systems.

HEX15483E
Decimal217262
Binary101011001000111110
Octal2511076

Shades and tints

Shades of #15483E

#15483E
(21,72,62)
#144239
(20,66,57)
#133C34
(19,60,52)
#12362F
(18,54,47)
#11302A
(17,48,42)
#102A25
(16,42,37)
#0F2420
(15,36,32)
#0E1E1B
(14,30,27)
#0D1816
(13,24,22)
#0C1211
(12,18,17)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #15483E

#15483E
(21,72,62)
#2A584F
(42,88,79)
#3F6860
(63,104,96)
#547871
(84,120,113)
#698882
(105,136,130)
#7E9893
(126,152,147)
#93A8A4
(147,168,164)
#A8B8B5
(168,184,181)
#BDC8C6
(189,200,198)
#D2D8D7
(210,216,215)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15483E color. Also use rgb(21,72,62) instead hex code.

Text Font Color

.myTextColor { color: #15483E; }

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

This text font color is #15483E.


Background Color

.myBgColor { background-color: #15483E; }

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

This div background color is #15483E.


Border color

.myBorderColor { border: 1px solid #15483E; }

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

This div border color is #15483E.


Opacity

.myOpacity80 { color: #15483E; opacity: 0.8; }

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

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

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

This text has shadow with #15483E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15483E on black background.


Color preview on white background

This text has color #15483E on white background.



Black color preview on #15483E background

This text has black color on #15483E background.


White color preview on #15483E background

This text has white color on #15483E background.