COLOR #003852

HEX: #003852
RGB: (0,56,82)

Color info

#003852 contains only green and blue colors. Web safe color of #003852 is #003366 (or #036).

RGB color model

#003852 color RGB value is (0,56,82).

  • red value is 0;
  • green value is 56;
  • blue value is 82.
RGB:
(0,56,82)
(0%,22%,32%)

RGB channels and saturation

R 0 of 255 = 0%
G 56 of 255 = 22%
B 82 of 255 = 32%

0
56
82

R + G + B ~ 18%. #003852 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 56 + 82 = 138 (100%)
R 0 of 138 ~ 0%
G 56 of 138 ~ 40.58%
B 82 of 138 ~ 59.42%

%40.58
%59.42

CMYK color model

#003852 color CMYK value is (100,32,0,68).

  • cyan value is 100.00%
  • magenta value is 31.71%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(100,32,0,68)
C100M32Y0K68 
(100%,32%,0%,68%)
(1.00/0.32/0.00/0.68)	

CMYK percentages

%100
%31.71
%0
%67.84

Codes

Color #003852 in popluar color models

003852
RGB05682
HSL199°100.00%16.08%
HSB/HSV199°100.00%32.16%
CMYK100.00%31.71%0.00%
67.84%

Color #003852 in popluar number systems.

HEX003852
Decimal05682
Binary01110001010010
Octal070122

Shades and tints

Shades of #003852

#003852
(0,56,82)
#00334B
(0,51,75)
#002E44
(0,46,68)
#00293D
(0,41,61)
#002436
(0,36,54)
#001F2F
(0,31,47)
#001A28
(0,26,40)
#001521
(0,21,33)
#00101A
(0,16,26)
#000B13
(0,11,19)
#00060C
(0,6,12)
#000000
(0,0,0)

Tints of #003852

#003852
(0,56,82)
#174A61
(23,74,97)
#2E5C70
(46,92,112)
#456E7F
(69,110,127)
#5C808E
(92,128,142)
#73929D
(115,146,157)
#8AA4AC
(138,164,172)
#A1B6BB
(161,182,187)
#B8C8CA
(184,200,202)
#CFDAD9
(207,218,217)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003852; }

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

This text font color is #003852.


Background Color

.myBgColor { background-color: #003852; }

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

This div background color is #003852.


Border color

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

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

This div border color is #003852.


Opacity

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

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

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

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

This text has shadow with #003852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003852 on black background.


Color preview on white background

This text has color #003852 on white background.



Black color preview on #003852 background

This text has black color on #003852 background.


White color preview on #003852 background

This text has white color on #003852 background.