COLOR #07333E

HEX: #07333E
RGB: (7,51,62)

Color info

#07333E contains red, green and blue colors in about the same proportion. Web safe color of #07333E is #003333 (or #033).

RGB color model

#07333E color RGB value is (7,51,62).

  • red value is 7;
  • green value is 51;
  • blue value is 62.
RGB:
(7,51,62)
(3%,20%,24%)

RGB channels and saturation

R 7 of 255 = 3%
G 51 of 255 = 20%
B 62 of 255 = 24%

7
51
62

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

Portions of RGB colors in percentages

R + G + B =
7 + 51 + 62 = 120 (100%)
R 7 of 120 ~ 5.83%
G 51 of 120 ~ 42.5%
B 62 of 120 ~ 51.67%

%42.5
%51.67

CMYK color model

#07333E color CMYK value is (89,18,0,76).

  • cyan value is 88.71%
  • magenta value is 17.74%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(89,18,0,76)
C89M18Y0K76 
(89%,18%,0%,76%)
(0.89/0.18/0.00/0.76)	

CMYK percentages

%88.71
%17.74
%0
%75.69

Codes

Color #07333E in popluar color models

07333E
RGB75162
HSL192°79.71%13.53%
HSB/HSV192°88.71%24.31%
CMYK88.71%17.74%0.00%
75.69%

Color #07333E in popluar number systems.

HEX07333E
Decimal75162
Binary111110011111110
Octal76376

Shades and tints

Shades of #07333E

#07333E
(7,51,62)
#072F39
(7,47,57)
#072B34
(7,43,52)
#07272F
(7,39,47)
#07232A
(7,35,42)
#071F25
(7,31,37)
#071B20
(7,27,32)
#07171B
(7,23,27)
#071316
(7,19,22)
#070F11
(7,15,17)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #07333E

#07333E
(7,51,62)
#1D454F
(29,69,79)
#335760
(51,87,96)
#496971
(73,105,113)
#5F7B82
(95,123,130)
#758D93
(117,141,147)
#8B9FA4
(139,159,164)
#A1B1B5
(161,177,181)
#B7C3C6
(183,195,198)
#CDD5D7
(205,213,215)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07333E color. Also use rgb(7,51,62) instead hex code.

Text Font Color

.myTextColor { color: #07333E; }

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

This text font color is #07333E.


Background Color

.myBgColor { background-color: #07333E; }

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

This div background color is #07333E.


Border color

.myBorderColor { border: 1px solid #07333E; }

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

This div border color is #07333E.


Opacity

.myOpacity80 { color: #07333E; opacity: 0.8; }

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

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

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

This text has shadow with #07333E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07333E on black background.


Color preview on white background

This text has color #07333E on white background.



Black color preview on #07333E background

This text has black color on #07333E background.


White color preview on #07333E background

This text has white color on #07333E background.