COLOR #003705

HEX: #003705
RGB: (0,55,5)

Color info

#003705 contains only green and blue colors. Web safe color of #003705 is #003300 (or #030).

RGB color model

#003705 color RGB value is (0,55,5).

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

RGB channels and saturation

R 0 of 255 = 0%
G 55 of 255 = 22%
B 5 of 255 = 2%

0
55
5

R + G + B ~ 8%. #003705 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 55 + 5 = 60 (100%)
R 0 of 60 ~ 0%
G 55 of 60 ~ 91.67%
B 5 of 60 ~ 8.33%

%91.67

CMYK color model

#003705 color CMYK value is (100,0,91,78).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 78.43%
CMYK:
(100,0,91,78)
C100M0Y91K78 
(100%,0%,91%,78%)
(1.00/0.00/0.91/0.78)	

CMYK percentages

%100
%0
%90.91
%78.43

Codes

Color #003705 in popluar color models

003705
RGB0555
HSL125°100.00%10.78%
HSB/HSV125°100.00%21.57%
CMYK100.00%0.00%90.91%
78.43%

Color #003705 in popluar number systems.

HEX003705
Decimal0555
Binary0110111101
Octal0675

Shades and tints

Shades of #003705

#003705
(0,55,5)
#003205
(0,50,5)
#002D05
(0,45,5)
#002805
(0,40,5)
#002305
(0,35,5)
#001E05
(0,30,5)
#001905
(0,25,5)
#001405
(0,20,5)
#000F05
(0,15,5)
#000A05
(0,10,5)
#000505
(0,5,5)
#000000
(0,0,0)

Tints of #003705

#003705
(0,55,5)
#17491B
(23,73,27)
#2E5B31
(46,91,49)
#456D47
(69,109,71)
#5C7F5D
(92,127,93)
#739173
(115,145,115)
#8AA389
(138,163,137)
#A1B59F
(161,181,159)
#B8C7B5
(184,199,181)
#CFD9CB
(207,217,203)
#E6EBE1
(230,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003705; }

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

This text font color is #003705.


Background Color

.myBgColor { background-color: #003705; }

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

This div background color is #003705.


Border color

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

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

This div border color is #003705.


Opacity

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

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

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

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

This text has shadow with #003705 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003705 on black background.


Color preview on white background

This text has color #003705 on white background.



Black color preview on #003705 background

This text has black color on #003705 background.


White color preview on #003705 background

This text has white color on #003705 background.