COLOR #004635

HEX: #004635
RGB: (0,70,53)

Color info

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

RGB color model

#004635 color RGB value is (0,70,53).

  • red value is 0;
  • green value is 70;
  • blue value is 53.
RGB:
(0,70,53)
(0%,27%,21%)

RGB channels and saturation

R 0 of 255 = 0%
G 70 of 255 = 27%
B 53 of 255 = 21%

0
70
53

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

Portions of RGB colors in percentages

R + G + B =
0 + 70 + 53 = 123 (100%)
R 0 of 123 ~ 0%
G 70 of 123 ~ 56.91%
B 53 of 123 ~ 43.09%

%56.91
%43.09

CMYK color model

#004635 color CMYK value is (100,0,24,73).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 24.29%
  • key color value is 72.55%
CMYK:
(100,0,24,73)
C100M0Y24K73 
(100%,0%,24%,73%)
(1.00/0.00/0.24/0.73)	

CMYK percentages

%100
%0
%24.29
%72.55

Codes

Color #004635 in popluar color models

004635
RGB07053
HSL165°100.00%13.73%
HSB/HSV165°100.00%27.45%
CMYK100.00%0.00%24.29%
72.55%

Color #004635 in popluar number systems.

HEX004635
Decimal07053
Binary01000110110101
Octal010665

Shades and tints

Shades of #004635

#004635
(0,70,53)
#004031
(0,64,49)
#003A2D
(0,58,45)
#003429
(0,52,41)
#002E25
(0,46,37)
#002821
(0,40,33)
#00221D
(0,34,29)
#001C19
(0,28,25)
#001615
(0,22,21)
#001011
(0,16,17)
#000A0D
(0,10,13)
#000000
(0,0,0)

Tints of #004635

#004635
(0,70,53)
#175647
(23,86,71)
#2E6659
(46,102,89)
#45766B
(69,118,107)
#5C867D
(92,134,125)
#73968F
(115,150,143)
#8AA6A1
(138,166,161)
#A1B6B3
(161,182,179)
#B8C6C5
(184,198,197)
#CFD6D7
(207,214,215)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #004635 color. Also use rgb(0,70,53) instead hex code.

Text Font Color

.myTextColor { color: #004635; }

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

This text font color is #004635.


Background Color

.myBgColor { background-color: #004635; }

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

This div background color is #004635.


Border color

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

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

This div border color is #004635.


Opacity

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

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

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

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

This text has shadow with #004635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004635 on black background.


Color preview on white background

This text has color #004635 on white background.



Black color preview on #004635 background

This text has black color on #004635 background.


White color preview on #004635 background

This text has white color on #004635 background.