COLOR #004B35

HEX: #004B35
RGB: (0,75,53)

Color info

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

RGB color model

#004B35 color RGB value is (0,75,53).

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

RGB channels and saturation

R 0 of 255 = 0%
G 75 of 255 = 29%
B 53 of 255 = 21%

0
75
53

R + G + B ~ 17%. #004B35 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 75 + 53 = 128 (100%)
R 0 of 128 ~ 0%
G 75 of 128 ~ 58.59%
B 53 of 128 ~ 41.41%

%58.59
%41.41

CMYK color model

#004B35 color CMYK value is (100,0,29,71).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 70.59%
CMYK:
(100,0,29,71)
C100M0Y29K71 
(100%,0%,29%,71%)
(1.00/0.00/0.29/0.71)	

CMYK percentages

%100
%0
%29.33
%70.59

Codes

Color #004B35 in popluar color models

004B35
RGB07553
HSL162°100.00%14.71%
HSB/HSV162°100.00%29.41%
CMYK100.00%0.00%29.33%
70.59%

Color #004B35 in popluar number systems.

HEX004B35
Decimal07553
Binary01001011110101
Octal011365

Shades and tints

Shades of #004B35

#004B35
(0,75,53)
#004531
(0,69,49)
#003F2D
(0,63,45)
#003929
(0,57,41)
#003325
(0,51,37)
#002D21
(0,45,33)
#00271D
(0,39,29)
#002119
(0,33,25)
#001B15
(0,27,21)
#001511
(0,21,17)
#000F0D
(0,15,13)
#000000
(0,0,0)

Tints of #004B35

#004B35
(0,75,53)
#175B47
(23,91,71)
#2E6B59
(46,107,89)
#457B6B
(69,123,107)
#5C8B7D
(92,139,125)
#739B8F
(115,155,143)
#8AABA1
(138,171,161)
#A1BBB3
(161,187,179)
#B8CBC5
(184,203,197)
#CFDBD7
(207,219,215)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004B35; }

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

This text font color is #004B35.


Background Color

.myBgColor { background-color: #004B35; }

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

This div background color is #004B35.


Border color

.myBorderColor { border: 1px solid #004B35; }

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

This div border color is #004B35.


Opacity

.myOpacity80 { color: #004B35; opacity: 0.8; }

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

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

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

This text has shadow with #004B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004B35 on black background.


Color preview on white background

This text has color #004B35 on white background.



Black color preview on #004B35 background

This text has black color on #004B35 background.


White color preview on #004B35 background

This text has white color on #004B35 background.