COLOR #033742

HEX: #033742
RGB: (3,55,66)

Color info

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

RGB color model

#033742 color RGB value is (3,55,66).

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

RGB channels and saturation

R 3 of 255 = 1%
G 55 of 255 = 22%
B 66 of 255 = 26%

3
55
66

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

Portions of RGB colors in percentages

R + G + B =
3 + 55 + 66 = 124 (100%)
R 3 of 124 ~ 2.42%
G 55 of 124 ~ 44.35%
B 66 of 124 ~ 53.23%

%44.35
%53.23

CMYK color model

#033742 color CMYK value is (95,17,0,74).

  • cyan value is 95.45%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK: (95,17,0,74) C95M17Y0K74 (95%,17%,0%,74%) (0.95/0.17/0.00/0.74)

CMYK percentages

%95.45
%16.67
%0
%74.12

Codes

Color #033742 in popluar color models

033742
RGB35566
HSL190°91.30%13.53%
HSB/HSV190°95.45%25.88%
CMYK95.45%16.67%0.00%
74.12%

Color #033742 in popluar number systems.

HEX033742
Decimal35566
Binary111101111000010
Octal367102

Shades and tints

Shades of #033742

#033742
(3,55,66)
#03323C
(3,50,60)
#032D36
(3,45,54)
#032830
(3,40,48)
#03232A
(3,35,42)
#031E24
(3,30,36)
#03191E
(3,25,30)
#031418
(3,20,24)
#030F12
(3,15,18)
#030A0C
(3,10,12)
#030506
(3,5,6)
#000000
(0,0,0)

Tints of #033742

#033742
(3,55,66)
#194953
(25,73,83)
#2F5B64
(47,91,100)
#456D75
(69,109,117)
#5B7F86
(91,127,134)
#719197
(113,145,151)
#87A3A8
(135,163,168)
#9DB5B9
(157,181,185)
#B3C7CA
(179,199,202)
#C9D9DB
(201,217,219)
#DFEBEC
(223,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #033742; }

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

This text font color is #033742.


Background Color

.myBgColor { background-color: #033742; }

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

This div background color is #033742.


Border color

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

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

This div border color is #033742.


Opacity

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

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

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

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

This text has shadow with #033742 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #033742 on black background.


Color preview on white background

This text has color #033742 on white background.



Black color preview on #033742 background

This text has black color on #033742 background.


White color preview on #033742 background

This text has white color on #033742 background.