COLOR #002935

HEX: #002935
RGB: (0,41,53)

Color info

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

RGB color model

#002935 color RGB value is (0,41,53).

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

RGB channels and saturation

R 0 of 255 = 0%
G 41 of 255 = 16%
B 53 of 255 = 21%

0
41
53

R + G + B ~ 12%. #002935 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 41 + 53 = 94 (100%)
R 0 of 94 ~ 0%
G 41 of 94 ~ 43.62%
B 53 of 94 ~ 56.38%

%43.62
%56.38

CMYK color model

#002935 color CMYK value is (100,23,0,79).

  • cyan value is 100.00%
  • magenta value is 22.64%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(100,23,0,79)
C100M23Y0K79 
(100%,23%,0%,79%)
(1.00/0.23/0.00/0.79)	

CMYK percentages

%100
%22.64
%0
%79.22

Codes

Color #002935 in popluar color models

002935
RGB04153
HSL194°100.00%10.39%
HSB/HSV194°100.00%20.78%
CMYK100.00%22.64%0.00%
79.22%

Color #002935 in popluar number systems.

HEX002935
Decimal04153
Binary0101001110101
Octal05165

Shades and tints

Shades of #002935

#002935
(0,41,53)
#002631
(0,38,49)
#00232D
(0,35,45)
#002029
(0,32,41)
#001D25
(0,29,37)
#001A21
(0,26,33)
#00171D
(0,23,29)
#001419
(0,20,25)
#001115
(0,17,21)
#000E11
(0,14,17)
#000B0D
(0,11,13)
#000000
(0,0,0)

Tints of #002935

#002935
(0,41,53)
#173C47
(23,60,71)
#2E4F59
(46,79,89)
#45626B
(69,98,107)
#5C757D
(92,117,125)
#73888F
(115,136,143)
#8A9BA1
(138,155,161)
#A1AEB3
(161,174,179)
#B8C1C5
(184,193,197)
#CFD4D7
(207,212,215)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002935; }

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

This text font color is #002935.


Background Color

.myBgColor { background-color: #002935; }

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

This div background color is #002935.


Border color

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

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

This div border color is #002935.


Opacity

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

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

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

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

This text has shadow with #002935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002935 on black background.


Color preview on white background

This text has color #002935 on white background.



Black color preview on #002935 background

This text has black color on #002935 background.


White color preview on #002935 background

This text has white color on #002935 background.