COLOR #053132

HEX: #053132
RGB: (5,49,50)

Color info

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

RGB color model

#053132 color RGB value is (5,49,50).

  • red value is 5;
  • green value is 49;
  • blue value is 50.
RGB:
(5,49,50)
(2%,19%,20%)

RGB channels and saturation

R 5 of 255 = 2%
G 49 of 255 = 19%
B 50 of 255 = 20%

5
49
50

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

Portions of RGB colors in percentages

R + G + B =
5 + 49 + 50 = 104 (100%)
R 5 of 104 ~ 4.81%
G 49 of 104 ~ 47.12%
B 50 of 104 ~ 48.08%

%47.12
%48.08

CMYK color model

#053132 color CMYK value is (90,2,0,80).

  • cyan value is 90.00%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(90,2,0,80)
C90M2Y0K80 
(90%,2%,0%,80%)
(0.90/0.02/0.00/0.80)	

CMYK percentages

%90
%2
%0
%80.39

Codes

Color #053132 in popluar color models

053132
RGB54950
HSL181°81.82%10.78%
HSB/HSV181°90.00%19.61%
CMYK90.00%2.00%0.00%
80.39%

Color #053132 in popluar number systems.

HEX053132
Decimal54950
Binary101110001110010
Octal56162

Shades and tints

Shades of #053132

#053132
(5,49,50)
#052D2E
(5,45,46)
#05292A
(5,41,42)
#052526
(5,37,38)
#052122
(5,33,34)
#051D1E
(5,29,30)
#05191A
(5,25,26)
#051516
(5,21,22)
#051112
(5,17,18)
#050D0E
(5,13,14)
#05090A
(5,9,10)
#000000
(0,0,0)

Tints of #053132

#053132
(5,49,50)
#1B4344
(27,67,68)
#315556
(49,85,86)
#476768
(71,103,104)
#5D797A
(93,121,122)
#738B8C
(115,139,140)
#899D9E
(137,157,158)
#9FAFB0
(159,175,176)
#B5C1C2
(181,193,194)
#CBD3D4
(203,211,212)
#E1E5E6
(225,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #053132 color. Also use rgb(5,49,50) instead hex code.

Text Font Color

.myTextColor { color: #053132; }

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

This text font color is #053132.


Background Color

.myBgColor { background-color: #053132; }

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

This div background color is #053132.


Border color

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

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

This div border color is #053132.


Opacity

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

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

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

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

This text has shadow with #053132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #053132 on black background.


Color preview on white background

This text has color #053132 on white background.



Black color preview on #053132 background

This text has black color on #053132 background.


White color preview on #053132 background

This text has white color on #053132 background.