COLOR #052F3F

HEX: #052F3F RGB: (5,47,63)

Color info

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

RGB color model

#052F3F color RGB value is (5,47,63).

RGB: (5,47,63) (2%, 18%, 25%)

RGB channels and saturation

R 5 of 255 = 2%
G 47 of 255 = 18%
B 63 of 255 = 25%

5
47
63

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

Portions of RGB colors in percentages

R + G + B = 5 + 47 + 63 = 115 (100%)
R 5 of 115 ~ 4.35%
G 47 of 115 ~ 40.87%
B 63 of 115 ~ 54.78'%

%40.87
%54.78

CMYK color model

#052F3F color CMYK value is (92,25,0,75).

  • cyan value is 92.06%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (92,25,0,75)
C92M25Y0K75 (92%, 25%, 0%, 75%)
(0.92 / 0.25 / 0.00 / 0.75)

CMYK percentages

%92.06
%25.4
%0
%75.29

Codes

Color #052F3F in popluar color models

05 2F 3F
RGB 5 47 63
HSL 197° 85.29% 13.33%
HSB/HSV 197° 92.06% 24.71%
CMYK 92.06% 25.40% 0.00%
75.29%

Color #052F3F in popluar number systems.

HEX 05 2F 3F
Decimal 5 47 63
Binary 101 101111 111111
Octal 5 57 77

Shades and tints

Shades of #052F3F

#052F3F
(5,47,63)
#052B3A
(5,43,58)
#052735
(5,39,53)
#052330
(5,35,48)
#051F2B
(5,31,43)
#051B26
(5,27,38)
#051721
(5,23,33)
#05131C
(5,19,28)
#050F17
(5,15,23)
#050B12
(5,11,18)
#05070D
(5,7,13)
#000000
(0,0,0)

Tints of #052F3F

#052F3F
(5,47,63)
#1B4150
(27,65,80)
#315361
(49,83,97)
#476572
(71,101,114)
#5D7783
(93,119,131)
#738994
(115,137,148)
#899BA5
(137,155,165)
#9FADB6
(159,173,182)
#B5BFC7
(181,191,199)
#CBD1D8
(203,209,216)
#E1E3E9
(225,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #052F3F color. Also use rgb(5,47,63) instead hex code.

Text Font Color

.myTextColor { color: #052F3F; }

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

This text font color is #052F3F.

Background Color

.myBgColor { background-color: #052F3F; }

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

This div background color is #052F3F.

Border color

.myBorderColor { border: 1px solid #052F3F; }

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

This div border color is #052F3F.

Opacity

.myOpacity80 { color: #052F3F; opacity: 0.8; }

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

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

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

This text has shadow with #052F3F color.


.textShadow {text-shadow: 3px 3px 1px #052F3F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #052F3F; -webkit-box-shadow: 1px 1px 3px 2px #052F3F; box-shadow:1px 1px 3px 2px #052F3F;">
Div content here
</div>

This div box has shadow with color #052F3F.

Preview

Color preview on black background

This text has color #052F3F on black background.


Color preview on white background

This text has color #052F3F on white background.


Black color preview on #052F3F background

This text has black color on #052F3F background.


White color preview on #052F3F background

This text has white color on #052F3F background.


Related colors

Complementary color

Complementary color for #hex is #FAD0C0.


I love getcolorcode.com

Triadic colors

1 #3F052F and #2F3F05 with #052F3F are triadic colors.

2 #3F2F05 and #2F053F with #052F3F are triadic colors.