COLOR #071838

HEX: #071838
RGB: (7,24,56)

Color info

#071838 contains red, green and blue colors in about the same proportion. Web safe color of #071838 is #000033 (or #003).

RGB color model

#071838 color RGB value is (7,24,56).

  • red value is 7;
  • green value is 24;
  • blue value is 56.
RGB:
(7,24,56)
(3%,9%,22%)

RGB channels and saturation

R 7 of 255 = 3%
G 24 of 255 = 9%
B 56 of 255 = 22%

7
24
56

R + G + B ~ 11%. #071838 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 24 + 56 = 87 (100%)
R 7 of 87 ~ 8.05%
G 24 of 87 ~ 27.59%
B 56 of 87 ~ 64.37%

%27.59
%64.37

CMYK color model

#071838 color CMYK value is (88,57,0,78).

  • cyan value is 87.50%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(88,57,0,78)
C88M57Y0K78 
(88%,57%,0%,78%)
(0.88/0.57/0.00/0.78)	

CMYK percentages

%87.5
%57.14
%0
%78.04

Codes

Color #071838 in popluar color models

071838
RGB72456
HSL219°77.78%12.35%
HSB/HSV219°87.50%21.96%
CMYK87.50%57.14%0.00%
78.04%

Color #071838 in popluar number systems.

HEX071838
Decimal72456
Binary11111000111000
Octal73070

Shades and tints

Shades of #071838

#071838
(7,24,56)
#071633
(7,22,51)
#07142E
(7,20,46)
#071229
(7,18,41)
#071024
(7,16,36)
#070E1F
(7,14,31)
#070C1A
(7,12,26)
#070A15
(7,10,21)
#070810
(7,8,16)
#07060B
(7,6,11)
#070406
(7,4,6)
#000000
(0,0,0)

Tints of #071838

#071838
(7,24,56)
#1D2D4A
(29,45,74)
#33425C
(51,66,92)
#49576E
(73,87,110)
#5F6C80
(95,108,128)
#758192
(117,129,146)
#8B96A4
(139,150,164)
#A1ABB6
(161,171,182)
#B7C0C8
(183,192,200)
#CDD5DA
(205,213,218)
#E3EAEC
(227,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071838 color. Also use rgb(7,24,56) instead hex code.

Text Font Color

.myTextColor { color: #071838; }

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

This text font color is #071838.


Background Color

.myBgColor { background-color: #071838; }

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

This div background color is #071838.


Border color

.myBorderColor { border: 1px solid #071838; }

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

This div border color is #071838.


Opacity

.myOpacity80 { color: #071838; opacity: 0.8; }

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

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

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

This text has shadow with #071838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071838 on black background.


Color preview on white background

This text has color #071838 on white background.



Black color preview on #071838 background

This text has black color on #071838 background.


White color preview on #071838 background

This text has white color on #071838 background.