COLOR #003734

HEX: #003734
RGB: (0,55,52)

Color info

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

RGB color model

#003734 color RGB value is (0,55,52).

  • red value is 0;
  • green value is 55;
  • blue value is 52.
RGB:
(0,55,52)
(0%,22%,20%)

RGB channels and saturation

R 0 of 255 = 0%
G 55 of 255 = 22%
B 52 of 255 = 20%

0
55
52

R + G + B ~ 14%. #003734 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 55 + 52 = 107 (100%)
R 0 of 107 ~ 0%
G 55 of 107 ~ 51.4%
B 52 of 107 ~ 48.6%

%51.4
%48.6

CMYK color model

#003734 color CMYK value is (100,0,5,78).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 78.43%
CMYK:
(100,0,5,78)
C100M0Y5K78 
(100%,0%,5%,78%)
(1.00/0.00/0.05/0.78)	

CMYK percentages

%100
%0
%5.45
%78.43

Codes

Color #003734 in popluar color models

003734
RGB05552
HSL177°100.00%10.78%
HSB/HSV177°100.00%21.57%
CMYK100.00%0.00%5.45%
78.43%

Color #003734 in popluar number systems.

HEX003734
Decimal05552
Binary0110111110100
Octal06764

Shades and tints

Shades of #003734

#003734
(0,55,52)
#003230
(0,50,48)
#002D2C
(0,45,44)
#002828
(0,40,40)
#002324
(0,35,36)
#001E20
(0,30,32)
#00191C
(0,25,28)
#001418
(0,20,24)
#000F14
(0,15,20)
#000A10
(0,10,16)
#00050C
(0,5,12)
#000000
(0,0,0)

Tints of #003734

#003734
(0,55,52)
#174946
(23,73,70)
#2E5B58
(46,91,88)
#456D6A
(69,109,106)
#5C7F7C
(92,127,124)
#73918E
(115,145,142)
#8AA3A0
(138,163,160)
#A1B5B2
(161,181,178)
#B8C7C4
(184,199,196)
#CFD9D6
(207,217,214)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003734 color. Also use rgb(0,55,52) instead hex code.

Text Font Color

.myTextColor { color: #003734; }

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

This text font color is #003734.


Background Color

.myBgColor { background-color: #003734; }

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

This div background color is #003734.


Border color

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

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

This div border color is #003734.


Opacity

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

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

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

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

This text has shadow with #003734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003734 on black background.


Color preview on white background

This text has color #003734 on white background.



Black color preview on #003734 background

This text has black color on #003734 background.


White color preview on #003734 background

This text has white color on #003734 background.