COLOR #07353B

HEX: #07353B
RGB: (7,53,59)

Color info

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

RGB color model

#07353B color RGB value is (7,53,59).

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

RGB channels and saturation

R 7 of 255 = 3%
G 53 of 255 = 21%
B 59 of 255 = 23%

7
53
59

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

Portions of RGB colors in percentages

R + G + B =
7 + 53 + 59 = 119 (100%)
R 7 of 119 ~ 5.88%
G 53 of 119 ~ 44.54%
B 59 of 119 ~ 49.58%

%44.54
%49.58

CMYK color model

#07353B color CMYK value is (88,10,0,77).

  • cyan value is 88.14%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(88,10,0,77)
C88M10Y0K77 
(88%,10%,0%,77%)
(0.88/0.10/0.00/0.77)	

CMYK percentages

%88.14
%10.17
%0
%76.86

Codes

Color #07353B in popluar color models

07353B
RGB75359
HSL187°78.79%12.94%
HSB/HSV187°88.14%23.14%
CMYK88.14%10.17%0.00%
76.86%

Color #07353B in popluar number systems.

HEX07353B
Decimal75359
Binary111110101111011
Octal76573

Shades and tints

Shades of #07353B

#07353B
(7,53,59)
#073136
(7,49,54)
#072D31
(7,45,49)
#07292C
(7,41,44)
#072527
(7,37,39)
#072122
(7,33,34)
#071D1D
(7,29,29)
#071918
(7,25,24)
#071513
(7,21,19)
#07110E
(7,17,14)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #07353B

#07353B
(7,53,59)
#1D474C
(29,71,76)
#33595D
(51,89,93)
#496B6E
(73,107,110)
#5F7D7F
(95,125,127)
#758F90
(117,143,144)
#8BA1A1
(139,161,161)
#A1B3B2
(161,179,178)
#B7C5C3
(183,197,195)
#CDD7D4
(205,215,212)
#E3E9E5
(227,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07353B; }

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

This text font color is #07353B.


Background Color

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

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

This div background color is #07353B.


Border color

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

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

This div border color is #07353B.


Opacity

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

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

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

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

This text has shadow with #07353B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07353B on black background.


Color preview on white background

This text has color #07353B on white background.



Black color preview on #07353B background

This text has black color on #07353B background.


White color preview on #07353B background

This text has white color on #07353B background.