COLOR #035249

HEX: #035249
RGB: (3,82,73)

Color info

#035249 contains mainly green and blue colors. Web safe color of #035249 is #006633 (or #063).

RGB color model

#035249 color RGB value is (3,82,73).

  • red value is 3;
  • green value is 82;
  • blue value is 73.
RGB:
(3,82,73)
(1%,32%,29%)

RGB channels and saturation

R 3 of 255 = 1%
G 82 of 255 = 32%
B 73 of 255 = 29%

3
82
73

R + G + B ~ 21%. #035249 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 82 + 73 = 158 (100%)
R 3 of 158 ~ 1.9%
G 82 of 158 ~ 51.9%
B 73 of 158 ~ 46.2%

%51.9
%46.2

CMYK color model

#035249 color CMYK value is (96,0,11,68).

  • cyan value is 96.34%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 67.84%
CMYK:
(96,0,11,68)
C96M0Y11K68 
(96%,0%,11%,68%)
(0.96/0.00/0.11/0.68)	

CMYK percentages

%96.34
%0
%10.98
%67.84

Codes

Color #035249 in popluar color models

035249
RGB38273
HSL173°92.94%16.67%
HSB/HSV173°96.34%32.16%
CMYK96.34%0.00%10.98%
67.84%

Color #035249 in popluar number systems.

HEX035249
Decimal38273
Binary1110100101001001
Octal3122111

Shades and tints

Shades of #035249

#035249
(3,82,73)
#034B43
(3,75,67)
#03443D
(3,68,61)
#033D37
(3,61,55)
#033631
(3,54,49)
#032F2B
(3,47,43)
#032825
(3,40,37)
#03211F
(3,33,31)
#031A19
(3,26,25)
#031313
(3,19,19)
#030C0D
(3,12,13)
#000000
(0,0,0)

Tints of #035249

#035249
(3,82,73)
#196159
(25,97,89)
#2F7069
(47,112,105)
#457F79
(69,127,121)
#5B8E89
(91,142,137)
#719D99
(113,157,153)
#87ACA9
(135,172,169)
#9DBBB9
(157,187,185)
#B3CAC9
(179,202,201)
#C9D9D9
(201,217,217)
#DFE8E9
(223,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #035249 color. Also use rgb(3,82,73) instead hex code.

Text Font Color

.myTextColor { color: #035249; }

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

This text font color is #035249.


Background Color

.myBgColor { background-color: #035249; }

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

This div background color is #035249.


Border color

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

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

This div border color is #035249.


Opacity

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

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

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

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

This text has shadow with #035249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #035249 on black background.


Color preview on white background

This text has color #035249 on white background.



Black color preview on #035249 background

This text has black color on #035249 background.


White color preview on #035249 background

This text has white color on #035249 background.