COLOR #075226

HEX: #075226
RGB: (7,82,38)

Color info

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

RGB color model

#075226 color RGB value is (7,82,38).

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

RGB channels and saturation

R 7 of 255 = 3%
G 82 of 255 = 32%
B 38 of 255 = 15%

7
82
38

R + G + B ~ 17%. #075226 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 82 + 38 = 127 (100%)
R 7 of 127 ~ 5.51%
G 82 of 127 ~ 64.57%
B 38 of 127 ~ 29.92%

%64.57
%29.92

CMYK color model

#075226 color CMYK value is (91,0,54,68).

  • cyan value is 91.46%
  • magenta value is 0.00%
  • yellow value is 53.66%
  • key color value is 67.84%
CMYK:
(91,0,54,68)
C91M0Y54K68 
(91%,0%,54%,68%)
(0.91/0.00/0.54/0.68)	

CMYK percentages

%91.46
%0
%53.66
%67.84

Codes

Color #075226 in popluar color models

075226
RGB78238
HSL145°84.27%17.45%
HSB/HSV145°91.46%32.16%
CMYK91.46%0.00%53.66%
67.84%

Color #075226 in popluar number systems.

HEX075226
Decimal78238
Binary1111010010100110
Octal712246

Shades and tints

Shades of #075226

#075226
(7,82,38)
#074B23
(7,75,35)
#074420
(7,68,32)
#073D1D
(7,61,29)
#07361A
(7,54,26)
#072F17
(7,47,23)
#072814
(7,40,20)
#072111
(7,33,17)
#071A0E
(7,26,14)
#07130B
(7,19,11)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #075226

#075226
(7,82,38)
#1D6139
(29,97,57)
#33704C
(51,112,76)
#497F5F
(73,127,95)
#5F8E72
(95,142,114)
#759D85
(117,157,133)
#8BAC98
(139,172,152)
#A1BBAB
(161,187,171)
#B7CABE
(183,202,190)
#CDD9D1
(205,217,209)
#E3E8E4
(227,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #075226; }

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

This text font color is #075226.


Background Color

.myBgColor { background-color: #075226; }

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

This div background color is #075226.


Border color

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

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

This div border color is #075226.


Opacity

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

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

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

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

This text has shadow with #075226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075226 on black background.


Color preview on white background

This text has color #075226 on white background.



Black color preview on #075226 background

This text has black color on #075226 background.


White color preview on #075226 background

This text has white color on #075226 background.