COLOR #07343B

HEX: #07343B
RGB: (7,52,59)

Color info

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

RGB color model

#07343B color RGB value is (7,52,59).

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

RGB channels and saturation

R 7 of 255 = 3%
G 52 of 255 = 20%
B 59 of 255 = 23%

7
52
59

R + G + B ~ 15%. #07343B is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 52 + 59 = 118 (100%)
R 7 of 118 ~ 5.93%
G 52 of 118 ~ 44.07%
B 59 of 118 ~ 50%

%44.07
%50

CMYK color model

#07343B color CMYK value is (88,12,0,77).

  • cyan value is 88.14%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(88,12,0,77)
C88M12Y0K77 
(88%,12%,0%,77%)
(0.88/0.12/0.00/0.77)	

CMYK percentages

%88.14
%11.86
%0
%76.86

Codes

Color #07343B in popluar color models

07343B
RGB75259
HSL188°78.79%12.94%
HSB/HSV188°88.14%23.14%
CMYK88.14%11.86%0.00%
76.86%

Color #07343B in popluar number systems.

HEX07343B
Decimal75259
Binary111110100111011
Octal76473

Shades and tints

Shades of #07343B

#07343B
(7,52,59)
#073036
(7,48,54)
#072C31
(7,44,49)
#07282C
(7,40,44)
#072427
(7,36,39)
#072022
(7,32,34)
#071C1D
(7,28,29)
#071818
(7,24,24)
#071413
(7,20,19)
#07100E
(7,16,14)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #07343B

#07343B
(7,52,59)
#1D464C
(29,70,76)
#33585D
(51,88,93)
#496A6E
(73,106,110)
#5F7C7F
(95,124,127)
#758E90
(117,142,144)
#8BA0A1
(139,160,161)
#A1B2B2
(161,178,178)
#B7C4C3
(183,196,195)
#CDD6D4
(205,214,212)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07343B; }

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

This text font color is #07343B.


Background Color

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

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

This div background color is #07343B.


Border color

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

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

This div border color is #07343B.


Opacity

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

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

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

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

This text has shadow with #07343B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07343B on black background.


Color preview on white background

This text has color #07343B on white background.



Black color preview on #07343B background

This text has black color on #07343B background.


White color preview on #07343B background

This text has white color on #07343B background.