COLOR #07383B

HEX: #07383B
RGB: (7,56,59)

Color info

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

RGB color model

#07383B color RGB value is (7,56,59).

  • red value is 7;
  • green value is 56;
  • blue value is 59.
RGB:
(7,56,59)
(3%,22%,23%)

RGB channels and saturation

R 7 of 255 = 3%
G 56 of 255 = 22%
B 59 of 255 = 23%

7
56
59

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

Portions of RGB colors in percentages

R + G + B =
7 + 56 + 59 = 122 (100%)
R 7 of 122 ~ 5.74%
G 56 of 122 ~ 45.9%
B 59 of 122 ~ 48.36%

%45.9
%48.36

CMYK color model

#07383B color CMYK value is (88,5,0,77).

  • cyan value is 88.14%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(88,5,0,77)
C88M5Y0K77 
(88%,5%,0%,77%)
(0.88/0.05/0.00/0.77)	

CMYK percentages

%88.14
%5.08
%0
%76.86

Codes

Color #07383B in popluar color models

07383B
RGB75659
HSL183°78.79%12.94%
HSB/HSV183°88.14%23.14%
CMYK88.14%5.08%0.00%
76.86%

Color #07383B in popluar number systems.

HEX07383B
Decimal75659
Binary111111000111011
Octal77073

Shades and tints

Shades of #07383B

#07383B
(7,56,59)
#073336
(7,51,54)
#072E31
(7,46,49)
#07292C
(7,41,44)
#072427
(7,36,39)
#071F22
(7,31,34)
#071A1D
(7,26,29)
#071518
(7,21,24)
#071013
(7,16,19)
#070B0E
(7,11,14)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #07383B

#07383B
(7,56,59)
#1D4A4C
(29,74,76)
#335C5D
(51,92,93)
#496E6E
(73,110,110)
#5F807F
(95,128,127)
#759290
(117,146,144)
#8BA4A1
(139,164,161)
#A1B6B2
(161,182,178)
#B7C8C3
(183,200,195)
#CDDAD4
(205,218,212)
#E3ECE5
(227,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07383B color. Also use rgb(7,56,59) instead hex code.

Text Font Color

.myTextColor { color: #07383B; }

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

This text font color is #07383B.


Background Color

.myBgColor { background-color: #07383B; }

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

This div background color is #07383B.


Border color

.myBorderColor { border: 1px solid #07383B; }

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

This div border color is #07383B.


Opacity

.myOpacity80 { color: #07383B; opacity: 0.8; }

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

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

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

This text has shadow with #07383B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07383B on black background.


Color preview on white background

This text has color #07383B on white background.



Black color preview on #07383B background

This text has black color on #07383B background.


White color preview on #07383B background

This text has white color on #07383B background.