COLOR #005852

HEX: #005852 RGB: (0,88,82)

Color info

#005852 contains only green and blue colors. Web safe color of #005852 is #006666 (or #066).

RGB color model

#005852 color RGB value is (0,88,82).

RGB: (0,88,82) (0%, 35%, 32%)

RGB channels and saturation

R 0 of 255 = 0%
G 88 of 255 = 35%
B 82 of 255 = 32%

0
88
82

R + G + B ~ 22%. #005852 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 88 + 82 = 170 (100%)
R 0 of 170 ~ 0%
G 88 of 170 ~ 51.76%
B 82 of 170 ~ 48.24'%

%51.76
%48.24

CMYK color model

#005852 color CMYK value is (100,0,7,65).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 6.82%
  • key color value is 65.49%
CMYK: (100,0,7,65) C100M0Y7K65 (100%,0%,7%,65%) (1.00/0.00/0.07/0.65) 

CMYK percentages

%100
%0
%6.82
%65.49

Codes

Color #005852 in popluar color models

00 58 52
RGB 0 88 82
HSL 176° 100.00% 17.25%
HSB/HSV 176° 100.00% 34.51%
CMYK 100.00% 0.00% 6.82%
65.49%

Color #005852 in popluar number systems.

HEX 00 58 52
Decimal 0 88 82
Binary 0 1011000 1010010
Octal 0 130 122

Shades and tints

Shades of #005852

#005852
(0,88,82)
#00504B
(0,80,75)
#004844
(0,72,68)
#00403D
(0,64,61)
#003836
(0,56,54)
#00302F
(0,48,47)
#002828
(0,40,40)
#002021
(0,32,33)
#00181A
(0,24,26)
#001013
(0,16,19)
#00080C
(0,8,12)
#000000
(0,0,0)

Tints of #005852

#005852
(0,88,82)
#176761
(23,103,97)
#2E7670
(46,118,112)
#45857F
(69,133,127)
#5C948E
(92,148,142)
#73A39D
(115,163,157)
#8AB2AC
(138,178,172)
#A1C1BB
(161,193,187)
#B8D0CA
(184,208,202)
#CFDFD9
(207,223,217)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005852 color. Also use rgb(0,88,82) instead hex code.

Text Font Color

.myTextColor { color: #005852; }

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

This text font color is #005852.

Background Color

.myBgColor { background-color: #005852; }

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

This div background color is #005852.

Border color

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

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

This div border color is #005852.

Opacity

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

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

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

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

This text has shadow with #005852 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #005852.

Preview

Color preview on black background

This text has color #005852 on black background.


Color preview on white background

This text has color #005852 on white background.


Black color preview on #005852 background

This text has black color on #005852 background.


White color preview on #005852 background

This text has white color on #005852 background.


Related colors

Complementary color

Complementary color for #hex is #FFA7AD.


I love getcolorcode.com

Triadic colors

1 #520058 and #585200 with #005852 are triadic colors.

2 #525800 and #580052 with #005852 are triadic colors.