COLOR #07263D

HEX: #07263D
RGB: (7,38,61)

Color info

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

RGB color model

#07263D color RGB value is (7,38,61).

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

RGB channels and saturation

R 7 of 255 = 3%
G 38 of 255 = 15%
B 61 of 255 = 24%

7
38
61

R + G + B ~ 14%. #07263D is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 38 + 61 = 106 (100%)
R 7 of 106 ~ 6.6%
G 38 of 106 ~ 35.85%
B 61 of 106 ~ 57.55%

%35.85
%57.55

CMYK color model

#07263D color CMYK value is (89,38,0,76).

  • cyan value is 88.52%
  • magenta value is 37.70%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(89,38,0,76)
C89M38Y0K76 
(89%,38%,0%,76%)
(0.89/0.38/0.00/0.76)	

CMYK percentages

%88.52
%37.7
%0
%76.08

Codes

Color #07263D in popluar color models

07263D
RGB73861
HSL206°79.41%13.33%
HSB/HSV206°88.52%23.92%
CMYK88.52%37.70%0.00%
76.08%

Color #07263D in popluar number systems.

HEX07263D
Decimal73861
Binary111100110111101
Octal74675

Shades and tints

Shades of #07263D

#07263D
(7,38,61)
#072338
(7,35,56)
#072033
(7,32,51)
#071D2E
(7,29,46)
#071A29
(7,26,41)
#071724
(7,23,36)
#07141F
(7,20,31)
#07111A
(7,17,26)
#070E15
(7,14,21)
#070B10
(7,11,16)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #07263D

#07263D
(7,38,61)
#1D394E
(29,57,78)
#334C5F
(51,76,95)
#495F70
(73,95,112)
#5F7281
(95,114,129)
#758592
(117,133,146)
#8B98A3
(139,152,163)
#A1ABB4
(161,171,180)
#B7BEC5
(183,190,197)
#CDD1D6
(205,209,214)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07263D; }

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

This text font color is #07263D.


Background Color

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

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

This div background color is #07263D.


Border color

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

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

This div border color is #07263D.


Opacity

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

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

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

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

This text has shadow with #07263D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07263D on black background.


Color preview on white background

This text has color #07263D on white background.



Black color preview on #07263D background

This text has black color on #07263D background.


White color preview on #07263D background

This text has white color on #07263D background.