COLOR #07293A

HEX: #07293A
RGB: (7,41,58)

Color info

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

RGB color model

#07293A color RGB value is (7,41,58).

  • red value is 7;
  • green value is 41;
  • blue value is 58.
RGB:
(7,41,58)
(3%,16%,23%)

RGB channels and saturation

R 7 of 255 = 3%
G 41 of 255 = 16%
B 58 of 255 = 23%

7
41
58

R + G + B ~ 14%. #07293A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 41 + 58 = 106 (100%)
R 7 of 106 ~ 6.6%
G 41 of 106 ~ 38.68%
B 58 of 106 ~ 54.72%

%38.68
%54.72

CMYK color model

#07293A color CMYK value is (88,29,0,77).

  • cyan value is 87.93%
  • magenta value is 29.31%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(88,29,0,77)
C88M29Y0K77 
(88%,29%,0%,77%)
(0.88/0.29/0.00/0.77)	

CMYK percentages

%87.93
%29.31
%0
%77.25

Codes

Color #07293A in popluar color models

07293A
RGB74158
HSL200°78.46%12.75%
HSB/HSV200°87.93%22.75%
CMYK87.93%29.31%0.00%
77.25%

Color #07293A in popluar number systems.

HEX07293A
Decimal74158
Binary111101001111010
Octal75172

Shades and tints

Shades of #07293A

#07293A
(7,41,58)
#072635
(7,38,53)
#072330
(7,35,48)
#07202B
(7,32,43)
#071D26
(7,29,38)
#071A21
(7,26,33)
#07171C
(7,23,28)
#071417
(7,20,23)
#071112
(7,17,18)
#070E0D
(7,14,13)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #07293A

#07293A
(7,41,58)
#1D3C4B
(29,60,75)
#334F5C
(51,79,92)
#49626D
(73,98,109)
#5F757E
(95,117,126)
#75888F
(117,136,143)
#8B9BA0
(139,155,160)
#A1AEB1
(161,174,177)
#B7C1C2
(183,193,194)
#CDD4D3
(205,212,211)
#E3E7E4
(227,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07293A color. Also use rgb(7,41,58) instead hex code.

Text Font Color

.myTextColor { color: #07293A; }

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

This text font color is #07293A.


Background Color

.myBgColor { background-color: #07293A; }

<div style="background-color:#07293A">Inner text</div>

This div background color is #07293A.


Border color

.myBorderColor { border: 1px solid #07293A; }

<div style="border:3px solid #07293A">Div</div>

This div border color is #07293A.


Opacity

.myOpacity80 { color: #07293A; opacity: 0.8; }

<p style="color:#07293A;opacity:0.8;">80%</p>

Text with #07293A 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 #07293A;}

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

This text has shadow with #07293A color.

.textShadow {text-shadow: 3px 3px 1px #07293A, 3px 3px 1px red;}

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

This text has shadow with #07293A primary color and red secondary color.


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

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

This text has shadow with #07293A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07293A on black background.


Color preview on white background

This text has color #07293A on white background.



Black color preview on #07293A background

This text has black color on #07293A background.


White color preview on #07293A background

This text has white color on #07293A background.