COLOR #033740

HEX: #033740
RGB: (3,55,64)

Color info

#033740 contains mainly green and blue colors. Web safe color of #033740 is #003333 (or #033).

RGB color model

#033740 color RGB value is (3,55,64).

  • red value is 3;
  • green value is 55;
  • blue value is 64.
RGB:
(3,55,64)
(1%,22%,25%)

RGB channels and saturation

R 3 of 255 = 1%
G 55 of 255 = 22%
B 64 of 255 = 25%

3
55
64

R + G + B ~ 16%. #033740 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 55 + 64 = 122 (100%)
R 3 of 122 ~ 2.46%
G 55 of 122 ~ 45.08%
B 64 of 122 ~ 52.46%

%45.08
%52.46

CMYK color model

#033740 color CMYK value is (95,14,0,75).

  • cyan value is 95.31%
  • magenta value is 14.06%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(95,14,0,75)
C95M14Y0K75 
(95%,14%,0%,75%)
(0.95/0.14/0.00/0.75)	

CMYK percentages

%95.31
%14.06
%0
%74.9

Codes

Color #033740 in popluar color models

033740
RGB35564
HSL189°91.04%13.14%
HSB/HSV189°95.31%25.10%
CMYK95.31%14.06%0.00%
74.90%

Color #033740 in popluar number systems.

HEX033740
Decimal35564
Binary111101111000000
Octal367100

Shades and tints

Shades of #033740

#033740
(3,55,64)
#03323B
(3,50,59)
#032D36
(3,45,54)
#032831
(3,40,49)
#03232C
(3,35,44)
#031E27
(3,30,39)
#031922
(3,25,34)
#03141D
(3,20,29)
#030F18
(3,15,24)
#030A13
(3,10,19)
#03050E
(3,5,14)
#000000
(0,0,0)

Tints of #033740

#033740
(3,55,64)
#194951
(25,73,81)
#2F5B62
(47,91,98)
#456D73
(69,109,115)
#5B7F84
(91,127,132)
#719195
(113,145,149)
#87A3A6
(135,163,166)
#9DB5B7
(157,181,183)
#B3C7C8
(179,199,200)
#C9D9D9
(201,217,217)
#DFEBEA
(223,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #033740 color. Also use rgb(3,55,64) instead hex code.

Text Font Color

.myTextColor { color: #033740; }

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

This text font color is #033740.


Background Color

.myBgColor { background-color: #033740; }

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

This div background color is #033740.


Border color

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

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

This div border color is #033740.


Opacity

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

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

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

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

This text has shadow with #033740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #033740 on black background.


Color preview on white background

This text has color #033740 on white background.



Black color preview on #033740 background

This text has black color on #033740 background.


White color preview on #033740 background

This text has white color on #033740 background.