COLOR #153830

HEX: #153830
RGB: (21,56,48)

Color info

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

RGB color model

#153830 color RGB value is (21,56,48).

  • red value is 21;
  • green value is 56;
  • blue value is 48.
RGB:
(21,56,48)
(8%,22%,19%)

RGB channels and saturation

R 21 of 255 = 8%
G 56 of 255 = 22%
B 48 of 255 = 19%

21
56
48

R + G + B ~ 16%. #153830 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 56 + 48 = 125 (100%)
R 21 of 125 ~ 16.8%
G 56 of 125 ~ 44.8%
B 48 of 125 ~ 38.4%

%16.8
%44.8
%38.4

CMYK color model

#153830 color CMYK value is (63,0,14,78).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 78.04%
CMYK:
(63,0,14,78)
C63M0Y14K78 
(63%,0%,14%,78%)
(0.63/0.00/0.14/0.78)	

CMYK percentages

%62.5
%0
%14.29
%78.04

Codes

Color #153830 in popluar color models

153830
RGB215648
HSL166°45.45%15.10%
HSB/HSV166°62.50%21.96%
CMYK62.50%0.00%14.29%
78.04%

Color #153830 in popluar number systems.

HEX153830
Decimal215648
Binary10101111000110000
Octal257060

Shades and tints

Shades of #153830

#153830
(21,56,48)
#14332C
(20,51,44)
#132E28
(19,46,40)
#122924
(18,41,36)
#112420
(17,36,32)
#101F1C
(16,31,28)
#0F1A18
(15,26,24)
#0E1514
(14,21,20)
#0D1010
(13,16,16)
#0C0B0C
(12,11,12)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #153830

#153830
(21,56,48)
#2A4A42
(42,74,66)
#3F5C54
(63,92,84)
#546E66
(84,110,102)
#698078
(105,128,120)
#7E928A
(126,146,138)
#93A49C
(147,164,156)
#A8B6AE
(168,182,174)
#BDC8C0
(189,200,192)
#D2DAD2
(210,218,210)
#E7ECE4
(231,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153830 color. Also use rgb(21,56,48) instead hex code.

Text Font Color

.myTextColor { color: #153830; }

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

This text font color is #153830.


Background Color

.myBgColor { background-color: #153830; }

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

This div background color is #153830.


Border color

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

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

This div border color is #153830.


Opacity

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

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

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

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

This text has shadow with #153830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153830 on black background.


Color preview on white background

This text has color #153830 on white background.



Black color preview on #153830 background

This text has black color on #153830 background.


White color preview on #153830 background

This text has white color on #153830 background.