COLOR #153030

HEX: #153030
RGB: (21,48,48)

Color info

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

RGB color model

#153030 color RGB value is (21,48,48).

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

RGB channels and saturation

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

21
48
48

R + G + B ~ 15%. #153030 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 48 + 48 = 117 (100%)
R 21 of 117 ~ 17.95%
G 48 of 117 ~ 41.03%
B 48 of 117 ~ 41.03%

%17.95
%41.03
%41.03

CMYK color model

#153030 color CMYK value is (56,0,0,81).

  • cyan value is 56.25%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(56,0,0,81)
C56M0Y0K81 
(56%,0%,0%,81%)
(0.56/0.00/0.00/0.81)	

CMYK percentages

%56.25
%0
%0
%81.18

Codes

Color #153030 in popluar color models

153030
RGB214848
HSL180°39.13%13.53%
HSB/HSV180°56.25%18.82%
CMYK56.25%0.00%0.00%
81.18%

Color #153030 in popluar number systems.

HEX153030
Decimal214848
Binary10101110000110000
Octal256060

Shades and tints

Shades of #153030

#153030
(21,48,48)
#142C2C
(20,44,44)
#132828
(19,40,40)
#122424
(18,36,36)
#112020
(17,32,32)
#101C1C
(16,28,28)
#0F1818
(15,24,24)
#0E1414
(14,20,20)
#0D1010
(13,16,16)
#0C0C0C
(12,12,12)
#0B0808
(11,8,8)
#000000
(0,0,0)

Tints of #153030

#153030
(21,48,48)
#2A4242
(42,66,66)
#3F5454
(63,84,84)
#546666
(84,102,102)
#697878
(105,120,120)
#7E8A8A
(126,138,138)
#939C9C
(147,156,156)
#A8AEAE
(168,174,174)
#BDC0C0
(189,192,192)
#D2D2D2
(210,210,210)
#E7E4E4
(231,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #153030; }

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

This text font color is #153030.


Background Color

.myBgColor { background-color: #153030; }

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

This div background color is #153030.


Border color

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

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

This div border color is #153030.


Opacity

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

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

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

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

This text has shadow with #153030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153030 on black background.


Color preview on white background

This text has color #153030 on white background.



Black color preview on #153030 background

This text has black color on #153030 background.


White color preview on #153030 background

This text has white color on #153030 background.