COLOR #153425

HEX: #153425
RGB: (21,52,37)

Color info

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

RGB color model

#153425 color RGB value is (21,52,37).

  • red value is 21;
  • green value is 52;
  • blue value is 37.
RGB:
(21,52,37)
(8%,20%,15%)

RGB channels and saturation

R 21 of 255 = 8%
G 52 of 255 = 20%
B 37 of 255 = 15%

21
52
37

R + G + B ~ 14%. #153425 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 52 + 37 = 110 (100%)
R 21 of 110 ~ 19.09%
G 52 of 110 ~ 47.27%
B 37 of 110 ~ 33.64%

%19.09
%47.27
%33.64

CMYK color model

#153425 color CMYK value is (60,0,29,80).

  • cyan value is 59.62%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 79.61%
CMYK:
(60,0,29,80)
C60M0Y29K80 
(60%,0%,29%,80%)
(0.60/0.00/0.29/0.80)	

CMYK percentages

%59.62
%0
%28.85
%79.61

Codes

Color #153425 in popluar color models

153425
RGB215237
HSL151°42.47%14.31%
HSB/HSV151°59.62%20.39%
CMYK59.62%0.00%28.85%
79.61%

Color #153425 in popluar number systems.

HEX153425
Decimal215237
Binary10101110100100101
Octal256445

Shades and tints

Shades of #153425

#153425
(21,52,37)
#143022
(20,48,34)
#132C1F
(19,44,31)
#12281C
(18,40,28)
#112419
(17,36,25)
#102016
(16,32,22)
#0F1C13
(15,28,19)
#0E1810
(14,24,16)
#0D140D
(13,20,13)
#0C100A
(12,16,10)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #153425

#153425
(21,52,37)
#2A4638
(42,70,56)
#3F584B
(63,88,75)
#546A5E
(84,106,94)
#697C71
(105,124,113)
#7E8E84
(126,142,132)
#93A097
(147,160,151)
#A8B2AA
(168,178,170)
#BDC4BD
(189,196,189)
#D2D6D0
(210,214,208)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #153425; }

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

This text font color is #153425.


Background Color

.myBgColor { background-color: #153425; }

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

This div background color is #153425.


Border color

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

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

This div border color is #153425.


Opacity

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

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

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

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

This text has shadow with #153425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153425 on black background.


Color preview on white background

This text has color #153425 on white background.



Black color preview on #153425 background

This text has black color on #153425 background.


White color preview on #153425 background

This text has white color on #153425 background.