COLOR #075237

HEX: #075237
RGB: (7,82,55)

Color info

#075237 contains mainly green and blue colors. Web safe color of #075237 is #006633 (or #063).

RGB color model

#075237 color RGB value is (7,82,55).

  • red value is 7;
  • green value is 82;
  • blue value is 55.
RGB: (7,82,55) (3%,32%,22%)

RGB channels and saturation

R 7 of 255 = 3%
G 82 of 255 = 32%
B 55 of 255 = 22%

7
82
55

R + G + B ~ 19%. #075237 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 82 + 55 = 144 (100%)
R 7 of 144 ~ 4.86%
G 82 of 144 ~ 56.94%
B 55 of 144 ~ 38.19%

%56.94
%38.19

CMYK color model

#075237 color CMYK value is (91,0,33,68).

  • cyan value is 91.46%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 67.84%
CMYK: (91,0,33,68) C91M0Y33K68 (91%,0%,33%,68%) (0.91/0.00/0.33/0.68)

CMYK percentages

%91.46
%0
%32.93
%67.84

Codes

Color #075237 in popluar color models

075237
RGB78255
HSL158°84.27%17.45%
HSB/HSV158°91.46%32.16%
CMYK91.46%0.00%32.93%
67.84%

Color #075237 in popluar number systems.

HEX075237
Decimal78255
Binary1111010010110111
Octal712267

Shades and tints

Shades of #075237

#075237
(7,82,55)
#074B32
(7,75,50)
#07442D
(7,68,45)
#073D28
(7,61,40)
#073623
(7,54,35)
#072F1E
(7,47,30)
#072819
(7,40,25)
#072114
(7,33,20)
#071A0F
(7,26,15)
#07130A
(7,19,10)
#070C05
(7,12,5)
#000000
(0,0,0)

Tints of #075237

#075237
(7,82,55)
#1D6149
(29,97,73)
#33705B
(51,112,91)
#497F6D
(73,127,109)
#5F8E7F
(95,142,127)
#759D91
(117,157,145)
#8BACA3
(139,172,163)
#A1BBB5
(161,187,181)
#B7CAC7
(183,202,199)
#CDD9D9
(205,217,217)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075237 color. Also use rgb(7,82,55) instead hex code.

Text Font Color

.myTextColor { color: #075237; }

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

This text font color is #075237.


Background Color

.myBgColor { background-color: #075237; }

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

This div background color is #075237.


Border color

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

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

This div border color is #075237.


Opacity

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

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

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

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

This text has shadow with #075237 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #075237 on black background.


Color preview on white background

This text has color #075237 on white background.



Black color preview on #075237 background

This text has black color on #075237 background.


White color preview on #075237 background

This text has white color on #075237 background.