COLOR #07274A

HEX: #07274A
RGB: (7,39,74)

Color info

#07274A contains mainly green and blue colors. Web safe color of #07274A is #003333 (or #033).

RGB color model

#07274A color RGB value is (7,39,74).

  • red value is 7;
  • green value is 39;
  • blue value is 74.
RGB:
(7,39,74)
(3%,15%,29%)

RGB channels and saturation

R 7 of 255 = 3%
G 39 of 255 = 15%
B 74 of 255 = 29%

7
39
74

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

Portions of RGB colors in percentages

R + G + B =
7 + 39 + 74 = 120 (100%)
R 7 of 120 ~ 5.83%
G 39 of 120 ~ 32.5%
B 74 of 120 ~ 61.67%

%32.5
%61.67

CMYK color model

#07274A color CMYK value is (91,47,0,71).

  • cyan value is 90.54%
  • magenta value is 47.30%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(91,47,0,71)
C91M47Y0K71 
(91%,47%,0%,71%)
(0.91/0.47/0.00/0.71)	

CMYK percentages

%90.54
%47.3
%0
%70.98

Codes

Color #07274A in popluar color models

07274A
RGB73974
HSL211°82.72%15.88%
HSB/HSV211°90.54%29.02%
CMYK90.54%47.30%0.00%
70.98%

Color #07274A in popluar number systems.

HEX07274A
Decimal73974
Binary1111001111001010
Octal747112

Shades and tints

Shades of #07274A

#07274A
(7,39,74)
#072444
(7,36,68)
#07213E
(7,33,62)
#071E38
(7,30,56)
#071B32
(7,27,50)
#07182C
(7,24,44)
#071526
(7,21,38)
#071220
(7,18,32)
#070F1A
(7,15,26)
#070C14
(7,12,20)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #07274A

#07274A
(7,39,74)
#1D3A5A
(29,58,90)
#334D6A
(51,77,106)
#49607A
(73,96,122)
#5F738A
(95,115,138)
#75869A
(117,134,154)
#8B99AA
(139,153,170)
#A1ACBA
(161,172,186)
#B7BFCA
(183,191,202)
#CDD2DA
(205,210,218)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07274A color. Also use rgb(7,39,74) instead hex code.

Text Font Color

.myTextColor { color: #07274A; }

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

This text font color is #07274A.


Background Color

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

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

This div background color is #07274A.


Border color

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

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

This div border color is #07274A.


Opacity

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

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

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

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

This text has shadow with #07274A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07274A on black background.


Color preview on white background

This text has color #07274A on white background.



Black color preview on #07274A background

This text has black color on #07274A background.


White color preview on #07274A background

This text has white color on #07274A background.