COLOR #07552B

HEX: #07552B
RGB: (7,85,43)

Color info

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

RGB color model

#07552B color RGB value is (7,85,43).

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

RGB channels and saturation

R 7 of 255 = 3%
G 85 of 255 = 33%
B 43 of 255 = 17%

7
85
43

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

Portions of RGB colors in percentages

R + G + B =
7 + 85 + 43 = 135 (100%)
R 7 of 135 ~ 5.19%
G 85 of 135 ~ 62.96%
B 43 of 135 ~ 31.85%

%62.96
%31.85

CMYK color model

#07552B color CMYK value is (92,0,49,67).

  • cyan value is 91.76%
  • magenta value is 0.00%
  • yellow value is 49.41%
  • key color value is 66.67%
CMYK:
(92,0,49,67)
C92M0Y49K67 
(92%,0%,49%,67%)
(0.92/0.00/0.49/0.67)	

CMYK percentages

%91.76
%0
%49.41
%66.67

Codes

Color #07552B in popluar color models

07552B
RGB78543
HSL148°84.78%18.04%
HSB/HSV148°91.76%33.33%
CMYK91.76%0.00%49.41%
66.67%

Color #07552B in popluar number systems.

HEX07552B
Decimal78543
Binary1111010101101011
Octal712553

Shades and tints

Shades of #07552B

#07552B
(7,85,43)
#074E28
(7,78,40)
#074725
(7,71,37)
#074022
(7,64,34)
#07391F
(7,57,31)
#07321C
(7,50,28)
#072B19
(7,43,25)
#072416
(7,36,22)
#071D13
(7,29,19)
#071610
(7,22,16)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #07552B

#07552B
(7,85,43)
#1D643E
(29,100,62)
#337351
(51,115,81)
#498264
(73,130,100)
#5F9177
(95,145,119)
#75A08A
(117,160,138)
#8BAF9D
(139,175,157)
#A1BEB0
(161,190,176)
#B7CDC3
(183,205,195)
#CDDCD6
(205,220,214)
#E3EBE9
(227,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07552B color. Also use rgb(7,85,43) instead hex code.

Text Font Color

.myTextColor { color: #07552B; }

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

This text font color is #07552B.


Background Color

.myBgColor { background-color: #07552B; }

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

This div background color is #07552B.


Border color

.myBorderColor { border: 1px solid #07552B; }

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

This div border color is #07552B.


Opacity

.myOpacity80 { color: #07552B; opacity: 0.8; }

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

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

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

This text has shadow with #07552B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07552B on black background.


Color preview on white background

This text has color #07552B on white background.



Black color preview on #07552B background

This text has black color on #07552B background.


White color preview on #07552B background

This text has white color on #07552B background.