COLOR #07255C

HEX: #07255C
RGB: (7,37,92)

Color info

#07255C contains mainly green and blue colors. Web safe color of #07255C is #003366 (or #036).

RGB color model

#07255C color RGB value is (7,37,92).

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

RGB channels and saturation

R 7 of 255 = 3%
G 37 of 255 = 15%
B 92 of 255 = 36%

7
37
92

R + G + B ~ 18%. #07255C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 37 + 92 = 136 (100%)
R 7 of 136 ~ 5.15%
G 37 of 136 ~ 27.21%
B 92 of 136 ~ 67.65%

%27.21
%67.65

CMYK color model

#07255C color CMYK value is (92,60,0,64).

  • cyan value is 92.39%
  • magenta value is 59.78%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(92,60,0,64)
C92M60Y0K64 
(92%,60%,0%,64%)
(0.92/0.60/0.00/0.64)	

CMYK percentages

%92.39
%59.78
%0
%63.92

Codes

Color #07255C in popluar color models

07255C
RGB73792
HSL219°85.86%19.41%
HSB/HSV219°92.39%36.08%
CMYK92.39%59.78%0.00%
63.92%

Color #07255C in popluar number systems.

HEX07255C
Decimal73792
Binary1111001011011100
Octal745134

Shades and tints

Shades of #07255C

#07255C
(7,37,92)
#072254
(7,34,84)
#071F4C
(7,31,76)
#071C44
(7,28,68)
#07193C
(7,25,60)
#071634
(7,22,52)
#07132C
(7,19,44)
#071024
(7,16,36)
#070D1C
(7,13,28)
#070A14
(7,10,20)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #07255C

#07255C
(7,37,92)
#1D386A
(29,56,106)
#334B78
(51,75,120)
#495E86
(73,94,134)
#5F7194
(95,113,148)
#7584A2
(117,132,162)
#8B97B0
(139,151,176)
#A1AABE
(161,170,190)
#B7BDCC
(183,189,204)
#CDD0DA
(205,208,218)
#E3E3E8
(227,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07255C; }

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

This text font color is #07255C.


Background Color

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

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

This div background color is #07255C.


Border color

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

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

This div border color is #07255C.


Opacity

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

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

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

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

This text has shadow with #07255C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07255C on black background.


Color preview on white background

This text has color #07255C on white background.



Black color preview on #07255C background

This text has black color on #07255C background.


White color preview on #07255C background

This text has white color on #07255C background.