COLOR #07383D

HEX: #07383D
RGB: (7,56,61)

Color info

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

RGB color model

#07383D color RGB value is (7,56,61).

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

RGB channels and saturation

R 7 of 255 = 3%
G 56 of 255 = 22%
B 61 of 255 = 24%

7
56
61

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

Portions of RGB colors in percentages

R + G + B =
7 + 56 + 61 = 124 (100%)
R 7 of 124 ~ 5.65%
G 56 of 124 ~ 45.16%
B 61 of 124 ~ 49.19%

%45.16
%49.19

CMYK color model

#07383D color CMYK value is (89,8,0,76).

  • cyan value is 88.52%
  • magenta value is 8.20%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(89,8,0,76)
C89M8Y0K76 
(89%,8%,0%,76%)
(0.89/0.08/0.00/0.76)	

CMYK percentages

%88.52
%8.2
%0
%76.08

Codes

Color #07383D in popluar color models

07383D
RGB75661
HSL186°79.41%13.33%
HSB/HSV186°88.52%23.92%
CMYK88.52%8.20%0.00%
76.08%

Color #07383D in popluar number systems.

HEX07383D
Decimal75661
Binary111111000111101
Octal77075

Shades and tints

Shades of #07383D

#07383D
(7,56,61)
#073338
(7,51,56)
#072E33
(7,46,51)
#07292E
(7,41,46)
#072429
(7,36,41)
#071F24
(7,31,36)
#071A1F
(7,26,31)
#07151A
(7,21,26)
#071015
(7,16,21)
#070B10
(7,11,16)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #07383D

#07383D
(7,56,61)
#1D4A4E
(29,74,78)
#335C5F
(51,92,95)
#496E70
(73,110,112)
#5F8081
(95,128,129)
#759292
(117,146,146)
#8BA4A3
(139,164,163)
#A1B6B4
(161,182,180)
#B7C8C5
(183,200,197)
#CDDAD6
(205,218,214)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07383D; }

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

This text font color is #07383D.


Background Color

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

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

This div background color is #07383D.


Border color

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

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

This div border color is #07383D.


Opacity

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

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

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

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

This text has shadow with #07383D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07383D on black background.


Color preview on white background

This text has color #07383D on white background.



Black color preview on #07383D background

This text has black color on #07383D background.


White color preview on #07383D background

This text has white color on #07383D background.