COLOR #07551E

HEX: #07551E
RGB: (7,85,30)

Color info

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

RGB color model

#07551E color RGB value is (7,85,30).

  • red value is 7;
  • green value is 85;
  • blue value is 30.
RGB:
(7,85,30)
(3%,33%,12%)

RGB channels and saturation

R 7 of 255 = 3%
G 85 of 255 = 33%
B 30 of 255 = 12%

7
85
30

R + G + B ~ 16%. #07551E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 85 + 30 = 122 (100%)
R 7 of 122 ~ 5.74%
G 85 of 122 ~ 69.67%
B 30 of 122 ~ 24.59%

%69.67
%24.59

CMYK color model

#07551E color CMYK value is (92,0,65,67).

  • cyan value is 91.76%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 66.67%
CMYK:
(92,0,65,67)
C92M0Y65K67 
(92%,0%,65%,67%)
(0.92/0.00/0.65/0.67)	

CMYK percentages

%91.76
%0
%64.71
%66.67

Codes

Color #07551E in popluar color models

07551E
RGB78530
HSL138°84.78%18.04%
HSB/HSV138°91.76%33.33%
CMYK91.76%0.00%64.71%
66.67%

Color #07551E in popluar number systems.

HEX07551E
Decimal78530
Binary111101010111110
Octal712536

Shades and tints

Shades of #07551E

#07551E
(7,85,30)
#074E1C
(7,78,28)
#07471A
(7,71,26)
#074018
(7,64,24)
#073916
(7,57,22)
#073214
(7,50,20)
#072B12
(7,43,18)
#072410
(7,36,16)
#071D0E
(7,29,14)
#07160C
(7,22,12)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #07551E

#07551E
(7,85,30)
#1D6432
(29,100,50)
#337346
(51,115,70)
#49825A
(73,130,90)
#5F916E
(95,145,110)
#75A082
(117,160,130)
#8BAF96
(139,175,150)
#A1BEAA
(161,190,170)
#B7CDBE
(183,205,190)
#CDDCD2
(205,220,210)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07551E color. Also use rgb(7,85,30) instead hex code.

Text Font Color

.myTextColor { color: #07551E; }

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

This text font color is #07551E.


Background Color

.myBgColor { background-color: #07551E; }

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

This div background color is #07551E.


Border color

.myBorderColor { border: 1px solid #07551E; }

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

This div border color is #07551E.


Opacity

.myOpacity80 { color: #07551E; opacity: 0.8; }

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

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

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

This text has shadow with #07551E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07551E on black background.


Color preview on white background

This text has color #07551E on white background.



Black color preview on #07551E background

This text has black color on #07551E background.


White color preview on #07551E background

This text has white color on #07551E background.