COLOR #07254C

HEX: #07254C
RGB: (7,37,76)

Color info

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

RGB color model

#07254C color RGB value is (7,37,76).

  • red value is 7;
  • green value is 37;
  • blue value is 76.
RGB:
(7,37,76)
(3%,15%,30%)

RGB channels and saturation

R 7 of 255 = 3%
G 37 of 255 = 15%
B 76 of 255 = 30%

7
37
76

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

Portions of RGB colors in percentages

R + G + B =
7 + 37 + 76 = 120 (100%)
R 7 of 120 ~ 5.83%
G 37 of 120 ~ 30.83%
B 76 of 120 ~ 63.33%

%30.83
%63.33

CMYK color model

#07254C color CMYK value is (91,51,0,70).

  • cyan value is 90.79%
  • magenta value is 51.32%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(91,51,0,70)
C91M51Y0K70 
(91%,51%,0%,70%)
(0.91/0.51/0.00/0.70)	

CMYK percentages

%90.79
%51.32
%0
%70.2

Codes

Color #07254C in popluar color models

07254C
RGB73776
HSL214°83.13%16.27%
HSB/HSV214°90.79%29.80%
CMYK90.79%51.32%0.00%
70.20%

Color #07254C in popluar number systems.

HEX07254C
Decimal73776
Binary1111001011001100
Octal745114

Shades and tints

Shades of #07254C

#07254C
(7,37,76)
#072246
(7,34,70)
#071F40
(7,31,64)
#071C3A
(7,28,58)
#071934
(7,25,52)
#07162E
(7,22,46)
#071328
(7,19,40)
#071022
(7,16,34)
#070D1C
(7,13,28)
#070A16
(7,10,22)
#070710
(7,7,16)
#000000
(0,0,0)

Tints of #07254C

#07254C
(7,37,76)
#1D385C
(29,56,92)
#334B6C
(51,75,108)
#495E7C
(73,94,124)
#5F718C
(95,113,140)
#75849C
(117,132,156)
#8B97AC
(139,151,172)
#A1AABC
(161,170,188)
#B7BDCC
(183,189,204)
#CDD0DC
(205,208,220)
#E3E3EC
(227,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07254C color. Also use rgb(7,37,76) instead hex code.

Text Font Color

.myTextColor { color: #07254C; }

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

This text font color is #07254C.


Background Color

.myBgColor { background-color: #07254C; }

<div style="background-color:#07254C">Inner text</div>

This div background color is #07254C.


Border color

.myBorderColor { border: 1px solid #07254C; }

<div style="border:3px solid #07254C">Div</div>

This div border color is #07254C.


Opacity

.myOpacity80 { color: #07254C; opacity: 0.8; }

<p style="color:#07254C;opacity:0.8;">80%</p>

Text with #07254C 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 #07254C;}

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

This text has shadow with #07254C color.

.textShadow {text-shadow: 3px 3px 1px #07254C, 3px 3px 1px red;}

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

This text has shadow with #07254C primary color and red secondary color.


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

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

This text has shadow with #07254C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07254C on black background.


Color preview on white background

This text has color #07254C on white background.



Black color preview on #07254C background

This text has black color on #07254C background.


White color preview on #07254C background

This text has white color on #07254C background.